Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add MoJ logo, some README cleanup #1540

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 13 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<a href="https://discord.gg/kRhEqG2TEZ">
<img alt="Discord" src="https://img.shields.io/discord/960634591000014878?color=%238440f1&label=Discord&logo=discord&logoColor=%238440f1&style=flat">
</a>
<a href="https://volta.net/embed/eyJzdGF0dXNlcyI6WyJ0cmlhZ2UiLCJiYWNrbG9nIiwidG9kbyIsImluX3Byb2dyZXNzIiwiaW5fcmV2aWV3IiwiZG9uZSIsInJlbGVhc2VkIiwiY2FuY2VsbGVkIl0sImZpbHRlcnMiOnt9LCJvd25lciI6ImZsaXB0LWlvIiwibmFtZSI6ImZsaXB0In0=">
<img alt="Public Roadmap" src="https://img.shields.io/badge/Volta-Public%20Roadmap-black">
<a href="https://features.flipt.io/roadmap">
<img alt="Public Roadmap" src="https://img.shields.io/badge/roadmap-public-violet">
</a>
</div>

Expand Down Expand Up @@ -154,7 +154,7 @@ Check out the [examples](/examples) to see how Flipt works in different use case

## Integration

Check out the [integration docs](https://flipt.io/docs/integration/) for more info on how to integrate Flipt into your existing applications.
Check out the [integration documentation](https://flipt.io/docs/integration/) for more info on how to integrate Flipt into your existing applications.

### REST API

Expand All @@ -170,31 +170,16 @@ The [Flipt REST API](https://www.flipt.io/docs/reference/overview) can also be u
- [Rust](https://github.com/flipt-io/flipt-rust)
- [Python](https://github.com/flipt-io/flipt-python) (beta)

:exclamation: Offical REST clients in more languages coming soon.

### GRPC Client Libraries

- [Go](./sdk/go) - supports both HTTP and GRPC (configurable based on your needs)
- [Ruby](https://github.com/flipt-io/flipt-grpc-ruby)

:exclamation: Offical GRPC clients in more languages coming soon.

### Third-Party Client Libraries

Client libraries built by awesome people from the Open Source community.

Note: These libraries are not maintained by the Flipt team and may not be up to date with the latest version of Flipt. Please open an issue or pull request on the library’s repository if you find any issues.

| Library | Language | Author | Desc |
| ------------------------------------------------------------------- | ---------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| [flipt-grpc-python](https://github.com/getsentry/flipt-grpc-python) | Python | [@getsentry](https://github.com/getsentry) | Python GRPC bindings for Flipt |
| [rflipt](https://github.com/christopherdiehl/rflipt) | React | [@christopherdiehl](https://github.com/christopherdiehl) | Components/example project to control React features backed by Flipt |
| [flipt-php](https://github.com/fetzi/flipt-php) | PHP | [@fetzi](https://github.com/fetzi) | Package for evaluating feature flags via the Flipt REST API using [HTTPlug](http://httplug.io/) |
| [flipt-js](https://github.com/betrybe/flipt-js) | Javascript | [@betrybe](https://github.com/betrybe) | Flipt library for JS that allows rendering components based on Feature Flags 🎉 |

### Generate Your Own

If a client in your language is not available for download, you can easily generate one yourself using the existing [protobuf definition](https://github.com/flipt-io/flipt/blob/main/rpc/flipt/flipt.proto). The [GRPC documentation](https://grpc.io/docs/) has extensive examples of how to generate GRPC clients in each supported language.
If a client in your language is not available for download, you can easily generate one yourself using the existing [protobuf definition](https://github.com/flipt-io/flipt/blob/main/rpc/flipt/flipt.proto).

Our [integration documentation](https://www.flipt.io/docs/integration) has more information on how to generate your own Flipt clients in your language of choice.

<br clear="both"/>

Expand Down Expand Up @@ -223,7 +208,7 @@ See [LICENSE](LICENSE).

## Logos

Some of the companies depending on Flipt in production.
Some of the organizations depending on Flipt in production.

<p align="center">
<a href="https://paradigm.co">
Expand All @@ -237,10 +222,15 @@ Some of the companies depending on Flipt in production.
</a>&nbsp;&nbsp;
<a href="https://prose.com">
<img src="./logos/users/prose.png" alt="Prose" width="200"/>
</a>&nbsp;&nbsp;
<a href="https://www.gov.uk/government/organisations/ministry-of-justice">
<img src="./logos/users/uk-moj.png" alt="UK Ministry of Justice" width="200" />
</a>
</p>

Using Flipt at your company? Open a PR and add your logo here!
<p align="center">
Using Flipt at your company? Open a [PR](https://github.com/flipt-io/flipt/pulls) and add your logo here!
</p>

<br clear="both"/>

Expand Down
Binary file added logos/users/uk-moj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.