Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 867 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 867 Bytes

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.