Sign inSign up

atlasplatformdocker/keygenerator-proto-server

By atlasplatformdocker

Updated 10 months ago

Image
0

664

atlasplatformdocker/keygenerator-proto-server repository overview

  • 1.3.3.30 (Minor fixes)
    • docker pull mclarenapplied/keygenerator-proto-server:1.3.3.30
  • 1.0.2.18 (Fixes for Stream API)
    • docker pull mclarenapplied/keygenerator-proto-server:1.0.2.18
  • 1.0.2 (Fixes for Stream API)
    • docker pull mclarenapplied/keygenerator-proto-server:1.0.2.1
  • 1.0.0 (Initial release)
    • docker pull mclarenapplied/keygenerator-proto-server:1.0.0.2

About

The Key Generator Service generates unique identifiers which can be used as part of the Stream API. It creates two type of IDs: a long and a GUID. This service can be used by any solution that wants a central key generator and avoid ID duplication within a distributed environment. The service will never return the same ID more than once, which ensures that multiple requests, even from different clients, will never result in the same ID being given for different things. The Key Generator Service is exposed via a gRPC server interface.

Usage

For documentation on how to use the Key Generator Service, click here.

Docker Compose

Use the following Docker Compose to use the Key Generator Image:

services: 
  key-generator-service:
    image: mclarenapplied/keygenerator-proto-server:latest
    ports:   
       - 15379:15379
    environment:
      PORT: 15379

Configuration

For all possible configuration options, click here.

License

Usage of this library is permitted under the Apache 2.0 terms.

Tag summary

Content type

Image

Digest

sha256:f1a3b352c

Size

87.5 MB

Last updated

10 months ago

docker pull atlasplatformdocker/keygenerator-proto-server