Giter Club home page Giter Club logo

metadata-service's Introduction

Metadata Service

Docker release GitHub workflow Coverage Status Dependabot Badge License

The Metadata Service provides an API for retrieving JSON metadata of GUIDs. It is a flexible option for "semi-structured" data (key:value mappings).

The GUID (the key) can be any string that is unique within the instance. The value is the metadata associated with the GUID, it’s a JSON blob whose structure is not enforced on the server side.

The server is built with FastAPI and packaged with Poetry.

Key documentation

The documentation can be browsed in the docs folder, and key documents are linked below.

metadata-service's People

Contributors

aartivnkt avatar atharvar28 avatar avantol13 avatar avantol13-machine-user avatar cmlsn avatar craigrbarnes avatar dependabot[bot] avatar elisecastle23 avatar fantix avatar frickjack avatar george42-ctds avatar haraprasadj avatar johnfrancismccann avatar keller-jason avatar m0nhawk avatar mbkranz avatar mcannalte avatar mfshao avatar michaellukowski avatar mikeabreu avatar nss10 avatar paulineribeyre avatar thanh-nguyen-dang avatar themarcelor avatar tianj7 avatar williamhaley avatar xritter1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

metadata-service's Issues

Feature Request: control over elasticsearch connection parameters

DO NOT post any Personally Identifiable Information (PII) in a GitHub Issue. This includes IP address and hostnames.

Is your feature request related to a problem? Please describe.
Currently, the metadata service assumes it can connect to elasticsearch over plain http with no authentication.
This seems distinctly less than ideal and doesn't suit our possible deployment.

Describe the solution you'd like
To be able to supply parameters in the helm chart which ultimately allow setting any of the parameters available for Elasticsearch() (see https://elasticsearch-py.readthedocs.io/en/latest/api/elasticsearch.html).
At the very least, I would need to be able to set the scheme, api_key and verify_certs parameters.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

While it would be fairly straightforward for me to just add the parameters I need at the various places they get passed around, it would seem sensible to do something more general that allows passing arbitrary parameters to Elasticsearch() (which would hopefully also mean that if new parameters were added, the code here wouldn't have to change to take advantage of them). But that would probably be a breaking change, or at the very least require code to recognize the current configuration options and map them into the new ones.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.