Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
The coordination service for running drivers on PlaceOS.
Core handles the cloning of driver repositories. If a repository is already present on the file system, its git state is adjusted to match the model's commit.
Compilation of drivers is performed on all core nodes.
Modules are instantiations of drivers which are distributed across core nodes through rendezvous hashing.
Core is a clustered service. This is implemented through the clustering lib.
See CONTRIBUTING.md
.