Project

General

Profile

1 666 jones
#
2
#  '$RCSfile$'
3
#   '$Author$'
4
# '$Revision$'
5
#     '$Date$'
6
#
7
8
Metacat: XML Metadata Database
9
------------------------------
10
11 805 jones
Version: 1.0.0beta2 Release
12 666 jones
13 696 jones
Feedback and bugs to: knb-software@nceas.ucsb.edu
14
15 666 jones
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 805 jones
  http://knb.ecoinformatics.org/software/metacat/
38 666 jones
39
Contributions to this work are welcome.  Please see the above web site
40
for details on how to contribute.
41
42 805 jones
Major Known Bugs (see http://bugzilla.ecoinformatics.org)
43
---------------------------------------------------------
44
185 replication security hole
45
258 upgrade to xerces 1.4.1 and test metacat
46
243 metacat returns error that is not an xml document
47
48
117 need new HTML interface allowing boolean search
49
129 paged Query Returns
50
151 need doctype equivalence specification
51
162 need harvest/batch load for metacat
52
163 need data repository interface for metacat
53
195 allow metacat to store files on multiple fs
54
213 transaction support for packages
55
186 add web metadata entry form for Metacat
56
192 create a dtd for result sets
57
 33 problems with replicating of DTDs, because of PUBLIC IDs
58
193 evaluate recursive search performance
59
238 query performance
60
 95 support for Namespaces in XML documents
61
131 add doctype identifier to returnfields
62
171 add transform action
63
 19 need exception handling mechanism
64
 94 add DOM interface support to metacat
65
66
Legalese
67
--------
68 666 jones
This software is copyrighted by The Regents of the University of California
69
and the National Center for Ecological Analysis and Synthesis
70
and licensed under the GNU GPL; see the 'LICENSE' file for
71
details.
72
73
This material is based upon work supported by the
74
National Science Foundation under Grant No. DEB99-80154 and DBI99-04777.
75
Any opinions, findings and conclusions or recomendations expressed in this
76
material are those of the author(s) and do not necessarily reflect
77
the views of the National Science Foundation (NSF).