Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

miguelmota/gundb-port-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GunDB Go port

GunDB port examples in Go (golang)

NOTE: These initial implementations have not yet been fully tested for accuracy and are not optimized at all.

Getting started

  • Run individual example:

    # go run com/main.go
    # go run ad-hoc/main.go
    # go run graph/main.go
    # go run resolution/main.go
    go run key/main.go
  • Start static server:

    go run html/main.go
  • Navigate to http://localhost:3000 and click on demo html page

Resources

License

MIT