1 |
878
|
berkley
|
<!--
|
2 |
|
|
* metacat.html
|
3 |
|
|
*
|
4 |
|
|
* Authors: Jivka Bojilova
|
5 |
|
|
* Copyright: 2000 Regents of the University of California and the
|
6 |
|
|
* National Center for Ecological Analysis and Synthesis
|
7 |
|
|
* For Details: http://www.nceas.ucsb.edu/
|
8 |
|
|
* Created: 2000 April 5
|
9 |
|
|
* Version: 0.01
|
10 |
|
|
* File Info: '$Id$'
|
11 |
|
|
*
|
12 |
|
|
* October Meeting SDSC, 2000
|
13 |
|
|
-->
|
14 |
|
|
<HTML>
|
15 |
|
|
<HEAD>
|
16 |
|
|
<TITLE>Metacat</TITLE>
|
17 |
|
|
<link rel="stylesheet" type="text/css" href="@docrooturl@default.css">
|
18 |
|
|
</HEAD>
|
19 |
|
|
<BODY>
|
20 |
|
|
<table width="100%">
|
21 |
|
|
<tr>
|
22 |
|
|
<td class="tablehead" colspan="2"><p class="label">Metacat Server</p></td>
|
23 |
|
|
<td class="tablehead" colspan="2" align="right">
|
24 |
|
|
<a href="./domapi.html">Back</a> | <a href="./metacattour.html">Home</a> |
|
25 |
|
|
<a href="./metacatdb.html">Next</a>
|
26 |
|
|
</td>
|
27 |
|
|
</tr>
|
28 |
|
|
</table>
|
29 |
|
|
<P>Metacat Server stores arbitrary XML
|
30 |
|
|
documents without foreknowledge of the metadata schema in relational
|
31 |
|
|
database using DOM approach. Metacat also performs optimized free-text
|
32 |
|
|
and structured
|
33 |
|
|
searches across the entire metadata collection. Metacat Server provides
|
34 |
|
|
standardized interface to client software for document processing, storing
|
35 |
|
|
and searching.
|
36 |
|
|
|
37 |
|
|
<P> <img alt="Structural diagram of Metacat architecture" src="metacat.gif">
|
38 |
|
|
<br>
|
39 |
|
|
<a href="./domapi.html">Back</a> | <a href="./metacattour.html">Home</a> |
|
40 |
|
|
<a href="./metacatdb.html">Next</a>
|
41 |
|
|
</BODY>
|
42 |
|
|
</HTML>
|