sapling
sapling copied to clipboard
Production blobstore storage metadata and storage backends (e.g. something like S3) with mvsqlite
The readme for mononoke mentions you currently use sqlite.
mvsqlite is a distributed externally consistent rdms based on sqlite and FoundationDB.
It would be cool to see if these two projects can interoperate and become more robust.
References
- https://github.com/losfair/mvsqlite
- https://github.com/facebook/sapling/blob/main/eden/mononoke/README.md
I believe sqlite is a stopgap until we do a supported release of Mononoke with production database support.
/cc @markbt
@losfair I'm curious about your thoughts?