chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] [ANN] Scheme API to Sedna XML database system


From: Maxim Grinev
Subject: [Chicken-users] [ANN] Scheme API to Sedna XML database system
Date: Wed, 16 Jun 2004 17:50:16 +0400

Hi,

the Scheme API to the Sedna XML Database system and its Chicken-compatible
implementation is now avaliable as part of the Sedna distribution.

Visit the Sedna home page at
http://www.modis.ispras.ru/Development/sedna.htm

Via the API you can execute queries and updates (in XQuery and a declarative
updata language, respectively) and get the result in (1) XML or (2) SXML.
You can find the API specification in
http://www.modis.ispras.ru/Development/Documentation/Sedna/ProgGuide.pdf

Many thanks to Kirill Lisovsky for fruitful discussions concerning the
Scheme API.

About Sedna
===========
Sedna is a XML database system that allows storing, quering and updating XML
documents.

Features:
- Available for free for commercial and non-commercial usage.
- Native XML DBMS implemented from scratch in C/C++ and Scheme
- Support for the W3C XQuery language (partial support for the latest
working drafts of 12 November 2003)
- Support for a declarative update language
- Native XML data storage structures designed for efficient support for both
queries and updates (no underlying relational or another DBMS). The XML data
storage is based on
descriptive schema (derived from data, also called DataGuide)
- Java API and Scheme API for application development
- Open client/server protocol over sockets that allows implementing APIs for
other programming languages
- Administration via easy-to-use command line utilities
- Supplied with extensive documentation including Quick Start

Any feedback is extremely welcome!

Cheers,
Maxim Grinev









reply via email to

[Prev in Thread] Current Thread [Next in Thread]