Skip to content

okorienev/featureflags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeatureFlags service and client library for Python.

See examples directory for complete examples for some major Web frameworks.

Overview

This repository consists of three sub-projects:

  • /client - client library
  • /server - server application
  • /protobuf - message types definition for talking between client and server using gRPC protocol

Client supports Python 2.7, >=3.5.

Server requires Python >= 3.6.

Server consists of two services:

Server requires taskqueue service to operate. Data is stored in regular PostgreSQL database, to efficiently store time-series data timescale extension for PostgreSQL is required.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.7%
  • Python 22.3%
  • TypeScript 4.4%
  • Vue 4.3%
  • Makefile 0.2%
  • Shell 0.1%