Revision 861
Added by Matt Jones about 23 years ago
README | ||
---|---|---|
8 | 8 |
Metacat: XML Metadata Database |
9 | 9 |
------------------------------ |
10 | 10 |
|
11 |
Version: 1.0.0beta3 Release
|
|
11 |
Version: 1.0.0 Release |
|
12 | 12 |
|
13 |
Feedback and bugs to: knb-software@nceas.ucsb.edu
|
|
13 |
Send feedback and bugs to: knb-software@nceas.ucsb.edu
|
|
14 | 14 |
|
15 | 15 |
Contributors: Matt Jones (jones@nceas.ucsb.edu) |
16 | 16 |
Chad Berkley (berkley@nceas.ucsb.edu) |
17 | 17 |
Jivka Bojilova (bojilova@nceas.ucsb.edu) |
18 | 18 |
Dan Higgins (higgins@nceas.ucsb.edu) |
19 | 19 |
|
20 |
This is Metacat, a flexible database storage system for XML formatted
|
|
20 |
This is Metacat, a flexible database storage system for XML formatted |
|
21 | 21 |
documents. Metacat models the structure of the XML document, therefore |
22 | 22 |
allowing storage of XML documents with arbitrary schemas. The current |
23 | 23 |
implementation stores data in a backend Oracle RDBMS, but was designed |
24 | 24 |
to support other RDBMS systems as well. The server supports XML document |
25 | 25 |
storage, retrievel, query, validation, and transformation (using the XSLT |
26 | 26 |
stylesheet language). In addition, there is a mechanism for replicating |
27 |
the database to other metacat instances for backup and load balancing
|
|
27 |
the database to other metacat instances for backup and load balancing |
|
28 | 28 |
purposes. Metacat currently uses an LDAP database for authenticating |
29 | 29 |
users, but was written to accomodate other authentication services as well. |
30 | 30 |
|
31 |
Documentation |
|
32 |
------------- |
|
31 | 33 |
See the docs directory for detailed documentation and installation |
32 | 34 |
instructions. |
33 | 35 |
|
... | ... | |
41 | 43 |
|
42 | 44 |
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org) |
43 | 45 |
----------------------------------------------------------------------------- |
44 |
258 upgrade to xerces 1.4.4 and test metacat |
|
45 |
162 need harvest/batch load for metacat |
|
46 |
163 need data repository interface for metacat |
|
47 |
195 allow metacat to store files on multiple fs |
|
48 |
238 query performance |
|
49 |
94 add DOM interface support to metacat |
|
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!). |
|
50 | 51 |
|
51 | 52 |
Legalese |
52 | 53 |
-------- |
Also available in: Unified diff
README and build changes in preparation for the 1.0.0 release of Metacat.
The files contributing to this release are being tagged in CVS as
"METACAT_1_0_0".