🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/atomix/api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/atomix/api

v0.8.0
Source
Go
Version published
Created
Source

Build Status Integration Test Status License GoDoc

Atomix Protobuf API

This project provides a [Protobuf] API for [Atomix] 4.

The Protobuf API defines the primary interface through which Atomix clients communicate with Atomix partition servers. The API is separated into two parts:

  • Controller API - The atomix.controller package defines services to be implemented by Atomix cluster controllers. Controller services aid clients in locating and managing partition groups.
  • Primitive API - Remaining atomix.* packages define messages and services to be implemented by Atomix partition servers. Primitive services define APIs for creating, managing, and operating on various types of distributed primitives.

Protobuf: https://developers.google.com/protocol-buffers/ Atomix: https://atomix.io

FAQs

Package last updated on 21 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts