* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / database / metakit / metakit.desc
blob21831fb4154167bd132fb8fdda333c4d0c18d531
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/metakit/metakit.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
5 [COPY] 
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
8 [COPY] 
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] The database that fits in the palm of your hand
15 [T] Metakit is an efficient embedded database library with a small
16 [T] footprint. It fills the gap between flat-file, relational,
17 [T] object-oriented, and tree-structured databases, supporting relational
18 [T] joins, serialization, nested structures, and instant schema evolution.
19 [T] There is a C++ API, a Python binding called "Mk4py", and a Tcl binding
20 [T] called "Mk4tcl". You can manipulate and exchange data with any of
21 [T] these. Data files are portable, use auto-sizing ints and strings,
22 [T] and have the ability to very efficiently store binary data, from single
23 [T] bits to multi-Mb objects. The library has been used on Unix, Windows,
24 [T] Macintosh, VMS, and others, spanning a range of 16- to 64-bit
25 [T] architectures, from PDA to S390. Here's an ancient sales blurb and a
26 [T] pretty dated introduction. This library is in active use in various
27 [T] commercial projects and products.
28 [T]
29 [T] Metakit works really well for moderate-size (a hundred Mb) datasets,
30 [T] and offers good performance well beyond that size when its column-wise
31 [T] data model is fully taken advantage of. But it's still not as scalable
32 [T] as it could be, nor does it offer true concurrent access.
34 [U] http://www.equi4.com/metakit/
36 [A] Jean-Claude Wippler <jcw@equi4.com>
37 [M] The T2 Project <t2@t2-project.org>
39 [C] extra/database
40 [F] CROSS
42 [L] GPL
43 [S] Stable
44 [V] 2.4.9.7
45 [P] X -----5---9 208.400
47 [O] hook_add preconf 5 "cd builds"
48 [O] configscript="../unix/configure"
49 [O] var_append makeopt ' ' 'SHLIB_LD="$CXX -shared"'
50 [D] 8beabe39ae18ceaa0e1e46166236c51993c9d4b853c676f0e73acf6f metakit-2.4.9.7.tar.gz http://www.equi4.com/pub/mk/