graphsense / graphsense-lib

A central repository for python utility functions and everything that interacts with the graphsense backend. Its CLI interface can be used to control important graphsense maintainance tasks.
MIT License
7 stars 1 forks source link

export tron data, to raw_keyspace if possible #3

Closed soad003 closed 1 year ago

soad003 commented 1 year ago

Tron is getting more important for investigations. Since it is a evm compatible currency export into the same schema as ethetl should be possible.

If possible consider in conjunction with the Hdfs parquet issue (https://github.com/graphsense/graphsense-lib/issues/2)

soad003 commented 1 year ago

graphsense lib now supports tron export to cassandra (r23.06) and csv (r23.06; 1.5.5 includes some fixes). Unfortunately, tron does not provide the trace_block api. That means for now we do not export traces. Only blocks, transactions/receipts and logs are available.