facebook / sapling

A Scalable, User-Friendly Source Control System.
https://sapling-scm.com
GNU General Public License v2.0
6.16k stars 284 forks source link

Production blobstore storage metadata and storage backends (e.g. something like S3) with mvsqlite #326

Closed fire closed 1 day ago

fire commented 1 year ago

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

muirdm commented 1 year ago

I believe sqlite is a stopgap until we do a supported release of Mononoke with production database support.

/cc @markbt

fire commented 1 year ago

@losfair I'm curious about your thoughts?

ahornby commented 1 month ago

done in https://github.com/facebook/sapling/commit/c5edcd62fcf187b4f56e6cf82eb2147ecaa227ba

fire commented 1 day ago

Thanks!