1
|
#
|
2
|
# '$RCSfile$'
|
3
|
# '$Author: jones $'
|
4
|
# '$Revision: 861 $'
|
5
|
# '$Date: 2001-10-22 19:33:10 -0700 (Mon, 22 Oct 2001) $'
|
6
|
#
|
7
|
|
8
|
Metacat: XML Metadata Database
|
9
|
------------------------------
|
10
|
|
11
|
Version: 1.0.0 Release
|
12
|
|
13
|
Send 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
|
Documentation
|
32
|
-------------
|
33
|
See the docs directory for detailed documentation and installation
|
34
|
instructions.
|
35
|
|
36
|
Details of the Metacat architecture can be found on the website for
|
37
|
the Knowledge Network for Biocomplexity (KNB):
|
38
|
|
39
|
http://knb.ecoinformatics.org/software/metacat/
|
40
|
|
41
|
Contributions to this work are welcome. Please see the above web site
|
42
|
for details on how to contribute.
|
43
|
|
44
|
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
|
45
|
-----------------------------------------------------------------------------
|
46
|
There are no known bugs in the current release (yet). If you discover one
|
47
|
please report it, either by email (above) or by using our bug tracking
|
48
|
system (http://bugzilla.ecoinformatics.org). There is a list of currently
|
49
|
unimplemented features in Bugzilla that we are working on for the next
|
50
|
release (no, we don't have a date yet!).
|
51
|
|
52
|
Legalese
|
53
|
--------
|
54
|
This software is copyrighted by The Regents of the University of California
|
55
|
and the National Center for Ecological Analysis and Synthesis
|
56
|
and licensed under the GNU GPL; see the 'LICENSE' file for
|
57
|
details.
|
58
|
|
59
|
This material is based upon work supported by the
|
60
|
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
|
61
|
Any opinions, findings and conclusions or recomendations expressed in this
|
62
|
material are those of the author(s) and do not necessarily reflect
|
63
|
the views of the National Science Foundation (NSF).
|