Giter VIP home page Giter VIP logo

flagpole's Introduction

flagpole

Flagpole is a minimal and simple service for hosting feature flagging configurations.

Project Priorities

Simple

The API - and code - should be intuitive and unsurprising. Less is more is a guiding principle.

Resource Efficient

Running the service should require minimal resources, both in terms of memory and CPU usage.

Secure & Reliable

This project should be built in such way that it has as few attack vectors as possible. Reducing complexity is a corner stone for achieving this.

Performant

Performance is important and desirable, but not as important as the above priorities.

Building & Installing

If you have cargo installed, run cargo install --path . in the root of this repository.

There is also a Dockefile available, if you prefer to run this with Docker.

Usage

Launch the application simply by typing flagpole in a terminal.

See flagpole --help for command line flags, such as configuring API key or port number.

Authorization

Authorization of requests can optionally be enabled, in which case all requests that alters state (PUT and DELETE) requires authorization, while other requests (HEAD and GET) does not require authorization. Authorization can be omitted if this service runs in a context where it is not needed.

API

See API directory for documentation about the different API requests and examples.

Optional Features

Feature Enabled by Default Comment
logging true Add support for logging
redis false Persist feature flags to Redis

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.