GithubHelp home page GithubHelp logo

enable's Introduction

Enable

Enable

Enable is a portable feature flag (aka feature toggles) service, contained in a single executable file.

Taking inspiration from the Pocketbase project, enable can be easily downloaded as a single binary and run anywhere as long as rust can compile to it.

Enable is built using Axum, Svelte and utilizes SQLite3, one of if not the best alternative for having a portable database.

How to run Enable

  • Clone the repository (or create a codespace)
  • Install the sqlx cli
    • Cargo install sqlx-cli
  • Reset database and do migrations
    • sqlx db reset
  • Run the project
    • Cargo run

Be happy :)

enable's People

Contributors

viktormarinho avatar viniciusventura29 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

enable's Issues

Create a Project settings page

image

Create a Project settings page, that supports:

  • renaming the project (with or without renaming all feature prefixes)
  • deleting the project
  • idk for now this looks ok

Create a Project history page

Create a Project history page, that shows searchable information in a timeline.
The timeline should show logs about every feature change, creation, etc

Instance monitoring page

Create a page that shows a web requests/resources monitoring panel for the running Enable instance.
Maybe also make it searchable ? but idk how good.
Maybe monitoring for individual projects as well

Consider if migrating to `tower-sessions` is appropriate

Hi folks,

I'm the author of axum-sessions, which is a crate I see you all are using--I'm glad to see you've found it useful!

Over the course of the last year or so we've hit some roadblocks with our key dependency, async-session. The long and short of that is in order to unblock that and address some problems with axum-sessions's design, we've released a new crate which aims to replace axum-sessions: tower-sessions.

tower-sessions no longer relies on a third-party crate for its session implementation and this has allowed us to change its design to better fit tower and the broader tower ecosystem (i.e. axum). For instance, we no longer need writable and readable sessions, and have simplified the interface as a result.

I'd be curious if there's interest in migrating and am happy to help if so.

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.