GithubHelp home page GithubHelp logo

dolbyjoab / kheops Goto Github PK

View Code? Open in Web Editor NEW

This project forked from barbu-it/kheops

0.0 0.0 0.0 3.52 MB

Hierarchical Key Value Store

Home Page: https://barbu-it.github.io/kheops/

License: Apache License 2.0

Python 100.00%

kheops's Introduction

Kheops

Kheops Logo

Introduction

Jerakia Kheops is a tool that performs key value lookups against a variety of pluggable data stores. It does this using a top-down hierarchical set of queries that allow you to define global values and override them at different levels of a configurable hierarchy.

This has many use cases, including infrastructure management where you often have configuration values defined at a global level but wish to override these values based on certain factors such as the environment or location of the request.

Kheops is a fresh python rewrite of this project. It does not attempt to have the same features, and it's work in progress project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Install Kheops with pip:

pip install kheops

And check it works:

kheops --help

Now you can test the examples, and learn how to use it here.

kheops --config examples/01_simple/ hello   
kheops --config examples/01_simple/ hello -e site=Montreal
kheops --config examples/01_simple/ hello -e site=Paris

Learning Kheops

Please check online documentation.

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Development

Clone this git repository:

git clone ...

Create virtualenv and install poetry if not already done:

virtualenv -p python3 venv
. venv/bin/activate
pip install --upgrade pip poetry

Install Kheop with poetry:

poetry install

And check it works:

kheops --help

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

A jerakia old website: https://web.archive.org/web/20190209052035/http://jerakia.io/

https://web.archive.org/web/20180829194211/http://jerakia.io/documentation/

key-value configuration data lookup system

A VERSATILE DATA LOOKUP SYSTEM

Jerakia is a tool that performs key value lookups against a variety of pluggable data stores. It does this using a top-down hierarchical set of queries that allow you to define global values and override them at different levels of a configurable hierarchy.

This has many use cases, including infrastructure management where you often have configuration values defined at a global level but wish to override these values based on certain factors such as the environment or location of the request.

Kheops is a key-value configuration data lookup system. It can performs a key value lookup against a variety of data stores.

kheops's People

Contributors

mrjk avatar

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.