1
|
#
|
2
|
# '$RCSfile$'
|
3
|
# '$Author: jones $'
|
4
|
# '$Revision: 696 $'
|
5
|
# '$Date: 2001-02-07 11:32:19 -0800 (Wed, 07 Feb 2001) $'
|
6
|
#
|
7
|
|
8
|
Metacat: XML Metadata Database
|
9
|
------------------------------
|
10
|
|
11
|
Version: Beta 1 Release
|
12
|
|
13
|
Feedback and bugs to: knb-software@nceas.ucsb.edu
|
14
|
|
15
|
Contributors: Matt Jones (jones@nceas.ucsb.edu)
|
16
|
Chad Berkley (berkley@nceas.ucsb.edu)
|
17
|
Jivka Bojilova (bojilova@nceas.ucsb.edu)
|
18
|
Dan Higgins (higgins@nceas.ucsb.edu)
|
19
|
|
20
|
This is Metacat, a flexible database storage system for XML formatted
|
21
|
documents. Metacat models the structure of the XML document, therefore
|
22
|
allowing storage of XML documents with arbitrary schemas. The current
|
23
|
implementation stores data in a backend Oracle RDBMS, but was designed
|
24
|
to support other RDBMS systems as well. The server supports XML document
|
25
|
storage, retrievel, query, validation, and transformation (using the XSLT
|
26
|
stylesheet language). In addition, there is a mechanism for replicating
|
27
|
the database to other metacat instances for backup and load balancing
|
28
|
purposes. Metacat currently uses an LDAP database for authenticating
|
29
|
users, but was written to accomodate other authentication services as well.
|
30
|
|
31
|
See the docs directory for detailed documentation and installation
|
32
|
instructions.
|
33
|
|
34
|
Details of the Metacat architecture can be found on the website for
|
35
|
the Knowledge Network for Biocomplexity (KNB):
|
36
|
|
37
|
http://knb.ecoinformatics.org/software/metacat.html
|
38
|
|
39
|
Contributions to this work are welcome. Please see the above web site
|
40
|
for details on how to contribute.
|
41
|
|
42
|
This software is copyrighted by The Regents of the University of California
|
43
|
and the National Center for Ecological Analysis and Synthesis
|
44
|
and licensed under the GNU GPL; see the 'LICENSE' file for
|
45
|
details.
|
46
|
|
47
|
This material is based upon work supported by the
|
48
|
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
|
49
|
Any opinions, findings and conclusions or recomendations expressed in this
|
50
|
material are those of the author(s) and do not necessarily reflect
|
51
|
the views of the National Science Foundation (NSF).
|