relation-provider

1.1.3 • Public • Published

Relation-provider

Provides framework for retrieving relationship information from a set of microservice services.

Location Provider

A location provider gets the adresses of the services that expose the relationship schema's.

Kubernetes Location provider

Can be initialized by the using the kubernetes location provider:

relationInfoProvider.setLocationProvider("kubernetes", {});

The following options can be set:

{
    master: "URL of kubernetes master"
    caFile: "",
    auth: {
        type: "none"
    }
}
Authentication options

Currently there are 2 authentication available for the kubernetes location provider: none and token.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.30latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.30
1.1.20
1.1.10
1.0.00

Package Sidebar

Install

npm i relation-provider

Weekly Downloads

0

Version

1.1.3

License

LGPL-3.0

Last publish

Collaborators

  • maikelh