Skip to content
/ MailDB Public

MailDB is a distributed database with eventually consistance

Notifications You must be signed in to change notification settings

fredfsh/MailDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==================
Configuration
==================
0. Run an instance of Redis on each of your data server. Redis is an open
  source project available at http://redis.io/download
1. Put hostnames or ips of your Redis servers in config file RedisServers.cfg,
  one per line.
2. Available apis are defined in api.h, you can invoke them in the source
  code file of your own client client.c.
3. Some configurable parameters are placed in def.h, as well as other header
  files.

==================
Installation
==================
$ cd src
src$ make

On config server:
src$ ./config-server

On client:
src$ ./client test_proc_num

About

MailDB is a distributed database with eventually consistance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published