You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to build a distributed markets/boost architecture for a Filecoin deployment, we need to decide how we are going to extract state that we currently keep in the markets/boost process to be access to multiple processes:
boost db (currently sqlite)
dagstore datastore (currently leveldb/badger)
dagstore index
piecestore datastore (currently leveldb/badger)
message publisher (pending deals waiting to be pushed on-chain) (currently held in-memory)
The shared db needs to support key/value pairs, as well as SQL queries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In order to build a distributed markets/boost architecture for a Filecoin deployment, we need to decide how we are going to extract state that we currently keep in the markets/boost process to be access to multiple processes:
The shared db needs to support key/value pairs, as well as SQL queries.
Beta Was this translation helpful? Give feedback.
All reactions