home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / databases / free-databases < prev    next >
Encoding:
Text File  |  1995-07-25  |  80.2 KB  |  1,999 lines

  1. Subject: Catalog of free database systems
  2. Newsgroups: comp.databases,comp.databases.object,comp.sources.d,comp.os.linux.misc,comp.answers,news.answers
  3. From: muir@idiom.com (David Muir Sharnoff)
  4. Date: 18 Nov 1994 01:34:26 -0800
  5.  
  6. Archive-name: databases/free-databases
  7. Last-modified: 1994/11/18
  8. Version: 1.12
  9.  
  10.  
  11.     Catalog of Free Database Systems
  12.  
  13. This document attemts to catalog databases that are 
  14. available without payment and with source.  
  15.  
  16. The latest version of the document can be ftp'ed: get
  17. pub/free-databases from ftp.idiom.com.
  18.  
  19. I will post this document about once a month to comp.databases,
  20. comp.databases.object, comp.answers, and news.answers.    I will 
  21. also post it to other groups somewhat randomly.
  22.  
  23. Please send additions, corrections, and donations to 
  24. David Muir Sharnoff <free-databases@idiom.com>
  25.  
  26.  
  27. I would like user testimonials.     I want to know which databases
  28. are usable and which are trustable!  Is there any database on
  29. this list that I could store payroll records on?
  30.  
  31. Thanks,
  32.  
  33. -Dave
  34. Idiom Consulting, Berkeley, CA
  35.  
  36.  
  37. Copyright (C) 1993,1994 David Muir Sharnoff, All rights reserved.
  38.  
  39. ---------------------------------------------------------------------------
  40. Prototype entry:
  41.  
  42. name:        The name of the package
  43. version:    The current version number of the package
  44.         direct inquiries to "contact."
  45. interface from: (interface packages only) front end protocol/program/language
  46. interface to:    (interface packages only) back end protocol/program/server/etc.
  47. interfaces:    The external interfaces that are supported by
  48.         the package.  Common interfaces are: SQL, ESQL,
  49.         dbm, X, etc.
  50. access methods: A list of the database access methods that are supported
  51. multiuser:    Can more than one person access the package at
  52.         the same time.    
  53. transactions:    Does the package support transactions?
  54. distributed:    Does the package support distributed databases?
  55. query language: What query languages does the package support
  56.         if any?     SQL, QUEL, etc.
  57. index size:    (full text packages only) the size of the index as a percentage
  58.         of the size of the text to be indexed.
  59. limits:        Any known, annoying limits
  60. robustness:    Can this package be used on mission-critical data?  Is the
  61.         package bug free?  Does it crash?  If it supports multi-user
  62.         transactions, does it make guarentees and keep them?
  63. description:    A description of the package.
  64. references:    Pointers to other documentation (not including that which
  65.         is included in the package)
  66. status:        current developement status (supported, actively developed, etc)
  67. announcements:    Where to get announcements
  68. discussion:    Where to send, or how to join discussions about the package
  69. bugs:        Where to send bug reports
  70. requires:    Special requirements for installing or running
  71. ports:        What does the package run on?
  72. restrictions:    Special copyright or other restrictions on the software
  73. author:        The primary author, if known.  If not known, 
  74. contact:    The current contact point.  If not specified, 
  75.         use "author."
  76. how to get:    Instructions for obtaining the package
  77. updated:    When the package was last updated (yyyy/mm/dd)    
  78. ---------------------------------------------------------------------------
  79. Selected changes:
  80.  
  81.     new listings: 
  82.         Typhoon - a relation database inspired by db_VISTA
  83.         Qddb - a "quick and dirty database"
  84.         cbase - ISAM access methods
  85.         ciORA - C stdio-like interface to Oracle
  86.         persist++ - a set of C++ serialize routes for persistence
  87.         Hierarchical Data System - acceess large multi-dim arrays 
  88.         Common Data Format - exchange large multi-dim arrays
  89.         cisamperl - perl interface to Informix C-ISAM 3.1 library
  90.         AddressManager - gui flatfile rolodex
  91.         grok - a gui flatfile
  92.         AdaSAGE - Ada libraries that include SQL parsing and recovery
  93.     updates:
  94.         mSQL 0.2 is out
  95.         Berkeley DB 1.85 is out
  96.         rdb 2.5k is out
  97.         pfl 0.2 is out
  98.         EDB 1.19 is out
  99.         Oratcl 2.2 is out
  100.         Sybtcl 2.2 is out
  101.  
  102. ---------------------------------------------------------------------------
  103. --------------------------- relational databases --------------------------
  104. ---------------------------------------------------------------------------
  105.  
  106. name:        DiamondBase
  107. version:    0.2
  108. interfaces:    C++ library
  109. access methods: b+ tree
  110. multiuser:    Alpha in this version
  111. transactions:    no
  112. distributed:    no
  113. query language: C++ methods
  114. limits:        limits are set at compile time.     The default max records 
  115.         is 21474836.
  116. robustness:    The database engine is quite stable. The multi-user extensions
  117.         are a recent addition and are still considered to be an alpha
  118.         version. The single user version is separate however and
  119.         unaffected.
  120. description:    DiamondBase is written entirely in C++, and uses a schema
  121.         compiler to generate C++ class defintions for the objects, as
  122.         well as some comparison code which is also linked in to the
  123.         final executable. Facilities are now available to access
  124.         generic relations without providing comparison code. It was
  125.         written originally as a replacement for MetalBase which was too
  126.         slow.  DiamondBase is very fast.
  127. announcements:    send mail to Darren Platt to be put on their list
  128. questions:    send mail to Darren Platt
  129. bugs:        send mail to Darren Platt
  130. requires:    C++
  131. ports:        many Unix platforms and OS/2 under cfront or gcc or 
  132.         Borland's compiler.
  133. restrictions:    Free usage for non-commerical applications -- negotiate
  134.         anything else.
  135. author:        Kevin Lentin, Andrew Davison, Darren Platt
  136. contact:    Darren Platt <darrenp@dibbler.cs.monash.edu.au>
  137. how to get:    ftp pub/export/? from pippin.cs.monash.edu.au
  138. updated:    1993/11/06
  139.  
  140. name:        Qddb
  141. version:    1.41
  142. interfaces:    query language, Tcl/Tk
  143. access methods:    ?
  144. multiuser:    yes
  145. transactions:    ?
  146. distributed:    no
  147. query language:    supports regular expressions; words, numbers, and dates; 
  148.         and ranges of words, numbers, and dates.
  149. limits:        ?
  150. robustness:    This is BETA software, but we have been happily using the
  151.         underlying stuff for years.
  152. description:    QDDB stands for 'Quick and Dirty DataBase'.
  153.         Qddb is a database suite that allows you to create relations,
  154.         add tuples, modify tuples, delete tuples, and search for tuples
  155.         in a fast and very flexible way.   Qddb 1.40 can use Tcl as its
  156.         configuration language, so you can build custom interfaces to
  157.         your Qddb databases with it.   We provide a reasonably nice
  158.         generic interface so you can be up and running quickly.
  159. status:        actively developed
  160. discussion:    send "Subject: subscribe" with your address in the body to
  161.         qddb-users-request@ms.uky.edu
  162. bugs:        qddb-bugs@ms.uky.edu and qddb-users@ms.uky.edu
  163. requires:    Tcl 7.3, Tk 3.6p1
  164. ports:        Ultrix, OSF/1, BSD/386, Linux, SunOS, Solaris.
  165. restrictions:    ?
  166. author:        Eric H. Herrin II <eric@ms.uky.edu> ?
  167. how to get:    ftp pub/unix/qddb-* from ftp.ms.uky.edu
  168. updated:    1994/10/27
  169.  
  170. name:        Typhoon
  171. version:    1.0
  172. interfaces:    C API
  173. access methods: B-trees
  174. multiuser:    Yes, but no locking mechanism at this point (will come soon)
  175. transactions:    no 
  176. distributed:    no
  177. query language: none
  178. limits:        A single file cannot exceed 4GB.
  179. robustness:    The package is quite stable as it is shut down properly. It
  180.         is currently used in a system that handles billing 
  181.         information (and some other applications).  
  182. description:    Typhoon is a relational database management system.  It was
  183.         originally inspired by Raima's db_VISTA (today Raima Data
  184.         Manager) but is relational rather than network based. Typhoon
  185.         lacks some of db_VISTA's features, but also contains a number
  186.         of nice features not found in db_VISTA.
  187.         All relations are defined in a so called Data Definition
  188.         Language (ddl) file.  You define the database relations like
  189.         you would write a C structure with chars, ints, strings,
  190.         multidimensional arrays, nested union and structures, etc. Then
  191.         you define primary, alternate and foreign keys for each
  192.         relation.  The Data Definition Language Processor (ddlp)
  193.         compiles the database defintion into a binary file which
  194.         constitutes the database description. The database relations
  195.         are accessed via C subroutines which manipulate individual
  196.         records within a table.
  197.         - Multiple open database
  198.         - Multi-field keys
  199.         - Nested structures in records
  200.         - Controlled unions
  201.         - Referential integrity
  202.         - Variable length fields
  203.         - Null keys (optional keys in db_VISTA, but easier to use)
  204.         - Dynamic opening and closing of database files
  205. status:        actively developed
  206. ports:        SCO UNIX, Solaris, Tandem NonStop UNIX, AIX, Linux and OS/2. 
  207. author:        Thomas B. Pedersen <zeppelin@login.dkuug.dk>
  208. how to get:    comp.sources.misc volume 44;
  209.         ftp pub/Linux/Incoming/typhoon-1.0.tar.gz from sunsite.unc.edu
  210. updated:    1994/09/16
  211.  
  212. name:        University INGRES
  213. version:    8.9
  214. interfaces:    QUEL, EQUEL
  215. access methods: heap, hash, isam, ordered
  216. multiuser:    yes
  217. transactions:    yes, but no multistatement transactions.  Each statement
  218.         is ACID
  219. distributed:    no
  220. query language: QUEL
  221. limits:        ?
  222. robustness:    Very mature technology
  223. description:    This is the database program that was the basis for INGRES
  224.         Corporation.  Obviously, it does not have all the bells 
  225.         and whistles of the current commercial product.     However,
  226.         it is small and fast and it works.
  227.         So called ordered relations are slow and not locked.
  228. references:    "The INGRES Papers" Stonebraker ed. Addison Wesley
  229. ports:        SunOS, Linux
  230. author:        The Ingres project at UC Berkeley.  
  231. contact:    <ingres-mail@idiom.com>
  232. how to get:    ftp pub/ingres/* from s2k-ftp.CS.Berkeley.EDU
  233. updated:    1993/05/20
  234.  
  235. name:        MetalBase
  236. version:    5.0
  237. interfaces:    custome C library
  238. access methods: AVL-trees
  239. multiuser:    yes, but in theory race conditions still exist
  240. transactions:    yes
  241. distributed:    no
  242. query language: "Report", and "View Relation" a curses based viewer
  243. limits:        ?
  244. robustness:    data corruption is possible when MetalBase is not shut 
  245.         down correctly
  246. description:    MetalBase is a small relational database.  It has all the
  247.         pieces that a relational database should C interface, curses
  248.         interface, report writer, etc.    It does not have design which
  249.         takes advantage of shared memory or the better access methods.
  250.         None of the interfaces are standard, but all of them are easy
  251.         to use.
  252. discussion:    mbase-request@internode.com.au
  253. requires:    curses
  254. ports:        Linux, MS-DOS, Amiga, NeXT, Coherent, Macintosh MPW, SGI, Xenix
  255. restrictions:    donations are suggested
  256. author:        Richid Jernigan / PO Box 827 / Norris TN 37828
  257. how to get:    ftp systems/unix/linux/sources/usr.bin/mbase.tar.z 
  258.         from ftp.uu.net
  259. updated:    1992/10/01
  260.  
  261. name:        mSQL (Mini SQL)
  262. version:    0.2
  263. interfaces:    ? and ESL, TCL/Tk, Perl, Python
  264. access methods:    ?
  265. multiuser:    ?
  266. transactions:    ?
  267. distributed:    no
  268. query language:    SQL and ESL
  269. limits:        ?
  270. robustness:    ?
  271. description:    Mini SQL or mSQL is a light weight database engine that
  272.         supports a subset of the ANSI SQL specification (no joins, no
  273.         views).  It is a single proces engine and doesn't use vast
  274.         amounts of system resources as other engines do.  It supports
  275.         client server operations over TCP/IP networks and provides
  276.         quite reasonable performance.  As an example, on a clunky old
  277.         25mhz 386 running Linux (one of the supported platforms) a
  278.         sustained rate of 67 inserts per second was achieved during the
  279.         insertion of 100,000 table entries.
  280.         ESL is a C styled scripting language.  It includes host
  281.         independant binary format for compiled scripts; associative
  282.         arrays (both transitory and persistent); and bindings to the
  283.         CMU-SNMP library.
  284. discussion:    msql-list-request@bond.edu.au
  285. ports:        Linux, SunOS 4.1, Solaris 2.3, Ultrix 4.3.  Uses autoconf.
  286. restrictions:    ?
  287. author:        David Hughes <bambi@bond.edu.au>
  288. how to get:    ftp pub/Bond_Uni/Minerva/msql/ from Bond.edu.au
  289. updated:    1994/09/08
  290.  
  291. name:        Postgres
  292. version:    4.2 beta
  293. interfaces:    libpq (C interface), pgbrowse (tk-based browser)
  294. access methods: Heap plus secondary indexes: B-tree, R-tree, Hash.
  295. multiuser:    yes
  296. transactions:    yes
  297. distributed:    no
  298. query language: Postquel (incompatable, extended variant of QUEL)
  299. limits:        ?
  300. robustness:    The authors say: "It is not up to commercial levels of 
  301.         reliability.  I would not want _my_ payroll records in it :-)"
  302. description:    Postgres is a database research project under Prof. Michael
  303.         Stonebraker at U. C. Berkeley.    To facilitate research
  304.         efforts, a software test-bed was created; this is the
  305.         "Postgres" DBMS software.  The Postgres DBMS is extended
  306.         relational or object oriented, depending on the buzzword du
  307.         jour.  Postgres is relational.    It is highly extensible.  It
  308.         has object oriented features like inheritance.    it has query
  309.         language procedures, rules, updatable views, and more.
  310. references:    There are may papers available, both through ftp and as
  311.         hard-copy technical reports.  Cruse the ftp site for papers
  312.         or mail Michelle Mattera <michelle@postgres.berkeley.edu>
  313. discussion:    send "Subject: ADD" to postgres-request@postgres.berkeley.edu
  314.     linux:    send "X-Mn-Admin: join postgres" 
  315.         to linux-activists-request@niksula.hut.fi
  316. bugs:        <bug-postgres@postgres.berkeley.edu>
  317. ports:        full support: Alpha OSF/1 1.3+, Mips Ultrix .2+, 
  318.             Sparc SunOS 4.1.1+, Power AIX 3.2.3+, HP-PA HP-UX 9.0+
  319.         comming soon: Sparc Solaris 2.3, i386 Linux
  320.         previous versions: i386 SVR4, i386 386BSD, i386 Linux, 
  321.             i386 NextStep 3.1, NeXT NextStep 3.0, 
  322.             Sparc Solaris 2.1+, HP-PA HP-UX 8.07
  323. contact:    developers: <postgres-questions@postgres>
  324.         admin: Michelle Mattera <michelle@postgres.berkeley.edu>
  325. how to get:    ftp pub/postgres/postgres-v4r2* from s2k-ftp.CS.Berkeley.EDU.
  326.     pgbrowse:    ftp pub/pgbrowse/* from crseo.ucsb.edu.
  327. updated:    1994/04/02
  328.  
  329. name:        REQUIEM
  330. version:    ?
  331. interfaces:    RQL, ERQL (extension)
  332. access methods: B-tree indexes can be created on attributes of base relations.
  333. multiuser:    yes (multiuser extension)
  334. transactions:    yes (multiuser extension)
  335. distributed:    no
  336. query language: RQL
  337. robustness:    [seems to maintained by zero to few people --ed]
  338. description:    REQUIEM (RElational Query and Update Interactive systEM) is 
  339.         an extensible, relational DBMS developed in C with a query 
  340.         language based on the relational algebra called RQL (Relational
  341.         Query Language).
  342.         There appears to be three versions of REQUIEM: the base
  343.         version and two extensions.  One extension adds multiuser
  344.         capability.  The other adds an embeddable version of the
  345.         query langauge.
  346. references:    "An Extensible DBMS for Small-Medium Scale Systems",
  347.         Papazoglou, M.P., IEEE Micro, April 1989.
  348.         Relational Database Management - A Systems Programming 
  349.         Approach, Papazoglou, M.P. and Valder, W., Prentice Hall 
  350.         International, UK, 1989.
  351.         "The Development of a Program Interface for the RDBMS Requiem"
  352.         Power, R.A., 1991 Honours Thesis (dvi file available with 
  353.         source code for the embedded version).
  354. ports:        Sparc/SunOS; base version only: MS-DOS, Macintosh
  355. contact:    (embedded version only) 
  356.         Robert Power <robert.power@csis.dit.csiro.au>
  357. how to get:    ftp pub/requiem/REQUIEM.tar.Z (multiuser version) or
  358.         pub/requiem/Requiem.tar.Z (embeddable version) 
  359.         from dcssoft.anu.edu.au 
  360.         The base version can be constructed from the multiuser version.
  361. updated:    1992/10/06
  362.  
  363. name:        shql
  364. version:    1.3 Beta
  365. interfaces:    SQL, shell
  366. multiuser:    no
  367. transactions:    no ?
  368. distributed:    no
  369. limits:        no NULLs in the data, spaces and backslashes may be added when 
  370.         the data contains punctuation, GROUP BY is not implemented.
  371. robustness:    it is a shell script.
  372. description:    Shql is a program that reads SQL commands interactively and
  373.         executes those commands by creating and manipulating Unix
  374.         files.    The program is patterned after Ingres' interactive sql
  375.         terminal monitor program.
  376. requires:    bourne shell with functions, awk, grep, cut, sort, uniq, join,
  377.         wc, and sed
  378. author:        Bruce Momjian <root%candle.uucp@bts.com>
  379. how to get:    comp.sources.misc volumes 34, 41 and 42.
  380.         Also ftp pub/net-sources/shql-patch-1.3-beta from ftp.idiom.com
  381. updated:    1994/08/06
  382.  
  383. ---------------------------------------------------------------------------
  384. --------------------------- object oriented -------------------------------
  385. ---------------------------------------------------------------------------
  386.  
  387. name:        Arjuna Distributed Programming System
  388. version:    2.0
  389. interfaces:    C++
  390. access methods: ?
  391. multiuser:    yes
  392. transactions:    yes, nested
  393. distributed:    yes, includes replicated objects
  394. query language: ?
  395. limits:        ?
  396. robustness:    "all reported bugs fixed"
  397. description:    Arjuna is a programming system for reliable distributed
  398.         computing. Arjuna supports nested atomic actions for
  399.         controlling operations on objects (instances of C++ classes),
  400.         which can potentially be persistent. The software available
  401.         includes a C++ stub generator which hides much of the details
  402.         of client-server based programming, plus a system programmer's
  403.         manual containing details of how to install Arjuna and use it
  404.         to build fault-tolerant distributed applications.
  405. discussion:    send "join arjuna YOUR-NAME-HERE" to mailbase@mailbase.ac.uk
  406. ports:        UNIX: Suns, HPs, etc.
  407. restrictions:    A commercial extension exists.
  408. contact:    arjuna@newcastle.ac.uk
  409. how to get:    ftp ? from arjuna.ncl.ac.uk
  410. updated:    1993/05/15
  411.  
  412. name:        EXODUS Project software
  413. version:    GNU E 2.3.3, Storage Manager (SM) 3.1
  414. interfaces:    GNU E, (C++ for direct access to the Storage Manager)
  415. access methods: B+tree and linear-hashing based indexes
  416. multiuser:    yes, client-server
  417. transactions:    yes, but not nested.
  418. distributed:    yes, applications can access multiple servers in a single
  419.         transaction.  Distributed commits are performed across servers
  420.         and clients have access to an interface allowing participation
  421.         in distributed commits managed by an external agent.
  422. query language: GNU E -- a persistent programming language based on C++
  423. robustness:    High (at least for academic software).
  424.         The SM release includes a facility for regression
  425.         testing most features, including crash recovery.
  426. description:    The EXODUS Storage Manager (SM) is a client-server object
  427.         storage system which provides "storage objects" for storing
  428.         data, versions of objects, "files" for grouping related storage
  429.         objects, and indexes for supporting efficient object access.  A
  430.         storage object is an uninterpreted container of bytes which can
  431.         range in size from a few bytes to hundreds of megabytes.  The
  432.         Storage Manager provides routines to read, overwrite, and
  433.         efficiently grow and shrink objects.  In addition, the Storage
  434.         Manager provides transactions, lock-based concurrency control,
  435.         and log-based recovery.
  436.         GNU E is a persistent, object oriented programming language
  437.         developed as part of the Exodus project.  GNU E extends C++
  438.         with the notion of persistent data, program level data objects
  439.         that can be transparently used across multiple executions of a
  440.         program, or multiple programs, without explicit input and
  441.         output operations.
  442. references:    A bibliography of EXODUS related papers can be obtained from
  443.         the ftp site described below.  Some of the papers are available
  444.         from the ftp server as technical reports, and are marked as
  445.         such in the bibliography.
  446. status:        No longer being developed.  However, the authors are working
  447.         on a new system, SHORE, and will support current Exodus 
  448.         users well enough to keep them going until SHORE is useable.
  449.         GNU E 2.5.8 is in beta and can be ftped.
  450. discussion:    Send "information exodus_all" to listproc@cs.wisc.edu to
  451.         find out how to join the exodus_all mailing list.
  452. bugs:        exodusbugs@cs.wisc.edu
  453. requires:    g++ 2.3.3 (exactly 2.3.3.  GNU E 2.5.8 is in beta)
  454. ports:        MIPS/Ultrix, SPARC/SunOS, HP 7xx/HP-UX, Linux 
  455. restrictions:    none, but see copyright notice located in all source files 
  456. author:        The EXODUS Database Toolkit project at the 
  457.         University of Wisconsin
  458. contact:    exodus@cs.wisc.edu
  459. how to get:    ftp exodus/* from ftp.cs.wisc.edu
  460. updated:    1993/03/29
  461.  
  462. name:        LINCKS (Linkoping Intelligent Communication of Knowledge System)
  463. version:    2.2.1
  464. interfaces:    C library, emacs-like editor/X11
  465. access methods: ?
  466. multiuser:    yes
  467. transactions:    no
  468. distributed:    no, but maybe later
  469. query language: hypertext-ish X user interface
  470. robustness:    The underlaying store handler (NODE) has been used since '89
  471.         and is quite stable. The system have betweem 20 to 500 users.
  472. description:    LINCKS is an object-centred multi-user database system
  473.         developed for complex information system applications where
  474.         editing and browsing of information in the database is of
  475.         paramount importance.  The focus is on sharing of small
  476.         information chunks which combine to make up complex information
  477.         objects used by different users for different purposes. The
  478.         information chunks are semi-structured in that they contain one
  479.         part which is well-structured to facilitate addition of A.I.
  480.         processing within the system, and one part which is
  481.         unstructured and suitable for management by the user.
  482.         Features: shared composite objects, database history, 
  483.         atlernative views, change collision notification (when more
  484.         than one person makes changes to the same composite object)
  485. references:    ftp://ftp.ida.liu.se/pub/lincks/articles/cscw.ps.gz
  486. announcements:    lincks@ida.liu.se
  487. discussion:    lincks-users-request@ida.liu.se
  488. bugs:        lincks-bugs@ida.liu.se
  489. requires:    Unix, X11R5
  490. ports:        Sun4/SunOS 4.1.[123], Sun4/SunOS 5.2, Sun3, Decstation, Alpha,
  491.         RS/6000, Sequent Symmetry, Linux, HP-UX, SGI, SCO, SVR4.2, Sony
  492. restrictions:    GNU General Public License
  493. author:        Lin Padgham, Ralph Ronnquist; University of Linkoping, Sweden
  494. contact:    lincks@ida.liu.se
  495. how to get:    ftp pub/lincks/lincks-2.2.tar.gz from ftp.ida.liu.se
  496.     usa:    ftp pub/database/lincks/lincks-2.2.tar.gz from ftp.uu.net
  497.     usa:    ftp pub/net/infosys/lincks/lincks-2.2.tar.gz 
  498.         from gatekeeper.dec.com
  499. updated:    1994/06/05
  500.  
  501. name:        OBST
  502. version:    3-4
  503. interfaces:    C++, tcl, schema compiler, graphical object browser
  504. access methods: extendable hashtable
  505. multiuser:    yes, but writing locks entire tables
  506. transactions:    yes
  507. distributed:    not yet
  508. query language: C++, tcl, graphical object browser
  509. limits:        4 GB per container, 2^32 containers
  510. robustness:    OBST is quite stable since the start of '93. Releases were
  511.         made to enhance the coding quality rather than to add new
  512.         features. There are somewhere between 50 and 500 users.
  513. description:    The persistent object management system OBST was developed by
  514.         Forschungszentrum Informatik (FZI) as a contribution to the
  515.         STONE project (supported by grant no. ITS8902A7 from the BMFT,
  516.         i.e. the German Ministry for Research).
  517.         OBST was originally designed to serve as the common persistent
  518.         object store for the tools of an software engineering
  519.         environment.
  520.         An essential feature of STONE is that the object oriented
  521.         paradigm is pursued consequently as a key concept. OBST is the
  522.         common persistent object store for all tools within the STONE
  523.         environment.
  524.         OBST provides a rich OO model including multiple inheritance,
  525.         generics, overloading, and privacy.  The schema definition
  526.         language is syntactically similar to C++.  It comes with a
  527.         library of pre-defined classes like Set<Entity>, and
  528.         List<Entity>.  New methods can be incrementally loaded at
  529.         runtime.
  530. announcements:    send 'add <your-address> obst-announce' to obst-listserv@fzi.de
  531. discussion:    send 'add <your-address> obst-forum' to obst-listserv@fzi.de
  532. bugs:        send OBST version, configuration options, C++ version, machine,
  533.         OS, and a description of your problem to <obst@fzi.de>.
  534. requires:    A C++ compiler (G++ 2.3.3-2.5.8 or AT&T 2.1/3.01)
  535. ports:        UNIX: SPARC/SunOS 4.1, Solaris 2, Linux, HP-UX, ...
  536. contact:    obst@fzi.de
  537. how to get:    ftp pub/OBST/OBST3-4 from ftp.fzi.de
  538.     usa:    ftp pub/database/obst/? from ftp.uu.net
  539.     uk:        ftp computing/databases/OBST/? from src.doc.ic.ac.uk
  540. updated:    1994/06/29
  541.  
  542. name:        pfl
  543. version:    0.2
  544. interfaces:    Built-in persistent functional programming language
  545. access methods: no
  546. multiuser:    no
  547. transactions:    no
  548. distributed:    no
  549. query language: functional programming
  550. limits:        Index size is limited by the amount of main memory available.
  551.         Selectors are a bit flaky when they contain more than about
  552.         10,000 tuples.  Since the current implementation of the 
  553.         language is interpreted it is very slow.
  554. robustness:    alpha release
  555. description:    pfl is a persistent programming language and database 
  556.         environment.  The language is functional.
  557. references:    "An Overview of PFL", 3rd International Workshop on Database 
  558.          Programming Languages, 1991.
  559.         "A functional programming approach to deductive databases", 
  560.          17th International Conference on Very Large Databases, 1991
  561. bugs:        SunOS: author, Linux: Tim Holmes <timh@psammead.demon.co.uk>
  562. requires:    GNU C++
  563. ports:        Linux, SunOS
  564. restrictions:    GNU General Public License; educational use ?
  565. author:        Carol Small <carol@dcs.bbk.ac.uk>
  566. contact:    Tim Holmes <timh@psammead.demon.co.uk>
  567. how to get    ftp pub/Linux/ALPHA/pfl-0.2.tgz from sunsite.unc.edu
  568. updated:    1994/09/21
  569.  
  570. name:        The Texas Persistent Store
  571. version:    0.1
  572. interfaces:    C++ library
  573. access methods: ?
  574. multiuser:    not yet
  575. transactions:    not yet
  576. distributed:    not yet
  577. query language: ?
  578. limits:        ?
  579. robustness:    beta software
  580. description:    Texas is a simple, portable, high-performance persistent store
  581.         for C++ using "pointer swizzling at page fault time" to
  582.         translate persistent addresses to hardware-supported virtual
  583.         addresses.  Texas is built on top of a normal virtual memory,
  584.         and relies on the underlying virtual memory system for
  585.         caching.  Texas is easy to use, and is implemented as a UNIX
  586.         library.  It is small and can be linked into applications.  It
  587.         requires no special operating system privileges, and
  588.         persistence is orthogonal to type---objects may be allocated on
  589.         either a conventional transient heap, or on the persistent
  590.         heap, as desired.  Texas supports simple checkpointing of heap
  591.         data.
  592. references:    ftp pub/garbage/*.ps from cs.utexas.edu
  593. announcements:    send mail to oops@cs.utexas.edu
  594. discussion:    ?
  595. bugs:        ?
  596. requires:    ?
  597. ports:        SunOS, Ultrix, Sun CC, GNU C++
  598. restrictions:    ?
  599. author:        ?
  600. contact:    oops@cs.utexas.edu
  601. how to get:    ftp pub/garbage/texas/? from cs.utexas.edu
  602. updated:    ?
  603.  
  604. name:        Triton Object-Oriented Database System
  605. version:    1.1
  606. interfaces:    E, an Ada language binding.
  607. access methods:    uses Exodus
  608. robustness:    The support provided for Triton is limited. As resources
  609.         permit, reported bugs will be fixed. Triton is reasonably
  610.         robust and has been in daily use in Arcadia for several years
  611.         primarily supporting APPL/A and Amadeus.
  612. description:    Triton is an object-oriented database management system
  613.         designed to support the Arcadia software engineering
  614.         environment. It can be used as a general purpose DBMS, although
  615.         it has specialized features to support the software process
  616.         capabilities in Arcadia in the form of the APPL/A language.
  617.         Triton provides for multi-language access and sharing of data,
  618.         dynamic creation of classes (with methods) and objects, special
  619.         support for relations, and special support for triggers. Triton
  620.         uses a client-server architecture with data and methods held in
  621.         the server.
  622.         Triton is written in E, which is a persistent C++. 
  623.         What Triton adds to Exodus is another interface and a lot
  624.         of higher-level functionality.  This includes an Object Manager 
  625.         shell (catalog, trigger manager, and application objects); 
  626.         multi-language access and sharing; dynamic definition of 
  627.         schema and classes; schema catalog; and triggers before and/or
  628.         after method invocations.
  629. references:    http://www.ics.uci.edu/Arcadia
  630. requires:    Exodus/E, DLD-3.2.3, Q 2.2, Arpc401.3a
  631. restrictions:    GNU General Public License [I presume --ed]
  632. author:        University of Colorado Arcadia Project.
  633. contact:    Dennis Heimbigner <dennis@cs.colorado.edu>
  634. how to get:    ftp pub/cs/distribs/arcadia/? from ftp.cs.colorado.edu
  635. www:        http://www.cs.colorado.edu/homes/arcadia/public_html/triton.html
  636. updated:    ?
  637.  
  638. name:        William's Object Oriented Database (Wood)
  639. version:    0.6 
  640. interfaces:    MCL 2.0
  641. access methods: custom
  642. multiuser:    no
  643. transactions:    no
  644. distributed:    no
  645. query language: none. Has BTrees for indexing.
  646. limits:        Will slow down when the database size exceeds
  647.         256 megabytes. Otherwise, database size limited
  648.         by disk size (up to Macintosh limit, which is,
  649.         I believe, 4 gigabytes). Object size limited
  650.         to 24 megabytes. If you think of a Wood database
  651.         as a random access FASL file, you'll have the
  652.         right idea.
  653. robustness:    Until it has a real logging/recovery mechanism,
  654.         I wouldn't advise using it for mission critical
  655.         data. Caches pages in memory, so if you crash,
  656.         you will lose. Has a function to flush the
  657.         cache to disk, so you can do explicit checkpoints
  658.         to make it more robust.
  659. description:    Wood is a simple persistent store for MCL 2.0.
  660.         This is still alpha software. It is incomplete: though you can
  661.         save/restore all Lisp objects to/from a file, there is no
  662.         transaction/recovery manager and no garbage collector for the
  663.         persistent heap. I will not be able to provide much support,
  664.         but you get source code.
  665. discussion:    info-wood-request@cambridge.apple.com
  666. bugs:        bug-wood@cambridge.apple.com
  667. ports:        Macintosh CommonLisp 2.0
  668. author:        Bill St. Clair <bill@cambridge.apple.com>
  669. how to get:    ftp pub/mcl2/contrib/wood* from cambridge.apple.com
  670. updated:    1993/03/07
  671.  
  672. ---------------------------------------------------------------------------
  673. --------------------------- deductive databases ---------------------------
  674. ---------------------------------------------------------------------------
  675.  
  676. name:        Aditi Deductive Database System
  677. version:    beta release
  678. interfaces:    motif, command line, NU-Prolog
  679. access methods: Base relations contain variable sized records.    Base relations
  680.         can be indexed with B-trees or multi-level signature files
  681.         (superimposed code words) allowing multi-attribute indexing and
  682.         querying, or they can be stored as unindexed flat files.
  683. multiuser:    yes
  684. transactions:    next release
  685. distributed:    ?
  686. query language: prolog, graphical (Motif)
  687. limits:        ?
  688. robustness:    ?
  689. description:    Aditi is a multi-user deductive database system.  It supports
  690.         base relations defined by facts (relations in the sense of
  691.         relational databases) and derived relations defined by rules
  692.         that specify how to compute new information from old
  693.         information.  The old information can be from derived relations
  694.         as well as base relations; the rules of derived relations may
  695.         be recursive.  Both base relations and the rules defining
  696.         derived relations are stored on disk and are accessed as
  697.         required during query evaluation.
  698. ports:        SPARC/SunOS, MIPS/IRIX
  699. author:        The development of the Aditi system started in 1988 by
  700.         Professor Kotagiri Ramamohanarao, and many people have been
  701.         involved in its development, in particular Jayen Vaghani, Tim
  702.         Leask, Peter Stuckey, John Shepherd, Zoltan Somogyi, James
  703.         Harland and David Kemp. The support of Kim Marriott, David
  704.         Keegel, and Warwick Harvey is also acknowledged.
  705. contact:    aditi@cs.mu.oz.au
  706. how to get:    send email to aditi@cs.mu.oz.au
  707. updated:    1992/12/17
  708.  
  709. name:        ConceptBase
  710. version:    V3.3
  711. interfaces:    Prolog, C, C++
  712. access methods: TELL and ASK 
  713. multiuser:    yes  
  714. transactions:    primitive (no concurrency)
  715. distributed:    no (but can be extended to do so)
  716. query language: CBQL ("query classes")
  717. limits:        system is rather slow for objects bases larger than 
  718.         10000 objects
  719. robustness:    used by 100+ institutes, thereby quite robust
  720. description:    ConceptBase is a deductive object base manager, i.e., it
  721.         combines object-oriented principles with logical deduction.
  722. references:    see WorldWideWeb entry:
  723.         <http://www.informatik.rwth-aachen.de/I5/CBdoc/cbflyer.html>
  724. bugs:        CB@picasso.informatik.rwth-aachen.de
  725. ports:        SunOS 4.1.3, Solaris 2.3 (both on SunSPARC)
  726. restrictions:    ConceptBase is distributed by "contact", only. It is not
  727.         public domain.    The source agreeement prohibits commercial
  728.         and military use.
  729. author:        ConceptBase Team 
  730. contact:    <jeusfeld@informatik.rwth-aachen.de>
  731.         ConceptBase Team, c/o Manfred Jeusfeld, RWTH Aachen, 
  732.         Informatik V,
  733.         Ahornstr. 55, 52056 Aachen, Germany
  734. how to get:    ftp /pub/CB from ftp.informatik.rwth-aachen.de
  735. updated:    1994/06/08
  736.  
  737. name:        CORAL
  738. version:    0.1  (Version 1.0 expected shortly)
  739. interfaces:    Exodus storage mangager, C++
  740. access methods: Hash-based and B+ tree indices
  741. multiuser:    When used with Exodus
  742. transactions:    When used with Exodus
  743. distributed:    ?
  744. query language: Prolog-like with SQL-style extensions; C++ interface
  745. limits:        No type checking; only atomic values in persistent relations
  746. robustness:    Research software; used for teaching and in research projects,
  747.         but some bugs remain
  748. description:    The CORAL deductive database/logic programming system was
  749.         developed at the University of Wisconsin-Madison.  The CORAL
  750.         declarative language is based on Horn-clause rules with
  751.         extensions like SQL's group-by and aggregation operators, and
  752.         uses a Prolog-like syntax.  Many evaluation techniques are
  753.         supported, including bottom-up fixpoint evaluation and top-down
  754.         backtracking.  Disk-resident data is supported via an interface
  755.         to the Exodus storage manager; however, CORAL can run without
  756.         Exodus if disk-resident relations are not required.  
  757.         A good interface to C++ is provided.  Relations defined using 
  758.         the declarative language can be manipulated from C++ code, 
  759.         and relations defined using C++ code can be used in declarative 
  760.         rules.    C++ code defining relations can be incrementally loaded.
  761. requires:    AT&T C++ 2.0 or later
  762. ports:        Decstations, Sun 4, Sparc, HP Snakes 
  763. author:        The CORAL group consists of R. Ramakrishnan, P. Seshadri,
  764.         D. Srivastava and S. Sudarshan.     The following people made
  765.         important contributions: T. Arora, P. Bothner, V. Karra 
  766.         and W.G. Roth.    Several other people were also involved:  
  767.         J. Albert, T. Ball, L. Chan, M. Das, S. Goyal, R. Netzer 
  768.         and S. Sterner.
  769. contact:    Raghu Ramakrishnan <raghu@ricotta.cs.wisc.edu>
  770. how to get:    ftp from ftp.cs.wisc.edu
  771. updated:    1993/02/12
  772.  
  773. name:        MOOD5 (Material's Object-Oriented Database)
  774. version:    1.0
  775. interfaces:    Virtually none. 
  776. access methods: ?
  777. multiuser:    no
  778. transactions:    no
  779. distributed:    no
  780. query language: Query-by-example object retrieval + some
  781. limits:        The database is memory resident when in use and cannot
  782.         exceed 16MB.
  783. robustness:    Operation is fairly stable but by no means for
  784.         mission-critical data.    Mostly useful for experimentation.
  785. description:    MOOD5 is an object-oriented database system written in Prolog.
  786.         Unlike other general purpose OODBS, the system is meant to be
  787.         used by non-programmer end-users with its unified user
  788.         interface named the Object-Editor, or OE, in short. Therefore,
  789.         the program may better be described as an OODB application. It
  790.         is developed for the purpose of exprimenting the power of OODB
  791.         in dealing with complex material data. As a result, it contains
  792.         may novel features which are considered to be necessary to
  793.         support material database practice such as the reasoning for
  794.         data retrieval, the support of literal expressions for physical
  795.         quantities, and so on.    Interest from engineers/scientists who
  796.         are to deal with a bulk of experimental data (not only from
  797.         materials) and programmers in association with them are very
  798.         much appreciated.
  799. announcements:    comp.databases.object, sci.materials
  800. discussion:    author
  801. bugs:        author
  802. ports:        IBM/NEC-PC/MS-DOS
  803. author:        Noboru Ono <ono@mood.mech.tohoku.ac.jp>
  804. how to get:    ftp pub/mood from mood.mech.tohoku.ac.jp 
  805.     usa:    ftp pub/database/mood from ftp.uu.net 
  806.     uk:        ftp pub/computing/databases/mood from src.doc.ic.ac.uk
  807. updated:    1994/05/17
  808.  
  809. ---------------------------------------------------------------------------
  810. --------------------------- special purpose -------------------------------
  811. ---------------------------------------------------------------------------
  812.  
  813. name:        GRAS (GRAph-oriented database System)
  814. version:    5.90/9 [[6.0 alpha]]
  815. interfaces:    Navigational programming interfaces for C and Modula-2
  816. access methods: tries fro database pages, static hashing within pages
  817. multiuser:    Very restricted single writer/multiple reader access
  818.         [[6.0: shared read/write access with locks on a per-session, 
  819.         transaction, or operation basis]]
  820. transactions:    yes; based on backwards logs.  Checkpoints allow roll-back (and
  821.         roll-forward) to a previous state.  
  822. distributed:    no.  [[6.0: Multiclient/multiserver architecture]]
  823. query language: PROGRES (PROgrammed Graph Rewriting Systems; a language released
  824.         separately)
  825. limits:        2**16 nodes per database and 2**16 databases per multi-database
  826.         [[6.0: 2**32 nodes]]
  827. robustness:    Has been successfully used as the underlying database for
  828.         a number of research prototypes and one commercial product.
  829.         Guarantees recovery from (almost) all application/system crashes
  830. description:    GRAS is a database system which has been designed according
  831.         to the requirements resulting from software engineering
  832.         applications. Software development environments are composed
  833.         of tools which operate on complex, highly structured data.
  834.         In order to model such data in a natural way, we have selected
  835.         attributed graphs as GRAS' underlying data model.
  836.         The current version has programming interfaces for Modula-2 and 
  837.         C and supports:
  838.         - persistent attributed, directed node- and edge-labeled 
  839.           graphs (including long attributes and indexes)
  840.         - temporary/volatile generic sets, binary relations, and lists,
  841.         - graph modification triggers causing further modifications
  842.         - primitives for version control comprising the capability
  843.           for efficiently storing graphs as forward/backward deltas 
  844.         - primitives for declaring graph schemes and for incremental
  845.           evaluation of derived attributes (constraints).
  846.         In additon, there are tools for compressing and displaying 
  847.         graphs.     The GRAS system may be considered to be the core of a
  848.         graph oriented DBMS environment.  The environment is based on a
  849.         VHLL called PROGRESS.  This environment supports: a
  850.         syntax-directed editor for graph schemes, rewrite rules and
  851.         sequences of rules; an incremental consistency checker; an
  852.         incremental compiler&interpreter for PROGRESS; an enhanced
  853.         graph browser
  854. references:    Kiesel, Schuerr, Westfechtel: GRAS, A Graph-Oriented Database
  855.         System for (Software) Engineering Applications. Proc. CASE 93,
  856.         Lee, Reid, Jarzabek (eds.): Proc. CASE '93, 6th Int. Conf. on
  857.         Computer-Aided Software Engineering, IEEE Computer Society
  858.         Press (1993), pp 272-286.  Available by ftp as TR AIB 92-44.
  859.         Schuerr: PROGRES: A VHL-Language Based on Graph Grammars,
  860.         in Proc. 4th Int. Workshop on Graph-Grammars and Their
  861.         Application to Computer Science, LNCS 532, Springer-
  862.         Verlag 1991, pp 641-659.  Available by ftp asTR AIB 90-16.
  863. announcements:    a list is forming; send mail to the contact (below)
  864. bugs:        use the included "send-pr" program to send bug reports
  865. requires:    Modula-2, C
  866. ports:        Sun-4, porting requires Modula-2
  867. restrictions:    GNU General Public License
  868. author:        Lehrstuhl fuer Informatik III, RWTH Aachen, Ahornstr. 55
  869.         D-52074 Aachen, Germany.
  870. contact:    (v5.x & PROGRES) Dr. Andy Sch"urr <andy@i3.informatik.rwth-aachen.de>
  871.         (v6.x) Norbert Kiesel <norbert@i3.informatik.rwth-aachen.de>
  872. how to get:    (v5.x) ftp pub/unix/GRAS from ftp.informatik.rwth-aachen.de
  873.         (PROGRES sun4) ftp pub/unix/PROGRES from ftp.informatik.rwth-aachen.de
  874.         (PROGRES source) send mail to contact
  875.         (references) ftp pub/reports/* from ftp.informatik.rwth-aachen.de
  876.         (v6.x) contact Norbert Kiesel <norbert@i3.informatik.rwth-aachen.de>
  877. updated:    1993/11/01
  878.  
  879. ---------------------------------------------------------------------------
  880. --------------------------- flat files ------------------------------------
  881. ---------------------------------------------------------------------------
  882.  
  883. name:        AddressManager
  884. version:    0.1
  885. interfaces:    Tcl/Tk
  886. multiuser:    no
  887. transactions:    no
  888. distributed:    no
  889. query language:    none
  890. limits:        ?
  891. robustness:    ?
  892. description:    A graphical rolodex
  893. requires:    wish
  894. author:        Chunping Ding <ding@vail.levels.unisa.edu.au>
  895. how to get:    ftp pub/addressManager.tar.gz from banff.cssip.edu.au
  896.     usa:    ftp pub/tcl/code/addressManager.* from harbor.ecn.purdue.edu
  897. updated:    1994/05/12
  898.  
  899. name:        EDB, the Emacs database
  900. version:    1.19
  901. interfaces:    Emacs, Emacs Lisp
  902. multiuser:    no
  903. transactions:    no
  904. distributed:    no
  905. query language: Emacs Lisp
  906. limits:        same as for Emacs -- typically 8 or 32 MB
  907. robustness:    fairly high -- currently being used for mission-critical data
  908. description:    EDB provides simple database access in a "user-friendly" Emacs
  909.         environment for flat files.  Extensions for linking records and
  910.         relational-like operations exist, and further extensions are
  911.         easy to make.
  912.         EDB is documented by a 110-page manual, complete with indices
  913. discussion:    edb-list-request@theory.lcs.mit.edu
  914. bugs:        mernst@theory.lcs.mit.edu or edb-list@theory.lcs.mit.edu
  915. requires:    GNU Emacs 18, GNU Emacs 19, or Lucid Emacs
  916. ports:        any computer that runs Emacs -- that is, almost any computer
  917. restrictions:    GNU Public License
  918. author:        Michael Ernst <mernst@theory.lcs.mit.edu>
  919. how to get:    ftp pub/emacs/edb/edb-*.tar.gz from theory.lcs.mit.edu
  920. updated:    1994/11/15
  921.  
  922. name:        grok (Graphical Resource Organizer Kit)
  923. version:    ?
  924. interfaces:    query language, GUI, GUI builder
  925. access methods:    ?
  926. multiuser:    ?
  927. transactions:    no
  928. distributed:    no
  929. query language:    custom
  930. limits:        ?
  931. robustness:    ?
  932. description:    Grok is a simple database manager and UI builder that can keep
  933.         phone lists; store phone call logs; store todo lists; and
  934.         manage any other database after simple GUI-driven
  935.         customization.
  936.         More precisely, grok is a program for displaying and editing
  937.         strings arranged in a grid of rows and columns. Each row is
  938.         presented as a "card" consisting of multiple columns, or
  939.         "fields", that allow data entry. The presentation of the data
  940.         is programmable; a user interface builder that allows the user
  941.         to arrange fields on a card graphically is part of grok.  Grok
  942.         also supports a simple language that allows sophisticated
  943.         queries and data retrieval.
  944. ports:        IRIX, HP-UX, AIX.
  945. restrictions:    ?
  946. author:        Thomas Driemeyer <thomas@bitrot.in-berlin.de>
  947. how to get:    author is looking for ftp site
  948. updated:    1994/10/31
  949.  
  950. name:        Jinx
  951. version:    2.1
  952. interfaces:    perl, shell
  953. multiuser:    no
  954. transactions:    no
  955. distributed:    no
  956. query language: none
  957. limits:        no limits
  958. robustness:    No bugs have ever been reported
  959. description:    Very easy to use, curses based flat file handler.
  960.         In Perl, so no limits. Allows Join, Project, Sort etc.
  961.         Representation in 2 readable unix files.  A documented
  962.         Perl library makes it easy to add applications.
  963. references:    Online help and a 17 page tutorial.
  964. requires:    Perl, cterm (distributed with jinx)
  965. ports:        any unix system with ordinary perl and curses
  966. restrictions:    Copyleft
  967. author:        Henk Penning, Utrecht University
  968. contact:    Henk Penning <henkp@cs.ruu.nl>
  969. how to get:    ftp pub/PERL/jinx.shar.Z and pub/PERL/cterm.shar.Z 
  970.         from ftp.cs.ruu.nl
  971. updated:    1991/11/01
  972.  
  973. name:        rdb
  974. version:    2.5k
  975. interfaces:    perl, shell, UNIX tools
  976. access methods: binary search, linear scan
  977. multiuser:    restricted single writer/multiple reader access
  978. transactions:    no
  979. distributed:    no
  980. query language: none
  981. limits:        no limits
  982. robustness:    Is being used on many research projects; no known bugs.
  983. description:    RDB is a fast, portable, Relational DataBase Management System
  984.         that works with relational data in ascii files.
  985.         RDB is a set of Perl modules working as filters, like "row", 
  986.         "column" & "join" ; a very nifty table formatting script is in
  987.         "ptbl", which can do long field folding into multiple lines per
  988.         row. Also includes a general report generation capability.
  989. references:    Included documentation; Each module has online help.
  990. announcements:    comp.lang.perl; also author email list of current users.
  991. discussion:    author
  992. ports:        any unix system (or other OS with redirection of I/O).
  993. author:        Walt Hobbs <hobbs@rand.org>
  994. how to get:    ftp pub/RDB-hobbs/RDB-2.5j.tar.Z from rand.org
  995. updated:    1994/06/20
  996.  
  997. ---------------------------------------------------------------------------
  998. ----------------- dbm and other and raw access methods    -------------------
  999. ---------------------------------------------------------------------------
  1000.  
  1001. name:        The Berkeley DB code
  1002. version:    1.85
  1003. interfaces:    ndbm, hsearch
  1004. access methods: hash, b+tree, recno
  1005. multiuser:    no 
  1006. transactions:    no 
  1007. distributed:    no
  1008. query language: none
  1009. limits:        can handle large items
  1010. robustness:    The db routines are used in some production code so they
  1011.         are likely to work reasonably well.
  1012. description:    The Berkeley DB Code is a unification of several previous
  1013.         interfaces.  It also forms the basis of a unified interface
  1014.         to new access methods (b+tree, recno).
  1015. references:    "A New Hashing Package for UNIX", Margo Seltzer, Ozan Yigit,
  1016.         Proceedings of the Winter USENIX Conference, Dallas, TX, 1991.
  1017.         Also available by ftp'ing pub/oz/hash.ps.Z from nexus.yorku.ca.
  1018.         "Document Processing in a Relational Database System, Michael
  1019.         Stonebraker," Heidi Stettner, Joseph Kalash, Antonin Guttman,
  1020.         Nadene Lynn, Memorandum No. UCB/ERL M82/32, May 1982.
  1021.         "LIBTP: Portable, Modular Transactions for UNIX," Margo
  1022.         Seltzer, Michael Olson, Proceedings 1992 Winter Usenix
  1023.         Conference, San Francisco, CA, January 1992.
  1024. reported bugs:    does not align data in memory [fixed? --ed]
  1025. ports:        SunOS 4.1.2, Ultrix 4.2A, BSD 4.4, and most other Unix
  1026. author:        Margo Seltzer, Keith Bostic, Ozan Yigit
  1027. contact:    Keith Bostic <bostic@cs.berkeley.edu>
  1028. how to get:    ftp ucb/4bsd/db.tar.gz from ftp.cs.berkeley.edu
  1029. updated:    1994/09/01
  1030.  
  1031. name:        Btree Library
  1032. version:    first public release
  1033. interfaces:    raw C library
  1034. access methods: b-tree
  1035. multiuser:    no
  1036. transactions:    no
  1037. distributed:    no
  1038. query language: none
  1039. limits:        values are limited to 4 bytes (long enough for a pointer!)
  1040. robustness:    ?
  1041. description:    Ths is a library that maintains a simple balanced btree index.
  1042.         Nothing more is provided than routines to insert, set, find
  1043.         (specific, next, and previous), and delete keys. Each key,
  1044.         however, has a spare long value that can be used to contain an
  1045.         offset to a data file. A library to handle fixed-length records
  1046.         based on these pointers should be trivial. (Can you say
  1047.         'dBASEIII'?) Another failing of this library is its total
  1048.         inability to cope with having several programs modifying
  1049.         indices at the same time. (it *CAN*, but I won't vouch for the
  1050.         result) The good solutions to that particular problem are OS
  1051.         dependent, unfortunately, and I am not a database guru anyhow.
  1052. ports:        Unix
  1053. author:        Marcus J. Ranum <mjr@umiacs.UMD.EDU>
  1054. how to get:    get btree and bt-rio from comp.sources.misc volume 3
  1055. updated:    1988/06/02
  1056.  
  1057. name:        B+tree Library
  1058. version:    first public release
  1059. interfaces:    raw C library, dbm-like library
  1060. access methods: b+tree
  1061. multiuser:    no
  1062. transactions:    no
  1063. distributed:    no
  1064. query language: none
  1065. limits:        ?
  1066. robustness:    ?
  1067. description:    This is the source code for a variable-length key variable page
  1068.         size b+tree library. Also included is source for a variety of
  1069.         test programs, a semi-useable record manager, and a
  1070.         dbm-lookalike library built on top of the record manager and
  1071.         b+tree. (dbm(3) will blow it away performance-wise, of
  1072.         course).
  1073. ports:        Pyramid, Sun, BSD4.3, Ultrix.  Does not work on Xenix
  1074. author:        Marcus J. Ranum <mjr@umiacs.UMD.EDU>
  1075. how to get:    get b+tree_mgr from comp.sources.misc volume 10
  1076. updated:    1988/06/02
  1077.  
  1078. name:        cbase
  1079. version:    102
  1080. interfaces:    C
  1081. access methods:    ISAM
  1082. multiuser:    no
  1083. transactions:    ?
  1084. distributed:    no
  1085. query language:    none
  1086. limits:        ?
  1087. robustness:    ?
  1088. description:    A database library (ISAM like).
  1089. ports:        MS-DOS
  1090. restrictions:    ?
  1091. contact:    ?
  1092. how to get:    ftp pub3c/SimTel/msdos/c/cbase102.zip from ftp.ibp.fr
  1093. updated:    ?
  1094.  
  1095. name:        dbc3
  1096. version:    1.0
  1097. interfaces:    raw C library
  1098. access methods: ?
  1099. multiuser:    no
  1100. transactions:    ?
  1101. distributed:    no
  1102. query language: none
  1103. limits:        ?
  1104. robustness:    ?
  1105. description:    Dbclib provides a basic C interface to the database files
  1106.         used by dBase III.  It provides funtions to both read and 
  1107.         write them.  The author is German and so all the comments are 
  1108.         in German.  It's very small (95k).  [I'm not sure I have 
  1109.         the name correct --ed]
  1110. ports:        Unix, MS-DOS
  1111. author:        D.Schanz
  1112. how to get:    uucp (host gold, login nuucp, no password, phone 08106-34593) 
  1113.         /home/public/unxhigh/unix1/dbclib.tgz; or
  1114.         ftp pub/pc/dos/programming/c/dbclib.tar.gz from ftp.uni-kl.de
  1115. updated:    1988/09/13
  1116.  
  1117. name:        dbz
  1118. version:    "20 Feb 1993 Performance Release of C News"
  1119. interfaces:    dbm-like, command-line access
  1120. access methods: hash
  1121. multiuser:    no
  1122. transactions:    no
  1123. distributed:    no
  1124. query language: none
  1125. limits:        lines are limited to 1024 bytes unless the -l option is used
  1126. robustness:    very robust within its domain
  1127. description:    A dbm-like library maintained for use with C-news.
  1128. ports:        everything that runs C-news (lots)
  1129. author:        Jon Zeeff <zeeff@b-tech.ann-arbor.mi.us>, David Butler, Mark
  1130.         Moraes, Henry Spencer.    Hashing function by Peter Honeyman.
  1131. contact:    Henry Spencer <henry@zoo.toronto.edu>
  1132. how to get:    included in the C-news distribution as ./dbz
  1133. updated:    1992/02/11
  1134.  
  1135. name:        gdbm
  1136. version:    1.7.3
  1137. interfaces:    dbm, ndbm, gdbm
  1138. access methods: hash
  1139. multiuser:    no, but does lock the entire file
  1140. transactions:    no
  1141. distributed:    no
  1142. query language: none
  1143. limits:        can handle large items
  1144. robustness:    [should be good --ed]
  1145. description:    An ndbm work-alike from the Free Software Foundation
  1146. bugs:        gnu.utils.bug
  1147. author:        Philip A. Nelson <phil@wwu.edu>
  1148. how to get:    ftp gdbm-*.tar.gz from any gnu archive
  1149. updated:    1994/05/18
  1150.  
  1151. name:        HDS (Hierarchical Data System)
  1152. version:    ?
  1153. interfaces:    Fortran, C?
  1154. access methods:    ?
  1155. multiuser:    ?
  1156. transactions:    ?
  1157. distributed:    no
  1158. query language:    ?
  1159. limits:        ?
  1160. robustness:    ?
  1161. description:    [This is probably just a library, but it may be a full
  1162.         database --ed]
  1163.         A library for storing large multi-dimensional arrays where
  1164.         efficiency of access is a requirement.
  1165.         It is presently used in astronomy, for storing (in particular)  
  1166.         images, spectra and time series.
  1167. references:    http://star-www.rl.ac.uk/
  1168. ports:        Alpha OSF/1, Sparc SunOS, Sparc Solaris
  1169. restrictions:    ?
  1170. contact:    ? mdl@star.rl.ac.uk ?
  1171. how to get:    ftp pub/doc/star-docs/sun92.tex from starlink-ftp.rl.ac.uk
  1172. updated:    ?
  1173.  
  1174. name:        IDBM (ISAM Database Manager)
  1175. version:    0.2.0
  1176. interfaces:    C library, curses query facility
  1177. access methods: ISAM
  1178. multiuser:    no
  1179. transactions:    no ?
  1180. distributed:    no
  1181. query language: none
  1182. limits:        ?
  1183. robustness:    beta release
  1184. description:    IDBM is a fairly complete ISAM database system.     It includes
  1185.         a database library, a schema compiler, a database consistaency
  1186.         checker,  import and export routines, and curses programs to
  1187.         modify the database schema and the data in the database.
  1188. references:    ?
  1189. announcements:    ?
  1190. discussion:    ?
  1191. bugs:        ?
  1192. requires:    ?
  1193. ports:        Xenix, SysV, HP-UX, AIX, Amiga, SunOS, BSD, and Ultrix
  1194. restrictions:    May not be used for commercial purposes.
  1195. author:        John F Haugh II <jfh@rpp386.cactus.org>
  1196. contact:    ?
  1197. how to get:    ftp pub/idbm/idbm-0.2.x/* from ftp.nevada.edu
  1198. updated:    1992/03/31
  1199.  
  1200. name:        sdbm
  1201. version:    ?
  1202. interfaces:    ndbm
  1203. access methods: hash
  1204. multiuser:    no
  1205. transactions:    no
  1206. distributed:    no
  1207. query language: none
  1208. limits:        ?
  1209. robustness:    [I know of no problems --ed]
  1210. description:    ndbm work-alike hashed database library based
  1211.         on Per-Aake Larson's Dynamic Hashing algorithms.
  1212. author:        Ozan S. Yigit <oz@nexus.yorku.ca>
  1213. how to get:    included in the X11R5 distribution as contrib/util/sdbm
  1214. updated:    1990/03/01
  1215.  
  1216. name:        tdbm
  1217. version:    1.2
  1218. interfaces:    dbm-like
  1219. access methods: hashing
  1220. multiuser:    In theory, but the required threads package is not currently
  1221.         distributed.
  1222. transactions:    yes
  1223. distributed:    yes
  1224. query language: none
  1225. limits:        Some minor ones.
  1226. robustness:    Probably pretty reliable, but no hard data available.
  1227. description:    Tdbm is a transaction processing database with a dbm-like
  1228.         interface.  It provides nested atomic transactions, volatile
  1229.         and persistent databases, and support for very large objects
  1230.         and distributed operation.
  1231. references:    A paper appearing in the Summer '92 USENIX proceedings
  1232.         describes the design and implementation of tdbm and examines
  1233.         its performance.
  1234. discussion:    Contact the author.
  1235. bugs:        Contact the author.
  1236. author:        Barry Brachman <brachman@cs.ubc.ca>
  1237. requires:    Nothing special.
  1238. ports:        Sparc, MIPS, AIX.  Thought to be quite portable.
  1239. restrictions:    Copyrighted with liberal use policy.
  1240. how to get:    ftp pub/local/src/tdbm-1.2.tar.gz from ftp.cs.ubc.ca
  1241. updated:    1994/07/06
  1242.  
  1243. name:        Wb
  1244. version:    1a2
  1245. interfaces:    scheme library
  1246. access method:    b-tree
  1247. multiuser:    no
  1248. transactions:    no
  1249. distributed:    no
  1250. query language: none
  1251. limits:        keys and data must be less that 256 bytes.  Total database
  1252.         must be < blocksize*2^32.
  1253. robustness:    unknown.  New release by a good programmer.
  1254. description:    WB is a disk based, sorted associative array C library.     These
  1255.         associative arrays consist of variable length (less that 256
  1256.         bytes) keys and values.     WB comes with an interface to the
  1257.         Scheme implementation SCM.
  1258. author:        Aubrey Jaffer <jaffer@martigny.ai.mit.edu>
  1259. requires:    SCM and SLIB (also available from altdorf.ai.mit.edu)
  1260. ports:        ?
  1261. how to get:    ftp archive/scm/wb1a2.tar.z from altdorf.ai.mit.edu
  1262. updated:    1993/11/05
  1263.  
  1264. name:        YACL (Yet Another Class Library)
  1265. version:    ?
  1266. interfaces:    C++ library
  1267. access methods: variable-length record management, b-trees.
  1268. multiuser:    no
  1269. transactions:    no
  1270. distributed:    no
  1271. query language: none
  1272. limits:        ?
  1273. robustness:    ?
  1274. description:    YACL is a general-purpose C++ class library.  It happens
  1275.         to include some disk access methods.
  1276. ports:        MS Windows, Linux
  1277. restrictions:    Commercial use prohibited.
  1278. author:        M. A. Sridhar <sridhar@usceast.cs.scarolina.edu>
  1279. how to get:    ftp pub/sridhar/yacl.zip from ftp.cs.scarolina.edu
  1280. updated:    1994/05/25
  1281.  
  1282. ---------------------------------------------------------------------------
  1283. --------------------------- full text -------------------------------------
  1284. ---------------------------------------------------------------------------
  1285.  
  1286. name:        glimpse 
  1287. version:    1.0
  1288. interfaces:    command line
  1289. access methods: ?
  1290. multiuser:    no
  1291. transactions:    no
  1292. distributed:    no
  1293. query language: logical conjunctions in command line searches
  1294. index size:    2-4%
  1295. limits:        does not work well with source text larger than 500MB
  1296. robustness:    ?
  1297. description:    Glimpse is a text pre-scanning and query tool.    It builds
  1298.         a database of which files a word is used in.  When you want
  1299.         to search for a word, it knows ahead of time where it needs
  1300.         to look.  This allows it to give very quick results without
  1301.         storing a large inverted index.
  1302. references:    U. Manber and S. Wu, "GLIMPSE: A Tool to Search Through Entire
  1303.         File Systems," Usenix Winter 1994 Technical Conference, San
  1304.         Francisco (January 1994), pp. 23-32.  Also, Technical Report
  1305.         #TR 93-34, Dept. of Computer Science, University of Arizona,
  1306.         October 1993 (a postscript file is available by anonymous ftp
  1307.         at cs.arizona.edu:reports/1993/TR93-34.ps).
  1308.         S. Wu and U. Manber, "Fast Text Searching Allowing Errors,"
  1309.         Communications of the ACM 35 (October 1992), pp. 83-91.
  1310. discussion:    glimpse-request@cs.arizona.edu
  1311. ports:        portable, binaries provided for sun, mips, linux and alpha
  1312. author:        Udi Manber, Sun Wu, and Burra Gopal, Department of Computer
  1313.         Science, University of Arizona.
  1314. contact:    glimpse@cs.arizona.edu
  1315. how to get:    ftp glimpse/* from cs.arizona.edu
  1316. updated:    1994/04/27
  1317.  
  1318. name:        Liam Quin's text retrieval package (lq-text)
  1319. version:    1.13
  1320. interfaces:    command line, curses
  1321. access methods: hash (dbm) plus clustered linked list
  1322. multiuser:    read only
  1323. distributed:    no, can be used over nfs if the systems are similar
  1324. query language: very limited command line
  1325. limits:        30-bit max document size, 31-bit distinct words in vocabulary,
  1326.         up to 2^24 documents (possibly more but I don't have enough
  1327.         disk to test anything like that!)
  1328. index size:    >30%, <100% of input text
  1329. robustness:    The README says that there are bugs.
  1330. description:    lq-text is a text retrieval package.
  1331.         That means you can tell it about lots of files, and later you
  1332.         can ask it questions about them.  The questions have to be:
  1333.         "which files contain this word?" or "which files contain this
  1334.         phrase?", but this information turns out to be rather useful.
  1335.         Lqtext has been designed to be reasonably fast.     It uses an
  1336.         inverted index, which is simply a kind of database.  This tends
  1337.         to be smaller than the size of the data, but more than half as
  1338.         large.    You still need to keep the original data.
  1339.         Lqtext uses dbm (berkeley db or sdbm) to store its indexes.
  1340. discussion:    lq-text-beta-request@sq.com
  1341. bugs:        lq-text-beta@sq.com
  1342. ports:        most version of unix (except SCO)
  1343. restrictions:    permission required for commercial use.
  1344. author:        Liam R. E. Quin <lee@sq.com>
  1345. how to get:    ftp pub/lq-text*.tar.Z from relay.cs.toronto.edu
  1346. updated:    1993/12/10
  1347.  
  1348. name:        mg
  1349. version:    1.0
  1350. interfaces:    command line interpreter, X (tcl)
  1351. access methods: ?
  1352. multiuser:    no
  1353. transactions:    no
  1354. distributed:    no
  1355. query language: boolean and ranked queries using cosine similarity measure
  1356. index size:    5-15% of text being indexed, depending on document size and
  1357.         richness of vocabulary.  Text is also stored compressed,
  1358.         requires around 25-30% of original size. Complete retrieval
  1359.         system requires 30-45% of original text size.
  1360. limits:        Will probably fail when used with > 4Gb
  1361. robustness:    It is a research prototype, and as such there are no
  1362.         guarantees. Don't rely on it as a primary archive tool; but it
  1363.         is very useful as an adjunct to other storage mechanisms for
  1364.         e.g. maintaining a personal mail retrieval system. And, of
  1365.         course, for research purposes.
  1366. description:    mg compresses and indexes documents and images (indexed by
  1367.         user-supplied textual description).  All components are stored
  1368.         compressed: text by a word-based method that reduces the space
  1369.         requiremnent to around 25% of input; images by one of three
  1370.         different methods (FELICS, Textual Image Compression, two-level
  1371.         image compression); and index using index compression methods.
  1372.         The package also includes a mechanism for fast and economical
  1373.         creation of the index in thge first place.  It requires about 8
  1374.         hours (Sun SPARC 10 Model 512) to compress and index 2 Gb of
  1375.         text (the TREC collection); final retrieval system requires
  1376.         about 700 Mb to operate.  Multi-term Boolean and ranked queries
  1377.         are answered within seconds.
  1378. references:    "Managing gigabytes: compressing and indexing documents and
  1379.          images", Witten, Moffat, and Bell, Van Nostrand Reinhold, 1994,
  1380.          ISBN 0-442-01863-0.
  1381.         "Compression and fast indexing for multi-gigabyte text
  1382.          databases", Moffat and Zobel, Australian Computer Journal,
  1383.          26(1):1-9, February 1994.
  1384. status:        actively-develped research prototype.  Support of public use
  1385.         is not a priority.
  1386. ports:        SunOS, Solaris, SGI, Ultrix, NeXT.
  1387. restrictions:    GNU General Public License
  1388. author:        Tim Bell <tim@cosc.canterbury.ac.nz>, Stuart Inglis
  1389.         <singlis@waikato.ac.nz>, Alistair Moffat
  1390.         <alistair@cs.mu.oz.au>, Neil Sharman <neil@kbs.citri.edu.au>,
  1391.         Tim Shimmin <tes@kbs.citri.edu.au>, Ian Witten
  1392.         <ihw@waikato.ac.nz>, Justin Zobel <jz@cs.rmit.oz.au>, and
  1393.         others.
  1394. contact:    Alistair Moffat <alistair@cs.mu.oz.au>
  1395. how to get:    ftp pub/mg from munnari.oz.au
  1396. updated:    1994/03
  1397.  
  1398. name:        qt (Query Text)
  1399. version:    0.1
  1400. interfaces:    unix command line
  1401. access methods: ?
  1402. multiuser:    no
  1403. distributed:    no
  1404. query language: unix command line
  1405. index size:    ?
  1406. limits:        ?
  1407. robustness:    ?
  1408. description:    Qt creates, maintains, and queries a full text database. The
  1409.         database file system is organized as an inverted index. The
  1410.         program is written as a single script, in Bourne Shell, and
  1411.         permits simple natural language queries.  
  1412.         [qt appears to be easier to use than lq-text and wais --ed]
  1413. bugs:        author
  1414. ports:        Unix, SysV.4, AIX, OSF/1, etc.
  1415. author:        John Conover <john@johncon.com>
  1416. how to get:    comp.sources.unix volume 27
  1417. updated:    1993/10/18
  1418.  
  1419. name:        SMART
  1420. version:    11.0
  1421. interfaces:    terminal, X (slightly oder version), and several 
  1422.         under development including Z39.50
  1423. access methods: inverted file search or sequential search
  1424. multiuser:    yes, but last writer wins when there are update conflicts
  1425. distributed:    In-house version, to be made public in fall
  1426. query language: Natural language
  1427. index size:    approx 40% of original text.
  1428. limits:        Can only handle roughly 4 Gbytes of text in 
  1429.         non-distributed version.
  1430. robustness:    Research tool; parts have been well-tested but others not.
  1431. description:    SMART is an implementation of the vector-space model of
  1432.         information retrieval proposed by Salton back in the 60's.  The
  1433.         primary purpose of SMART is to provide a framework in which to
  1434.         conduct information retrieval research.     Standard versions of
  1435.         indexing, retrieval, and evaluation are provided.
  1436.         The system is designed to be used for small to medium scale
  1437.         collections, and offers reasonable speed and support for these
  1438.         actual applications.
  1439.         SMART analyses the collection of information and builds
  1440.         indexes.  It can then be used to build natural-language based
  1441.         information retrieval software.     It uses feedback from the
  1442.         user to tighten its search.
  1443. references:    Z39.50 URL: <http://ds.internic.net/z3950/z3950.html>
  1444. restrictions:    Research use only.
  1445. discussion:    smart-people-request@cs.cornell.edu
  1446. ports:        Unix (works under Linux, does not work under Ultrix, ?)
  1447. contact:    <chrisb@cs.cornell.edu>
  1448. how to get:    ftp pub/smart/* from ftp.cs.cornell.edu
  1449. updated:    1992/07/21
  1450.  
  1451. name:        WAIS (Wide Area Information Server)
  1452. version:    8 b5.1
  1453. interfaces:    the wais protocol (Z39.50)
  1454. access methods: inverted string index
  1455. multiuser:    read only
  1456. distributed:    client/server
  1457. query language: natural language, boolean, Relevance Feedback
  1458. index size:    roughtly = data size
  1459. limits:        "none"
  1460. robustness:    fairly high
  1461. description:    There are three main components: WAISINDEX, WAISSERVER, and
  1462.         WAISSEARCH.
  1463.         WAISINDEX creates an inverted file index.  WAISINDEX includes
  1464.         filters for a number of common file formats.
  1465.         WAISSERVER listens for Z39.50 packets and tries to answer
  1466.         them.
  1467.         WAISSEARCH is the user agent that talks to WAISSERVERs.     There
  1468.         are several front ends: shell, X, and emacs.
  1469. announcements:    wais-interest-request@think.com
  1470. discussion:    wais-discussion-request@think.com
  1471. ports:        vax, sun-3, sun-4, NeXT, sysV
  1472. restriction:    commercial version exists, contact info@wais.com
  1473. author:        Harry Morris <Morris@wais.com>, Brewster Kahle 
  1474.         <Brewster@wais.com>, Jonny Goldman <Jonathan@Think.COM>
  1475. how to get:    ftp pub/freeware/unix-src/* from wais.com
  1476. updated:    1992/11/16
  1477.  
  1478. ---------------------------------------------------------------------------
  1479. --------------------------- interfaces ------------------------------------
  1480. ---------------------------------------------------------------------------
  1481.  
  1482. name:        AdaSAGE
  1483. version:    ?
  1484. interfaces:    SQL, embedded SQL.
  1485. transactions:    yes
  1486. distributed:    ?
  1487. query language:    SQL
  1488. robustness:    ?
  1489. description:    AdaSAGE is not a DBMS.
  1490.         AdaSAGE is an application development tool that provides
  1491.         facilities for creating an application specific relational data
  1492.         base. There are two aspects of SQL dialog to consider. First is
  1493.         listening to SQL and responding by executing the requested
  1494.         command. Second is issuing SQL to get a foreign system to
  1495.         execute some process on your behalf.  In the first case AdaSAGE
  1496.         provides both an embedded SQL technology and an interactive SQL
  1497.         system adapted to comply with ANSI-SQL DML Level 1. In the
  1498.         second case AdaSAGE does not provide any capabilities for
  1499.         creating SQL commands, but since AdaSAGE is a set of Ada
  1500.         packages there is no reason that a package could not be
  1501.         developed to do so.
  1502.         The capability to record all transactions and roll forward from
  1503.         previous dates gives an audit trail and recover capability.
  1504.         These features are often provided within data base management
  1505.         systems, and are provided with AdaSAGE as a logging option, but
  1506.         seldom if ever are they used in final applications because of
  1507.         the excessive time and data storage requirements.
  1508. references:    ?
  1509. announcements:    ?
  1510. discussion:    ?
  1511. bugs:        ?
  1512. requires:    Ada
  1513. ports:        MS-DOS, UNIX
  1514. restrictions:    Use restricted to US DoD, DoE and educational institutions.
  1515. contact:    ?
  1516. how to get:    ftp pub/sage/* from navair1.inel.gov
  1517. updated:    ?
  1518.  
  1519. name:        CB++
  1520. version:    0.1
  1521. interface from: C/C++
  1522. interface to:    SunOS/Oracle (DOS+Windows/Oracle,Gupta, OS/2 Sybase)
  1523. description:    CB++ provides a plain C/C++ interface (not embedded) for SQL
  1524.         database server access.     It was written in 1989 as a basis for
  1525.         storing C++ objects in a relational database.    It is very
  1526.         simple to use and makes applications portable among different
  1527.         SQL databases.    The library itself is relatively easy to port
  1528.         as the database vendor specific code is separated into a single
  1529.         C++ class which makes up only a limited part of the library.
  1530.         The author supports the current SunOS/Oracle version and
  1531.         server ports to other UNIX databases (DOS-, Windows-, OS/2-stuff
  1532.         is provided as it is and no longer supported)
  1533. requires:    C++
  1534. ports:        Oracle 6 for SunOS 4.1.3,
  1535.         Gupta SQL Server for DOS/MS-Windows, OS/2 SQL Server
  1536. author:        Bernhard Strassl <bernhard@ani.univie.ac.at>
  1537. how to get:    ftp R5contrib/CB++.0.1.tar.Z from ftp.x.org
  1538. updated:    1993/10/05
  1539.  
  1540. name:        ciORA
  1541. version:    alpha
  1542. interface from:    C
  1543. interface to:    Oracle
  1544. query language:    ?
  1545. robustness:    ?
  1546. description:    ciORA is a set of C interface routines to Oracle that are
  1547.         modeled after the standard I/O portion of the C library.  ciORA
  1548.         presents a familiar interface to an experienced C programmer by
  1549.         avoiding the awkward embedding of SQL statements using
  1550.         precompilers and the tedium of using low-level OCI calls.
  1551.         ciORA eliminates the need for precompilers by supplying an
  1552.         interface library providing equivalent functions.  It also
  1553.         provides a higher level of abstraction to the functions in the
  1554.         Oracle Call Interface (OCI).  ciORA manages (and hides) the
  1555.         tedious details necessary when writing programs using OCI by
  1556.         replacing the cumbersome Oracle constructs such as logon data
  1557.         areas, cursor data areas, and external datatypes, the Oracle
  1558.         array interface, bind variables, select-list-items, and the
  1559.         like with constructs familiar to a C programmer using the
  1560.         standard I/O portion of the C library.  ciORA also provides a
  1561.         consistent interface to Oracle errors similar to the convention
  1562.         used in C's errno.
  1563. requires:    Oracle
  1564. ports:        IRIX 5.2, Oracle 7.0.15.4.0
  1565. restrictions:    GNU General Public License
  1566. author:        Zane Dodson <dodson@aquila.plk.af.mil>
  1567. how to get:    email author
  1568. updated:    1994/09/10
  1569.  
  1570. name:        cisamperl
  1571. version:    0.9
  1572. interface from:    perl
  1573. interface to:    Informix C-ISAM 3.1 library
  1574. limits:        ?
  1575. robustness:    ?
  1576. description:    cisamperl/rocisperl is a package, which implements an interface
  1577.         to the INFORMIX C-ISAM library for perl. It is coded as an usub
  1578.         (see perl documentation) and needs to be compiled with perl and
  1579.         the C-ISAM library to form 2 separate executables called
  1580.         cisamperl and rocisperl respectively.  cisamperl is a fully
  1581.         functioning (unless I forgot something) perl executable with
  1582.         calls for C-ISAM file access added.  rocisperl is the same,
  1583.         with all calls that create/modify/delete C-ISAM files or
  1584.         records disabled.
  1585. requires:    C-ISAM 3.1, perl4
  1586. ports:        ?
  1587. author:        Mathias Koerber <Mathias.Koerber@swi.com.sg>
  1588. how to get:    ftp pub/perl/db/perl4/cisamperl/cisamperl-* from ftp.demon.co.uk
  1589. updated:    1994/10/29
  1590.  
  1591. name:        ctreeperl
  1592. version:    ?
  1593. interface from: perl
  1594. interface to:    FairCom Ctree 
  1595. description:    A perl interface for FairCom Ctree file indexing.
  1596. requires:    Ctree
  1597. author:        John Conover <john@johncon.com>
  1598. how to get:    ftp pub/perl/db/ctreeperl from ftp.demon.co.uk
  1599. updated:    1994/04/07
  1600.  
  1601. name:        dbf (xbase manipulation package)
  1602. version:    ?
  1603. interface from:    command line
  1604. interface to:    xbase files
  1605. access methods: ?
  1606. multiuser:    no
  1607. transactions:    no
  1608. distributed:    no
  1609. query language: none
  1610. limits:        ?
  1611. robustness:    ?
  1612. description:    DBF is a set of tools and library routines to manipulate xbase
  1613.         files.    The tools allow xbase files to be created and
  1614.         manipulated from the command line.
  1615. author:        Brad Eacker <beacker@sgi.com>
  1616. how to get:    comp.sources.misc volume 43
  1617. updated:    1994/06/27
  1618.  
  1619. name:        DSQL
  1620. version:    3.0
  1621. interface from: Unix, Macintosh, MS-DOS, MS-Windows, and Macintosh Hypercard
  1622. interface to:    Unix/Informix, VMS/Oracle
  1623. description:    DSQL is a simple client/server protocol to support remote
  1624.         access of SQL databases.  DSQL was designed in response to a
  1625.         perceived need at Genentech to provide graphical front-ends on
  1626.         Macintosh computers to Informix relational databases running on
  1627.         Unix servers.  DSQL version 3 is distributed with 2 server
  1628.         implementations and four client library implementations.  The
  1629.         API for the client libraries has been standardized, and the
  1630.         client code is divided into portable and architecture-specific
  1631.         portions.
  1632. requires:    ?
  1633. ports:        Mac, PC, Unix
  1634. author:        The Genentech Scientific Computing Technology Development 
  1635.         group.    Original authors: David Mischel, Terry Oberzeir, 
  1636.         Scooter Morris <scooter@tinman.gene.com>, Kathryn Woods.  
  1637.         Current team: Jim Fitzgerald, David Mischel, Scooter Morris, 
  1638.         Terry Oberzier, and Dan Lamb (VMS/Oracle).
  1639. contact:    ?
  1640. how to get:    ftp pub/dsql.3.tar.Z from cgl.ucsf.edu
  1641. updated:    1993/06/25
  1642.  
  1643. name:        Ingperl 
  1644. version:    2.0
  1645. interface from: perl
  1646. interface to:    Ingres
  1647. descritpion:    Ingperl is a set of user subroutines to enable Perl programs to
  1648.         access Ingres databases.  Ingperl used to be called Sqlperl.
  1649. requires:    Perl 3.027 or higher, ?
  1650. discussion:    perldb-interest-REQUEST@vix.com
  1651. author:        Ted Lemon <mellon@ncd.com>
  1652. how to get:    ftp pub/perl/db/sqlperl/? from ftp.demon.co.uk
  1653. updated:    1994/04/11
  1654.  
  1655. name:        Isqlperl
  1656. version:    1.1
  1657. interface from: perl
  1658. interface to:    Informix
  1659. limits:        Maximum concurrently open cursors configured at build time.
  1660. descritpion:    Isqlperl is a set of user subroutines to enable Perl programs to
  1661.         access Informix databases.
  1662. requires:    Perl 4.035 or higher, Informix ESQL/C (Online, SE, or Turbo)
  1663. discussion:    perldb-interest-REQUEST@vix.com
  1664. restrictions:    GNU Public License
  1665. author:        Bill Hails <bill@tardis.co.uk>
  1666. how to get:    ftp pub/perl/db/isqlperl/isqlperl-1.1.shar.Z 
  1667.         from ftp.demon.co.uk
  1668. updated:    1993/10/02
  1669.  
  1670. name:        Isqltcl ?
  1671. version:    ?
  1672. interface from: tcl
  1673. interface to:    Informix
  1674. description:    Isqltcl is an extension to Tool Command Language (Tcl) that
  1675.         provides access to an Informix database server.     Isqltcl adds
  1676.         additional Tcl commands that login to an Informix Server, pass
  1677.         SQL code, read results, etc.
  1678. requires:    ?
  1679. discussion:    comp.lang.tcl
  1680. author:        Srinivas Kumar <skumar@netcom.com>
  1681. how to get:    ftp tcl/extensions/isqltcl.tar.Z from harbor.ecn.purdue.edu
  1682. updated:    1993/09/15
  1683.  
  1684. name:        Interperl
  1685. version:    ?
  1686. interface from: perl
  1687. interface to:    Interbase
  1688. descritpion:    Interperl is a set of user subroutines to enable Perl programs 
  1689.         to access Interbase databases.
  1690. requires:    Perl 3.027 or higher, ?
  1691. discussion:    perldb-interest-REQUEST@vix.com
  1692. author:        Buzz Moschetti <buzz@bear.com>
  1693. how to get:    ftp pub/perl/db/interperl/? from ftp.demon.co.uk
  1694. updated:    ?
  1695.  
  1696. name:        Onyx
  1697. version:    2.30
  1698. interface from: Onyx 4gl, (emacs and smalltalk planned)
  1699. interface to:    Ingres89, Informix, GAWK, Shql, Yard, SqlPostgres (OBST planned)
  1700.         The informix port is slow and no longer being extended
  1701.         because the author feels their support is inadiquate.
  1702. interfaces:    Onyx uses a OO-Parser to access different engines
  1703.         The transaction manager can be accessed by any aplication
  1704.         which is able to use pipes or TCP/sockets.
  1705. multiuser:    Depends on the used engine.
  1706. transactions:    Yes, but no rollback, all transactions are atomic as
  1707.         a block, replication of transactions is planned for
  1708.         one of the next releases.
  1709. distributed:    Yes its possible to connect to any mentioned database
  1710.         anywhere in the net.  Replication is planned.
  1711. query language: SQL + Onyx 4gl (based on Model-View-Controller idea)
  1712. limits:        Current version uses memory to store selected data.
  1713. robustness:    Onyx is experimental, but useable for clients.    The author is
  1714.         supporting himself by writing applications written in Onyx 4GL.
  1715. description:    Onyx is a 4gl based on the idea of model view controller. Onyx
  1716.         4gl connects to a transaction manager based on a OO-Parser
  1717.         generator via a socket.     While the design goal of the protocol
  1718.         was to keep it as simple as posible, its a good starting point
  1719.         of writing vendor independent database applications.
  1720. status:        experimental; actively developed and supported.
  1721. announcements:    comp.os.linux.announce
  1722. bugs:        Michael Koehne <kraehe@bakunin.north.de>
  1723. requires:    BSD like system, GNU C++, a database engine (minimum GNU-AWK)
  1724. ports:        Tested on Linux and SunOs.
  1725. restrictions:    GNU Public Licence
  1726. author:        Michael Kraehe <kraehe@bakunin.north.de>
  1727. how to get:    ftp incoming/onyx/? from ftp.germany.eu.net (every versions)
  1728.         ftp pub/comp/i386/Linux/Local.EUnet/Applications/Database 
  1729.         from ftp.germany.eu.net (stable versions)
  1730. updated:    1994/08/08
  1731.  
  1732. name:        Oraperl
  1733. version:    ?
  1734. interface from: perl
  1735. interface to:    Oracle
  1736. descritpion:    Oraperl is a set of user subroutines to enable Perl programs to
  1737.         access Oracle databases.
  1738. requires:    Perl 3.027 or higher, Oracle Pro*C
  1739. discussion:    perldb-interest-REQUEST@vix.com
  1740. author:        Kevin Stock 
  1741. how to get:    ftp pub/perl/db/oraperl/? from ftp.demon.co.uk
  1742. updated:    ?
  1743.  
  1744. name:        Oratcl
  1745. version:    2.2
  1746. interface from: TCL
  1747. interface to:    Oracle
  1748. description:    Oratcl is an extension to Tool Command Language (Tcl) that
  1749.         provides access to a Oracle Database server.  Oratcl adds
  1750.         additional Tcl commands that login to an Oracle Server, pass
  1751.         SQL code, read results, etc.  Oratcl was inspired by similar
  1752.         tools written for Perl (sybperl, oraperl) but was written from
  1753.         scratch instead of borrowing on the work of either Perl
  1754.         extension.
  1755. requires:    Tcl 6.7, Tk 3.2, Oracle OCI libraries 1.5, 
  1756.         Oracle SQL Server Version 6 or Version 7
  1757. discussion:    comp.lang.tcl
  1758. author:        Tom Poindexter <tpoindex@nyx.cs.du.edu>
  1759. how to get:    ftp tcl/extensions/oratcl-2.2.tar.gz from ftp.aud.alcatel.com
  1760. updated:    1994/11/04
  1761.  
  1762. name:        pgperl
  1763. version:    ?
  1764. interface from: perl
  1765. interface to:    Postgres
  1766. descritpion:    pgperl is a set of user subroutines to enable Perl programs to
  1767.         access Postgres databases.
  1768. requires:    Perl 3.027 or higher, ?
  1769. discussion:    perldb-interest-REQUEST@vix.com
  1770. author:        Igor Metz <metz@iam.unibe.ch>
  1771. how to get:    ftp pub/perl/db/pgperl/? from ftp.demon.co.uk
  1772. updated:    ?
  1773.  
  1774. name:        SIOD (Scheme In One Defun/Day)
  1775. version:    3.0
  1776. interface from: C, C++, Scheme
  1777. interface to:    Oracle, Digital RDB, flat ascii, flat binary.
  1778. access methods: flat files contain symbolic expression such as hash tables.
  1779. multiuser:    yes with commercial DB, no with flat files.
  1780. transactions:    yes with commercial DB, no with flat files.
  1781. distributed:    yes with commercial DB, no with flat files.
  1782. query language: SQL, any SCHEME program.
  1783. limits:        None.
  1784. robustness:    ?
  1785. description:    This is a scheme interpreter with built-in procedures using
  1786.         the Oracle Call Interface (OCI) and DIGITAL RDB SQL Services.
  1787.         You can use it merely as a flexible database loader/unloader
  1788.         with fast binary flat-file data save/restore. Or you can
  1789.         use it to apply the classic "Symbolic Manipulation" or
  1790.         "Artificial Intelligence" techniques on your data sets.
  1791.         The main-program can be oriented towards batch, character-cell
  1792.         terminal, or Window/GUI.
  1793. references:    "Structure and Interpretation of Computer Programs" MIT Press.
  1794. announcements:    comp.lang.scheme, comp.databases.rdb, comp.databases.oracle
  1795. bugs:        Contact the author.
  1796. requires:    C compiler, your favorite commercial DB.
  1797. ports:        VMS, WINDOWS NT, UNIX, OS/2, MACINTOSH. 
  1798. author:        George Carrette <gjc@mitech.com>
  1799. how to get:    ftp pub/gjc/siod* from ftp.std.com.
  1800. updated:    1994/05/01
  1801.  
  1802. name:        Sybperl
  1803. version:    1.011
  1804. interface from: perl
  1805. interface to:    Sybase
  1806. descritpion:    Sybperl is a set of user subroutines to enable Perl programs to
  1807.         access Sybase databases.
  1808. requires:    Perl 3.027 or higher, ?
  1809. discussion:    perldb-interest-REQUEST@vix.com
  1810. author:        Michael Peppler <mpeppler@itf.ch>
  1811. how to get:    ftp pub/perl/db/sybperl/sybperl-1.009.* from ftp.demon.co.uk
  1812. updated:    1994/05/15
  1813.  
  1814. name:        Sybtcl
  1815. version:    2.2
  1816. interface from: TCL
  1817. interface to:    Sybase
  1818. description:    Sybtcl is an extension to Tool Command Language (Tcl) that
  1819.         provides access to a Sybase Database server.  Sybtcl adds
  1820.         additional Tcl commands that login to a SQL Server, pass SQL
  1821.         code, read results, etc.  Sybtcl was inspired by similar tools
  1822.         written for Perl (sybperl, oraperl) but was written from
  1823.         scratch instead of borrowing on the work of either Perl
  1824.         extension.
  1825. requires:    Sybase Open Client (DB-Library), Sybase SQL Server
  1826. discussion:    comp.lang.tcl
  1827. author:        Tom Poindexter <tpoindex@nyx.cs.du.edu>
  1828. how to get:    ftp tcl/extensions/sybtcl-2.2.tar.gz from ftp.aud.alcatel.com
  1829. updated:    1994/11/04
  1830.  
  1831. name:        tclgdbm
  1832. version:    1.0
  1833. interface from: TCL
  1834. interface to:    gdbm
  1835. description:    none provided
  1836. discussion:    comp.lang.tcl
  1837. author:        Tuan Doan <tdoan@bnr.ca>
  1838. how to get:    ftp pub/tcl/extensions/tclgdbm1.0* from harbor.ecn.purdue.edu
  1839. updated:    1994/02/08
  1840.  
  1841. name:        tcl+gdbm
  1842. version:    0.1
  1843. interface from: TCL
  1844. interface to:    gdbm
  1845. description:    none provided
  1846. discussion:    comp.lang.tcl
  1847. author:        Christian Lindig <lindig@ips.cs.tu-bs.de>
  1848. how to get:    ftp pub/local/sw/tcl+gdbm-0.1.tar.gz from ftp.ips.cs.tu-bs.de
  1849. updated:    1994/05/04
  1850.  
  1851. name:        Uniperl
  1852. version:    ?
  1853. interface from: perl
  1854. interface to:    Unify 5.0
  1855. descritpion:    Uniperl is a set of user subroutines to enable Perl programs to
  1856.         access Unify databases.
  1857. requires:    Perl 3.027 or higher, ?
  1858. discussion:    perldb-interest-REQUEST@vix.com
  1859. author:        Rick Wargo <rickers@coe.drexel.edu>
  1860. how to get:    ftp pub/perl/db/uniperl/? from ftp.demon.co.uk
  1861. updated:    ?
  1862.  
  1863. name:        Willow 
  1864. version:    2.2
  1865. interface from:    user
  1866. interface to:    WWW/Mosaic, Z39.50, ZDist (formerly free-WAIS) from CNIDR
  1867. description:    Willow (Washington Information Looker-upper Layered Over
  1868.         Windows) is a general purpose information retrieval tool. It
  1869.         provides a single, easy-to-use graphical user interface (X
  1870.         Windows / Motif) to any number of text-based bibliographic
  1871.         databases.
  1872. references:    http://www.cac.washington.edu/willow/home.html
  1873. ports:        DEC/Ultrix, Solaris, SunOS, RS6000/AIX.
  1874. contact:    willow@cac.washington.edu
  1875. how to get:    ftp willow/* from ftp.cac.washington.edu
  1876. updated:    1994/06/30
  1877.  
  1878. ---------------------------------------------------------------------------
  1879. --------------------------- other -----------------------------------------
  1880. ---------------------------------------------------------------------------
  1881.  
  1882. name:        "A Guide to the SQL standard"
  1883. what:        BNF SQL grammer
  1884. version:    ?
  1885. description:    A BNF grammer for SQL is included in the book.
  1886. how to get:    buy the book: "A Guide to the SQL standard" by Hugh Darwen
  1887.         and C.J. Date.
  1888. updated:    ?
  1889.  
  1890. name:        CDF (Common Data Format)
  1891. what:        data exchange library
  1892. version:    ?
  1893. interfaces:    ?
  1894. access methods:    ?
  1895. distributed:    ?
  1896. query language:    ?
  1897. limits:        ?
  1898. robustness:    ?
  1899. description:    A library and toolkit for multi-dimensional data sets.  The
  1900.         basic component of CDF is a software programming interface that
  1901.         is a device independent view of the CDF data model
  1902. requires:    ?
  1903. ports:        ?
  1904. restrictions:    ?
  1905. contact:    ?
  1906. how to get:    ftp cdf.dir/* from nssdca.gsfc.nasa.gov.
  1907.         The CDF library to provide applications access to remote CDF
  1908.         datasets, can be obtained from its author:
  1909.         Hillel Steinberg <zeus@cs.umd.edu>.
  1910. updated:    ?
  1911.  
  1912. name:        examples from: "Information Retrieval, Data Structures 
  1913.         & Algorithms," William B. Frakes, Ricardo Baeza-Yates, 
  1914.         Editors, Prentice Hall, Englewood Cliffs, 
  1915.         New Jersey 07632, 1992, ISBN 0-13-463837-9.
  1916. what:        example database code
  1917. version:    ?
  1918. descriptions:    example code from the book "Information Retrieval, Data 
  1919.         Structures & Algorithms"
  1920. how to get:    ftp pub/reuse/ircode.tar.Z from ftp.vt.edu
  1921. author:        [resumably William B. Frakes, Ricardo Baeza-Yates]
  1922. updated:    ?
  1923.  
  1924. name:        _lex & yacc_ by Levine, Mason & Brown published by O'Reilly
  1925. what:        SQL yacc grammer
  1926. version:    ?
  1927. parts:        grammar
  1928. description:    In _lex & yacc_, by Levine, Mason & Brown an SQL parser
  1929.         is included as an example grammar
  1930. author:        Levine, Mason & Brown
  1931. how to get:    buy the book, or ftp published/oreilly/nutshell/lexyacc/? 
  1932.         from ftp.uu.net.
  1933. updated:    ?
  1934.  
  1935. name:        MultiCal
  1936. what:        database date manipulation library
  1937. version:    1.0
  1938. interfaces:    ?
  1939. access methods: ?
  1940. multiuser:    no
  1941. transactions:    no
  1942. distributed:    no
  1943. query language: enhanced SQL2 
  1944. limits:        ?
  1945. description:    MultiCal is both a novel approach to supporting multiple
  1946.         calendars and internationalization of time constants and a
  1947.         query processor prototype that demonstrates this approach.
  1948.         MultiCal consists of about 48K source lines of C code; the
  1949.         query processor prototype consists of about 63K source lines of
  1950.         code.  The documentation consists of fifteen documents,
  1951.         comprising some 300 pages of material.
  1952.         MultiCal consists of an approach to providing limited
  1953.         extensibility for support of multiple calendars and languages
  1954.         for temporal support within a database management system
  1955.         (DBMS). We have augmented the Structured Query Language (SQL),
  1956.         specifically, SQL2, with time values, i.e., temporal
  1957.         constants.  Our approach is notable in that we allow many
  1958.         different calendars to be used in the database management
  1959.         system, and we incorporate only calendar-independent constructs
  1960.         into the language. We introduce three new temporal data types.
  1961.         New language features are defined for temporal built-in
  1962.         functions, special time values, arithmetic expressions
  1963.         involving time, temporal predicates, and aggregate functions
  1964.         over time. Ten languages are supported.
  1965.         To illustrate how an existing DBMS could be augmented to
  1966.         support multiple calendars, we provide a prototype DBMS that
  1967.         supports the proposed extensions. This prototype consists of
  1968.         query analysis and execution components. It eschews traditional
  1969.         functionality such as concurrency control and disk access
  1970.         methods, as these aspects are not relevant to timestamp
  1971.         management.
  1972. ports:        Sun4
  1973. contact:    <multical@cs.arizona.edu> or Rick Snodgrass <rts@CS.Arizona.EDU>
  1974. how to get:    ftp tsql/multical/* from ftp.cs.arizona.edu
  1975. updated:    1993/10/30
  1976.  
  1977. name:        persist++
  1978. what:        C++ object marshal/demarshal library
  1979. version:    0.2
  1980. interfaces:    C++
  1981. access methods:    none
  1982. robustness:    ?
  1983. description:    Persist++ is a set of serialize/materialize/marshal routines
  1984.         that make it easy to store C++ objects to files or to send them
  1985.         across the network.
  1986. author:        Herman Moons <herman@cs.kuleuven.ac.be>
  1987. how to get:    ftp pub/impulse/persist++_0.2.tar.Z from ftp.cs.kuleuven.ac.be
  1988. updated:    1994/08/16
  1989.  
  1990. name:        SQL parser ?
  1991. what:        SQL yacc grammer ?
  1992. version:    ?
  1993. description:    ?
  1994. author:        Bruce Ring <73172.735@compuserve.com>
  1995. how to get:    wait for it to be posted to a comp.sources group
  1996. updated:    1994/11/04
  1997.  
  1998.  
  1999.