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