Skip to content
forked from SWRMLabs/ants-db

Distributed KV store using go-ds-crdt and libp2p

License

Notifications You must be signed in to change notification settings

gosgos11/ants-db

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ants-db

Distributed KV store using go-ds-crdt and libp2p

AntsDB provides a simple KV interface over go-ds-crdt. The code is highly inspired by the example in ipfs-cluster/consesus

Its especially useful if you are already using the IPFS ecosystem. With minimal code layer we can create this KV Store which can be used by apps.

Install

ants-db works like a regular Go module:

> go get github.com/SWRMLabs/ants-db

Usage

import "github.com/SWRMLabs/ants-db"

Check tests for examples

About

Distributed KV store using go-ds-crdt and libp2p

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%