Rust Object Database.
The decentralized social networking application Iris-messenger syncs over Rod peers by default.
Install Rust first.
cargo install rod
rod start
rust
use rod::{Node, Config, Value};
let mut db = Node::new_with_config(Config {
outgoing_websocket_peers: vec!["wss://some-server-to-sync.with/ws".to_string()],
..Config::default()
});
let mut sub = db.get("greeting").on();
db.get("greeting").put("Hello World!".into());
if let Value::Text(str) = sub.recv().await.unwrap() {
assert_eq!(&str, "Hello World!");
}
15/5/2022:
db.get('#').get(data_hash).put(data)
)db.get('~' + pubkey).get('profile') ...
)
cargo install cargo-watch
RUST_LOG=debug cargo watch -x 'run -- start'
cargo test
cargo bench
heroku create --buildpack emk/rust
git push heroku master
or: