Skip to content

forhadulislam/modb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoDB

In memory database built with Go

Methods

SET
    TBA
    
GET
    TBA
    
DELETE
    TBA
    
EXPIRE
    TBA
    
Close
    TBA

REST API

Url: http://127.0.0.1:34443/db

SET
    HTTP Method: POST
    Payload: { "Method": "SET", "Key": "myKey", "Value": "myValue"}
    
GET
    HTTP Method: POST
    Payload: { "Method": "GET", "Key": "myKey"}
    
DELETE
    HTTP Method: POST
    Payload: { "Method": "DELETE", "Key": "myKey"}

Performance

moDB was tested in a single machine. And the performance was executed to insert a certain amount of data and deleting those using the builtin methods. Results are displayed below:

MoDB

About

A Key-Value Database built with Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published