Skip to content

Implementation of coordinator node from any-sync protocol

License

Notifications You must be signed in to change notification settings

akaia-io/any-sync-coordinator

 
 

Repository files navigation

Any-Sync Coordinator Node

Implementation of coordinator node from any-sync protocol.

Building the source

To ensure compatibility, please use Go version 1.19.

To build and run the Any-Sync Coordinator Node on your own server, follow these technical steps:

  1. Clone the Any-Sync Coordinator Node repository to your local machine.
  2. Navigate to the root directory of the repository, where you will find a Makefile.
  3. Run the following commands to install the required dependencies and build the Any-Sync Coordinator Node.
    make deps
    make build
    
  4. If there are no errors, the Any-Sync Coordinator Node will be built and can be found in the /bin directory.

Running

You will need a MongoDB to run Any-Sync Coordinator Node.

Any-Sync Coordinator Node requires a configuration. You can generate configuration files for your nodes with any-sync-network tool.

The following options are available for running the Any-Sync Coordinator Node:

  • -c — path to config file (default etc/any-sync-coordinator.yml).
  • -v — current version.
  • -h — help message.

Contribution

Thank you for your desire to develop Anytype together.

Currently, we're not ready to accept PRs, but we will in the nearest future.

Follow us on Github and join the Contributors Community.


Made by Any — a Swiss association 🇨🇭

Licensed under MIT License.

About

Implementation of coordinator node from any-sync protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Makefile 1.4%