EnglishFrenchSpanish

OnWorks favicon

kdb-introduction - Online in the Cloud

Run kdb-introduction in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command kdb-introduction that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


kdb-introduction - introduction to kdb

Elektra solves the task of accessing the configuration storage. Additionally, a tooling
gathered around Elektra helps with minor problems that appear every day. Maybe the
administrator needs a cron job that periodically changes the settings of a service. Maybe
the user wants to have an overview of the whole configuration to learn what can be
tweaked. Maybe the developer needs to fully export the configuration the program had when
a failure occurred. These tasks have in common that they become trivial once a
programmatic access to a global key database exists.

In this subsection we give an overview of the command-line tool kdb. It is part of
Elektra´s environment and performs the mentioned tasks. kdb consists of individual
subprograms. The programs are independent, but can access a shared part that provides
functionality too specific to be in the library -- for example, pretty printing of error
messages and warnings. Most parts of this suite are short programs which basically call
kdbGet(), do something with the data structure and eventually write it back using
kdbSet(). Note that the command-line tool kdb should not be confused with the class KDB.

kdb was rewritten as part of this thesis with a new architecture. Now every part of the
application suite will be able to accept its own command line arguments and will have its
own documentation. Also a completely new feature mount arose.

Only a few commands are enough for daily use. We can retrieve a key by:

> kdb get user/keyname

We store a key permanently with a value given by:

> kdb set user/keyname value

We list all available keys arranged below a key by:

> kdb ls user/keyname

Many other tools beside kdb are possible. They may be more convenient depending on the
situation. Preference dialogues, graphical editors, web-interfaces and web services can
all provide access to the global key database.

November 2015 KDB-INTRODUCTION(1)

Use kdb-introduction online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

Ad