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

Switch from JSON serialized dictionaries to SQLite for metadata wherever possible #29

Closed aleksandra-kim closed 7 years ago

aleksandra-kim commented 8 years ago

Original report by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).


Some instances of corruption in JSON files (even with atomic writes) have been observed in the wild, so this transition needs to happen ASAP...

aleksandra-kim commented 8 years ago

Original comment by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).


Simple for e.g. databases, but more difficult for mapping with many items.

aleksandra-kim commented 7 years ago

Original comment by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).


Will be used in new default backend in Brightway v. 3