Skip to content

Commit

Permalink
Add follow button
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jan 16, 2022
1 parent f41aff8 commit f9e9021
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<a href="https://github.com/avelino/awesome-go">
<img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Go" />
</a>
<a href="https://twitter.com/mark_a_phelps">
<img src="https://img.shields.io/twitter/url?label=Follow%20Me&url=https%3A%2F%2Ftwitter.com%2Fmark_a_phelps" />
</a>
</div>

<div align="center">
Expand All @@ -48,28 +51,28 @@ Flipt can be deployed within your existing infrastructure so that you don't have

Flipt supports use cases such as:

* Simple on/off feature flags to toggle functionality in your applications
* Rolling out features to a percentage of your customers
* Using advanced segmentation to target and serve users based on custom properties that you define
- Simple on/off feature flags to toggle functionality in your applications
- Rolling out features to a percentage of your customers
- Using advanced segmentation to target and serve users based on custom properties that you define

## Features

* Fast. Written in Go. Optimized for performance
* Stand alone, easy to run and configure
* Ability to create advanced distribution rules to target segments of users
* Native [GRPC](https://grpc.io/) client SDKs to integrate with your applications
* Simple REST API
* Modern UI and debug console
* Support for multiple databases (Postgres, MySQL, SQLite)
* Data import and export to allow storing your flags as code
- Fast. Written in Go. Optimized for performance
- Stand alone, easy to run and configure
- Ability to create advanced distribution rules to target segments of users
- Native [GRPC](https://grpc.io/) client SDKs to integrate with your applications
- Simple REST API
- Modern UI and debug console
- Support for multiple databases (Postgres, MySQL, SQLite)
- Data import and export to allow storing your flags as code

## Values

* :lock: **Security** - HTTPS support. No data leaves your servers and you don't have to open your systems to the outside world to communicate with Flipt. It all runs within your existing infrastructure.
* :rocket: **Speed** - Since Flipt is co-located with your existing services, you do not have to communicate across the internet which can add excessive latency and slow down your applications.
* :white_check_mark: **Simplicity** - Flipt is a single binary with no external dependencies by default.
* :no_entry: **Privacy** - No telemetry data is collected or sent by Flipt. Ever.
* :thumbsup: **Compatibility** - REST, GRPC, MySQL, Postgres, SQLite.. Flipt supports it all.
- :lock: **Security** - HTTPS support. No data leaves your servers and you don't have to open your systems to the outside world to communicate with Flipt. It all runs within your existing infrastructure.
- :rocket: **Speed** - Since Flipt is co-located with your existing services, you do not have to communicate across the internet which can add excessive latency and slow down your applications.
- :white_check_mark: **Simplicity** - Flipt is a single binary with no external dependencies by default.
- :no_entry: **Privacy** - No telemetry data is collected or sent by Flipt. Ever.
- :thumbsup: **Compatibility** - REST, GRPC, MySQL, Postgres, SQLite.. Flipt supports it all.

## Examples

Expand All @@ -93,8 +96,8 @@ For more permanent methods of running Flipt, see the [Installation](https://flip

## GRPC Clients

* [Go](https://github.com/markphelps/flipt-grpc-go)
* [Ruby](https://github.com/markphelps/flipt-grpc-ruby)
- [Go](https://github.com/markphelps/flipt-grpc-go)
- [Ruby](https://github.com/markphelps/flipt-grpc-ruby)

## Licensing

Expand Down Expand Up @@ -129,15 +132,15 @@ Please help me prioritize an Enterprise version of Flipt by filling out this [sh

### Potential Features

* Business-friendly Licensing
* User Management and Audit Trail
* Multiple Environments (ex: dev/staging/prod)
- Business-friendly Licensing
- User Management and Audit Trail
- Multiple Environments (ex: dev/staging/prod)

## Author

| [![twitter/mark_a_phelps](https://secure.gravatar.com/avatar/274e2d4b1bbb9f86b454aebabad2cba1)](https://twitter.com/intent/user?screen_name=mark_a_phelps "Follow @mark_a_phelps on Twitter") |
|---|
| [Mark Phelps](https://markphelps.me/) |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Mark Phelps](https://markphelps.me/) |

## Contributing

Expand Down

0 comments on commit f9e9021

Please sign in to comment.