Elektra Project

Elektra Project is a key-value pair framework for storing configurations.
Download

Elektra Project Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Avi Alkalay
  • Publisher web site:
  • http://avi.alkalay.net/2006/11/google-maps-plugin-for-wordpress.html#kml

Elektra Project Tags


Elektra Project Description

Elektra Project is a key-value pair framework for storing configurations. The Elektra Project provides an alternative back-end for text configuration files.Instead of each program to have its own text configuration files, with a variety of formats, Elektra tries to provide a universal, hierarchical, fast and consistent namespace and infrastructure to access configuration parameters through a key-value pair mechanism. This way any software can read/save its configuration/state using a consistent API.Being a common infrastructure, it also lets other softwares be aware of this application configurations, leveraging easy software integration.Elektra Project is designed to be lightweight, with no dependencies, ready to be used also by early boot stage programs.Using Elektra, configuration file's syntax and handling will not be a rework for each software.Elektra lets system administrators control security in a much fine grained way. With the current flat file paradigm it is impossible to control permissions and access times on each /etc/passwd or /etc/shadow atoms. Elektra lets you do that because each information atom stored in it (key) has a unique name (key name) and access properties. Here are some key features of "Elektra Project": · It is much more an agreement then a piece of software. Relation is 99% to 1%. · It is a simple and consistent API to help software developers programatically store and retrieve global and user-specific configuration parameters. · All key-value pairs are stored in clear-text files, UTF-8 encoded. All old charsets are also supported, with automatic transparent conversion to and from UTF-8. · API supports change notifications and multiple backends. · It provides a unique namespace for all values. Anywhere, anytime, any program can preciselly access keys by their names. Security restrictions may obviously apply. · It is designed to be secure and lightweight, to let even early boot-stage programs like /sbin/init to use it, instead of /etc/inittab file. · It is designed to be easy to administrate with regular command line tools like cat, vi, cp, ls, ln. Its storage is 100% open. · It tries to set distribution-independent naming standards to store things like hardware configuration, networking, user's session configuration, system's mime-types, parameters for kernel modules, etc, that are generally stored under /etc. · It requires existing software to be changed to use its API. This will substitute hundreds of configuration-text-file parsing code, into clear Elektra's API key-value access methods. · It is POSIX compliant. If it doesn't compile and run easily on some POSIX system, it should be easily modified to do so. What's New in This Release: · Finally it is done, the 0.7.0 API is finished. The API covers everything shown in kdb.h and all releases in 0.7.0 will be 100% ABI and API compatible supported for at least a year. Some bugs might break that rule, but there should not be left many anymore, because every method is at least checked twice and most have hundred of test cases. Please report any bugs you find to http://bugs.libelektra.org - portability and build bugs - mistakes, misspelling in documentation This is not valid for kdb-tools, there are lots of bugs remaining there and a rewrite would be very useful. For that reason there will be a separate release for kdb-tools, libelektratools and the backend interface. The stable APIs of libelektratools and the backend interface will be announced separately, but they will be part of 0.7.x. kdb-tool and kdbedit and so will also have separate releases, but because they are not a library there is no API or ABI issue there.


Elektra Project Related Software