How to add new entity types #2761
-
I'd like to add some new entity types, could you give me a rough idea of what files I'd need to alter, the entities I was thinking of adding were: Various crypto addresses Or is their a way to do it with the API. I.e. used the API to read the data then return any entities so you can interpolate Aleph with 3rd party library's or utilities without need to change the source. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The entity types (schemata) Aleph uses are defined by the FollowTheMoney (FtM) data model: https://followthemoney.readthedocs.io. If you think a new schema should be added to FtM, I’d recommend to discuss this in the Slack community or to open an issue in the FtM repository: https://github.com/alephdata/followthemoney. However, there may already be schemata in FtM that could suit your use case, for example: |
Beta Was this translation helpful? Give feedback.
The entity types (schemata) Aleph uses are defined by the FollowTheMoney (FtM) data model: https://followthemoney.readthedocs.io.
If you think a new schema should be added to FtM, I’d recommend to discuss this in the Slack community or to open an issue in the FtM repository: https://github.com/alephdata/followthemoney.
However, there may already be schemata in FtM that could suit your use case, for example: