A multiprotocol network database manager
nmdb is a network database (dbm-style) for controlled networks that can use
different protocols to to communicate with its clients. It supports TIPC, TCP,
UDP and SCTP.
It consists of an in-memory cache that saves (key, value) pairs, and a
persistent backend that stores the pairs on disk.
Both work combined, but the use of the backend is optional, so you can use the
server only for cache queries, pretty much like memcached.
A library is provided to interact with the database and the cache in a very
simple way. Python, D, NewLISP, Ruby, Bigloo Scheme, and Haskell bindings are
also available and come with the distribution (although except for the Python
bindings, the rest are not widely tested).
Authors:
--------
Alberto Bertogli
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix/nmdb && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
nmdb-0.21.tar.bz2 | 0000052475 51.2 KB | |
nmdb-0.21_manpath+optflags.patch | 0000001427 1.39 KB | |
nmdb-bindings.spec | 0000003094 3.02 KB | |
nmdb.changes | 0000000281 281 Bytes | |
nmdb.spec | 0000003211 3.14 KB |
Comments 0