degdb/degdb

Name: degdb

Owner: degdb

Description: degdb: distributed economic graph database

Created: 2015-09-05 02:47:38.0

Updated: 2017-12-20 13:12:31.0

Pushed: 2016-01-23 00:15:27.0

Homepage: https://degdb.co

Size: 24272

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

degdb Build Status Coverage Status GoDoc

Distributed Economic Graph Database

Design Doc/Ramble

Initial implementation done at PennApps 2015 Fall. There is a slow rewrite/redesign happening.

Running
stall degdb and bitcoin dependencies
 get -v -u github.com/degdb/degdb github.com/btcsuite/btcwallet github.com/btcsuite/btcd

eate the bitcoin wallet
cwallet --create

unch new server and connect to provided peers.
 run main.go -peers="example.com:8181,foo.io:8182"

$GOPATH/bin must be on the path so degdb can launch instances of btcwallet and btcd.

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.

un main.go -port=8181 -nodes=10
License

DegDB is licensed under the MIT license.

Contributors

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.