Skip to content

SamuelBanksTech/SystemicDB-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemicDB Logo

made-with-Go Twitter Handle

SystemicDB Server

An extremely fast in-memory database server with a gRPC interface, and a core AVL tree at its core.

Overview

  • ✅ Core storage is a custom implementation of an AVL Tree for scalability, speed, and stability
  • ✅ Interface is implemented with gRPC allowing ease of adoption and speed of communication
  • ✅ Data stored using a MsgPack implementation for memory efficiency
  • ✅ Automatic removal of data after user specified expiry time

About

gRPC server utilising SystemicDB Core package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages