You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
2.1 KiB

# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../metakit/metakit.desc
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
[I] The database that fits in the palm of your hand
[T] Metakit is an efficient embedded database library with a small
[T] footprint. It fills the gap between flat-file, relational,
[T] object-oriented, and tree-structured databases, supporting relational
[T] joins, serialization, nested structures, and instant schema evolution.
[T] There is a C++ API, a Python binding called "Mk4py", and a Tcl binding
[T] called "Mk4tcl". You can manipulate and exchange data with any of
[T] these. Data files are portable, use auto-sizing ints and strings,
[T] and have the ability to very efficiently store binary data, from single
[T] bits to multi-Mb objects. The library has been used on Unix, Windows,
[T] Macintosh, VMS, and others, spanning a range of 16- to 64-bit
[T] architectures, from PDA to S390. Here's an ancient sales blurb and a
[T] pretty dated introduction. This library is in active use in various
[T] commercial projects and products.
[T]
[T] Metakit works really well for moderate-size (a hundred Mb) datasets,
[T] and offers good performance well beyond that size when its column-wise
[T] data model is fully taken advantage of. But it's still not as scalable
[T] as it could be, nor does it offer true concurrent access.
[U] http://www.equi4.com/metakit/
[A] Jean-Claude Wippler <jcw@equi4.com>
[M] The OpenSDE Community <list@opensde.org>
[C] extra/database
[L] GPL
[S] Stable
[V] 2.4.9.6
[P] X -----5---9 208.400
[D] 300891311 metakit-2.4.9.6.tar.gz http://www.equi4.com/pub/mk/