Skip to content

nunb/degdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

degdb Build Status GoDoc

Distributed Economic Graph Database

Design Doc/Ramble

Initial implementation done at PennApps 2015 Fall. It can be located in the old/ directory. There is a slow rewrite/redesign happening.

Running

go run main.go -new -peers="example.com:8181,foo.io:8182"

Development

For development purposes you can launch multiple nodes within a single binary. This can only be used in development and disables connecting to external peers.

go run main.go -new -port=8181 -nodes=10

License

DegDB is licensed under the MIT license.

About

degdb: distributed economic graph database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.1%
  • HTML 7.6%
  • Protocol Buffer 4.3%