https://github.com/binarymash/evelyn
Feature toggling framework and application
https://github.com/binarymash/evelyn
dotnet-core dotnet-standard dotnetcore feature-flags feature-toggle feature-toggles netstandard20
Last synced: 5 months ago
JSON representation
Feature toggling framework and application
- Host: GitHub
- URL: https://github.com/binarymash/evelyn
- Owner: binarymash
- License: mit
- Created: 2017-02-07T19:31:34.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T03:43:01.000Z (about 3 years ago)
- Last Synced: 2025-01-08T21:43:39.196Z (about 1 year ago)
- Topics: dotnet-core, dotnet-standard, dotnetcore, feature-flags, feature-toggle, feature-toggles, netstandard20
- Language: C#
- Homepage:
- Size: 1.08 MB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/building.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Evelyn
[](https://github.com/binarymash/evelyn/blob/develop/LICENSE) [](https://ci.appveyor.com/project/binarymash/evelyn/branch/develop) [](https://coveralls.io/github/binarymash/evelyn?branch=develop)
For documentation [Read the Docs](https://evelyn.readthedocs.io/en/latest/).
## Overview
Evelyn is a [feature toggling](https://martinfowler.com/articles/feature-toggles.html) framework. It allows users to decouple software releases from the functional changes within, reducing the risk of deployment and providing rollback functionality.
The Evelyn Stack consists of the following parts:
- A core framework providing the underlying feature toggling functionality, written in C# and targetting .NET Standard 2.0
- A REST API server and client that expose this functionality over HTTP, written in C# and targetting .NET Standard 2.0. Sample hosts are provided for .NET Core 2.1.
- A management user interface, built on React/Redux/Node.
Evelyn has a modular architecture which allows for flexible deployment configurations and user extensibility. The core framework is built around CQRS and Event Sourcing: implementations are provided for an in-memory event store and for Greg Young's [Event Store](https://eventstore.org/); you can plug in your own event store integration.
This project is pre-release: things might break at any moment; APIs might change; it is insecure.
## This Repository
This repository contains the source code for the core framework and the REST API server and client. You can learn more about these at [Read the Docs](https://evelyn.readthedocs.io/en/latest/).
For more information on the management UI head over to [https://github.com/binarymash/evelyn-management-ui](https://github.com/binarymash/evelyn-management-ui)
### Build Status
This repository is built on [AppVeyor](https://ci.appveyor.com/project/binarymash/evelyn).
#### Releases
| | Build Status | Test Coverage |
|--------------------|--------------------|-------------------|
| Windows (AppVeyor) | [](https://ci.appveyor.com/project/binarymash/evelyn/branch/master) | [](https://coveralls.io/github/binarymash/evelyn?branch=master) |
| Ubuntu (AppVeyor) | [](https://ci.appveyor.com/project/binarymash/evelyn-4lkyc/branch/master) | - |
Release builds are published to https://www.nuget.org/
- [Evelyn.Core](https://www.nuget.org/packages/Evelyn.Core/)
- [Evelyn.Management.Api.Rest](https://www.nuget.org/packages/Evelyn.Management.Api.Rest/)
- [Evelyn.Storage.EventStore](https://www.nuget.org/packages/Evelyn.Storage.EventStore/)
- [Evelyn.Client](https://www.nuget.org/packages/Evelyn.Client/)
- [Evelyn.Client.Rest](https://www.nuget.org/packages/Evelyn.Client.Rest/)
#### Development
| | Build Status | Test Coverage |
|--------------------|--------------------|-------------------|
| Windows (AppVeyor) | [](https://ci.appveyor.com/project/binarymash/evelyn/branch/develop) | [](https://coveralls.io/github/binarymash/evelyn?branch=develop) |
| Ubuntu (AppVeyor) | [](https://ci.appveyor.com/project/binarymash/evelyn-4lkyc/branch/develop) | - |
Development builds are published to https://www.myget.org/F/binarymash-unstable/api/v3/index.json