Hello everybody
I want to upload all transactions of 50000 bitcoin blocks to neo4j through the python code this is a CSV file that has 900 million transactions and it's about 90GB how can I do it by python?
Hello everybody
I want to upload all transactions of 50000 bitcoin blocks to neo4j through the python code this is a CSV file that has 900 million transactions and it's about 90GB how can I do it by python?
I would recommend to go with neo4j-admin import bulk import for those wallets, blocks and transaction CSVs, using python and transactional imports is not a good use of your time, you'll just be waiting.
https://neo4j.com/docs/operations-manual/current/tutorial/neo4j-admin-import/