Skip to content

This is an in memory database developed in Java. it has PHP and Java API for interacting with database

Notifications You must be signed in to change notification settings

AwuahDarko/ImemDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InmemDb

This is a simple database that keeps data in memory.

Store data as key - value pairs

It Written in java with simple php and java API for interacti g with the database

Simple call ImemDb.put(key, value) to store data and ImemDb.get(key) to retrieve data

TODO

  • CLI interface for database
  • Replication of data across cluster

About

This is an in memory database developed in Java. it has PHP and Java API for interacting with database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published