Exocore

codecov Build

Warning: Exocore is at a very early development stage, hence incomplete, unstable and probably totally unsafe. Use at your own risk.

Exocore is a distributed applications framework with private and encrypted data storage. Think of like an infrastructure that allows a user to own his own personal cloud that is extensible via WebAssembly applications and accessible via Web/Mobile SDKs. It is designed to be resilient to failures, allow offline usage (ex: on mobile).

Exocore is primarily built for Exomind, a personal knowledge management tool built in parallel of this project. Exocore is the application framework for Exomind.

The primary concept in Exocore is a Cell, which is a unique container for a user's applications and data.

A cell consists of: * Chain nodes managing replication and storage by using a blockchain data structure. * Store nodes managing indexation, querying and mutation of the data (collocated with chain node). * Applications nodes run applications written in WebAssembly (that can be collocated with store nodes) * Clients (fat or thin) that can also act as index, data and partially run applications' WebAssembly.

Roadmap

v0.1 (in progress)

v0.2

v0.3 and beyond

Dependencies

Usage & configuration

Quick start

Create a Cell hosted on 2 nodes

Join the example web client

Clients

Web

C

iOS

Documentation