2
3
I know there are similar posts here about utilizing MySQL as the basis for an application which contains the contents of the blockchain, but i have not seen any on-point answers to the issue of updating the database after the initial dump.
Assuming i move forward with blockparser or ABE (or another application which you believe works better), how do i update the database after the initial dump? I have not implemented any solution yet as i would like to have this piece figured out before diving in.
My goal is to have my local blockchain inserted into MySQL, and then have periodic updates occur to keep the database up to date.
Thanks Jimmy. I will do some messing around and see what works best. – Brian Koffler – 2015-02-02T16:30:32.643
Perhaps consider if MySQl is the best type of DB to go here with. I would root for a graph DB like Neo4j or OrientDB. It will make things easier when querying the data IMO. – Albert s – 2016-08-22T22:16:21.477