Giter VIP home page Giter VIP logo

hide_seek's Introduction

Hide n Seek

What is the aim of the project?

This enables products to roll out a feature to different environments strategically. Some of the features are โ€”

  1. Target a feature to a specific user id.
  2. Target a feature to specific user ids.
  3. Target to x% of users.
  4. Setup different environment strategies like staging, production, and QA.
  5. Ability to turn on and off the feature flag without having to restart the services.
  6. Console to view and control all the feature flags of the different environments in a single place.

How to work on this project?

  1. All the Backend services use Golang
  2. We are currently using Postgres as our data store
  3. We also use Redis for caching, and the feature flag for faster access since the value is frequently accessed
  4. Create hide_seek.env and drop the following values to the environmental variables required for the project. Here is a link to the list.
  5. ~/go/bin/gin main.go to run the HTTP server
  6. To build the executable file use go build and run ./hide_seek.

Client SDK

Client SDK to access the feature flag in the code without having to hassle around building/updating API on your own. The target is to launch the SDK for ruby as the first mile stone and support other languages soon after.

hide_seek's People

Contributors

sushanthbc avatar

Stargazers

 avatar Shilpi Agrawal avatar John Jacob avatar Manuel Ortega avatar

Watchers

James Cloos avatar  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.