Zenode
In order to run this you first need to install aquadoggo
RUST_LOG=aquadoggo=info
Proof of concept
Inside main.rs
The Operator struct is the main wrapper around the p2panda library and the graphql layer.
To create a new Operator use Operator::default() or Operator::new(). For the moment Operator::default() is configured for development (it uses http://localhost:2020/graphql as default endpoint)
Once aquadoggo is running. Run the following to test Zenode:
Alternatively you can run:
| Feature | Status |
|---|---|
| Create schemas | [x] |
| Crate fields | [x] |
| Crate instance | [x] |
| Update instance | [x] |
| Delete instance | [x] |
| Read endpoint from env | [] |
| Save schema_id | [] |
| Better field to json | [] |
| Link schema name with schema_id | [] |
| Serializable query string | [] |