Skip to content

Naira0/ambry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ambry

ambry is a fast key value store.

Modules

this project is composed of several modules

Library

The base of ambry is a C++ library for directly working on db files.

Command Interpreter

a command interpreter for ambry commands with a full permission and user system.

Server

a network interface for ambry that allows you to manage users and their permissions through commands. also comes with a decent python client.