Add Haskell references to the README file.
[nmdb.git] / README
blob9702b343d0484c31b9550cb904231168ddaa2bad
2 nmdb - A multiprotocol network database manager
3 Alberto Bertogli (albertito@gmail.com)
4 ---------------------------------------------------
6 nmdb is a network database that can use different protocols to communicate
7 with its clients. At the moment, it supports TIPC, TCP, UDP and SCTP.
9 It consists of an in-memory cache, that saves (key, value) pairs, and a
10 persistent backend that stores the pairs on disk.
12 Both work combined, but the use of the persistent backend is optional, so you
13 can use the server only for cache queries, pretty much like memcached.
15 This source distribution is composed of several parts: the server called
16 "nmdb", the library and bindings for Python, D, NewLISP, Ruby, Bigloo Scheme
17 and Haskell. Each one has a separate directory, and is licensed individually.
18 See the LICENSE file for more information.
21 Documentation
22 -------------
24 Most documentation is in the nmdb and libnmdb manpages, and inside the doc/
25 directory. It is recommended that you read the User Guide (doc/guide.rst, or
26 the online version) to learn how to setup and use nmdb.
28 For additional documentation and resources, go to the project's website at
29 http://auriga.wearlab.de/~alb/nmdb.
32 Where to report bugs
33 --------------------
35 If you want to report bugs, suggestions, issues, comments, or just get in
36 touch with nmdb developers and users, join the mailing list at
37 http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/nmdb-devel or just
38 send an email to nmdb-devel@lists.auriga.wearlab.de.