gundb

Version, currently master branch1 version
  • master branchlatestJan 9, 2020

github.com/da1nerd/crgundb

A simple port of gundb to crystal.

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  gundb:
    github: da1nerd/crgundb
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.31.1
License
MIT
Author
Joel Lonbeck
Target
  • gundb from src/gundb.cr

Dependencies

This version declares no dependencies.

README

gundb

This is a port of gundb written in Crystal.

Road Map

I'm shooting for a minimum viable product here without too many bells and whistles.

  • [x] port gundb's sample project
  • [ ] write a formal-ish communication PROTOCOL.md. There's stuff floating around but nothing succinct with retro ASCII illustrations.
  • [ ] clean up my hacky crystal code and abstract the gun logic into some usable modules
    • [ ] with tests
  • [ ] create a gundb client
  • [ ] change this repo into a crystal library instead of an app.

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/neutrinog/gundb/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Joel - creator and maintainer