git ssb

0+

mixmix / flume-intro



Branch:
mix irving committed typeLatest: 889838b on 1/12/2018, 11:21:09 PM
📄.gitignore
📄1_write_to_flume.js
📄2_read_from_flume.js
📄3_read_flume_live.js
📄4_flume_view.js
📄5_flume_view_reading.js
📄6_flume_view_reading_source.js
📄README.md
📄intro_to_flume.jpg
📄package.json
README.md

Intro to Flume DB

An introduction to flumeDb - the database under secure scuttlebutt. Also, mix is a dragon onsie

Learn about the basics of Flume, and how to make a materialised view with it.

Check out a wide range of scuttlebutt learning resources here : scuttlebutt-guide (ssb | github)

Recording of the stream: https://youtu.be/f_baWUW4R8Y

HOWTO

clone this repo down and run npm install

From there you can run each of these files in the terminal, e.g.:

node 1_write_to_flume.js

Note that at the end of this I hit some bumps trying to install the flumeview as a scuttlebot plugin. I managed to resolve that after the stream, you can check it out here : (ssb | github)

PREP

resources:

Built with git-ssb-web