-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align address/cluster field names #11
Comments
eth:
|
Just collecting things here. Need to discuss:
|
|
Updated eth_raw graphsense/graphsense-ethereum-etl@3e3065e |
utxo transformed schema:
vs. eth transformed schema:
|
I think we can remove |
|
Columns `block_id` and `timestamp` not used in graphsense-rest and therefore removed from Cassandra schema. See #41
Remove unused field `timestamp` (not used in graphsense-rest). See #41
- rename height to block_id - remove tx_id_time struct column, just store tx id See also: #3, graphsense/graphsense-transformation#41
I'd suggest to align address and cluster field names where they mean the same:
value
<>estimated_value
address_id
<>cluster
resp.address_id_group
<>cluster_group
(better:cluster_id
andcluster_id_group
)The text was updated successfully, but these errors were encountered: