placeos-core

Version, currently 3.10.3100 versions

github.com/PlaceOS/core

PlaceOS primary coordination service.

9 stars
0 dependents
License: NOASSERTION

Nothing has been indexed for 3.10.3 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  placeos-core:
    github: PlaceOS/core
    version: ~> 3.10.3

Then run:

shards install

shard.yml

No shard.yml has been indexed for 3.10.3. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

PlaceOS Core

Build CI

The coordination service for running drivers on PlaceOS.

Implementation

Compilation

Compilation of drivers and binary management is performed by build-api service.

Module Management

Modules are instantiations of drivers which are distributed across core nodes through rendezvous hashing.

Clustering

Core is a clustered service. This is implemented through the clustering lib.

Contributing

See CONTRIBUTING.md.