Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swarm: an isomorphic database #91

Open
gritzko opened this issue Mar 12, 2016 · 1 comment
Open

Swarm: an isomorphic database #91

gritzko opened this issue Mar 12, 2016 · 1 comment

Comments

@gritzko
Copy link

gritzko commented Mar 12, 2016

The future of computation increasingly looks like swarms of wirelessly connected devices working together. In such a world, may an app run at many devices at once? We already experience that effect quite often. Collaborative apps naturally run at many devices at once. Even single user apps need to sync if used at multiple devices. Isomorphic apps pre-render on the server side, then get airlifted to the client. The trend is accelerating: apps span devices.

JavaScript is a perfect tool for delivering code to any edge devices: Web, mobile, desktop, server-side and embedded -- all platforms run JavaScript these days. Once the code is delivered, how can we sync data? What about real-time sync? Offline and caching?

Swarm is a sync-centric isomorphic database that targets that use case. Swarm applies an advanced distributed systems toolset to fulfill its guiding vision: write distributed apps as easily as local apps. Let apps span device borders, like they are parts of one big distributed application.

On the science side, the talk is about partially ordered logs of immutable ops, CRDTs and asynchrony. But there will be code and cool demos too.

@gritzko
Copy link
Author

gritzko commented Mar 14, 2016

The description may be to abstract, so here is an example of a past talk on a close subject: https://www.youtube.com/watch?v=LDBkoixNgKs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant