OpenSDE Packages Database (without history before r20070)
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

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