Come creare un database dal nodo Tezos?
1 risposta
- voti
Èpossibilemodificare Conseilper supportare l'estrazione delleinformazioni relative al voto.
Un altro approccio consistenell'utilizzareil tzscan codebase ,che riempie anche un database con leinformazioni di Tezosnodo.
Ultimomanonmenoimportante,puoi utilizzare le chiamate RPC a /chains/main/blocks/head/context/raw/json/..
peresplorareil contestogrezzoper ogniblocco.
You could modify Conseil in order to support the extraction of voting related info.
Another approach is to use the tzscan codebase, which also fills a database with information from the Tezos node.
Last but not least, you can use RPC calls to /chains/main/blocks/head/context/raw/json/..
to explore the raw context for every block.
Vogliamo creare un sito Web che contenga datiin tempo reale dalnodo Tezos.
Abbiamo unnodoin esecuzione,abbiamogli RPC,abbiamo un databasemysqle vogliamo usare Postgresperinterrogareil databasee "alimentare"il sito con leinformazioni.
Semplicementenon sappiamo come "estrarre"i dati dal Tezos-Nodenel database.
Un approccio è Conseil di Cryptonomic.
https://github.com/Cryptonomic/Conseil
Ma almomentonon supportanogli RPC di votazione/scrutinio: