Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ddonskaya/feather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feather🖋️

This is a simple in-memory database inspired by Redis.
It includes HashMap and SortedSet containers (possibly more to come).

Features

  • Containers: Can store both key-value pairs and ordered sets of data.
  • HashMap: Efficiently store and retrieve key-value pairs.
  • SortedSet: Maintain a sorted collection of unique elements.
  • CLI: Easily interact with the database using the command line interface.
  • Client-Server Communication: Enable communication between clients and a server for distributed data management.

About

📚Feather is a simple, persistent KV store written in pure Golang for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages