brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
11 stars 24 forks source link

Use Snowflake IDs for nodes and edges #202

Closed cmutel closed 2 weeks ago

cmutel commented 3 weeks ago

Needed for distributed object creation without conflicting id values.

cmutel commented 3 weeks ago

~Merging blocked by https://github.com/brightway-lca/matrix_utils/issues/22~

This is now fixed.

jsvgoncalves commented 3 weeks ago

After #174 is merged:

cmutel commented 3 weeks ago

Adjust _dict_as_

This will go away as we will explicitly map functions instead of using string interpolation, see more-event-types branch.