Design a automatically distributed database
Consider CloudFlare's new durable objects (https://www.cloudflare.com/cloudflare-workers-durable-objects-beta/), which are distributed objects with storage that can also connect via WebSockets. Consider this as a basis for designing a fully distributed database: i.e. all the smarts of HarperDB + a fully distributed database:
Why?
Relieve developers from worrying about location and having to devise complex replication strategies.
Comments: 2
-
07 Oct, '20
Jacob Cohen AdminSafa, thank you for the great suggestion! I renamed the title to "automatically distributed," because I think it reflects what you're requesting better. We have some features that are on our backlog for next year that will help work towards this, including distributed querying and data sharding.
-
27 Jul, '21
Kadir SelçukI'll try this feature myself first.