Skip to content

alma-oss/fservice-identification

Repository files navigation

F-Service-Identification

NuGet NuGet Downloads Tests

Library for Service Identification types.

Install

Add following into paket.references

Alma.ServiceIdentification

Note: You can also use this library in a Fable project.

Types

Hierarchy:

domain ─┐─────────┐───────────┐──────────┐
context ┘ service │           │          │
purpose ──────────┘ processor │          │
version ──────────────────────┘ instance │ box
zone ───┐ spot                           │
bucket ─┘────────────────────────────────┘

Tree like hierarchy:

                   box
                /       \
        instance         spot
        /       \       /    \
    processor  version  zone  bucket
   /         \
  service  purpose
 /       \
domain  context

Release

  1. Increment version in ServiceIdentification.fsproj
  2. Update CHANGELOG.md
  3. Commit new version and tag it

Development

Requirements

Build

./build.sh build

Tests

./build.sh -t tests

About

Library for Service Identification types.

Resources

License

Stars

Watchers

Forks

Packages

No packages published