production-ready

Open-source projects categorized as production-ready

Top 16 production-ready Open-Source Projects

  • entt

    Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

  • Project mention: Using Jolt with flecs & Dear ImGui: Game Physics Introspection | dev.to | 2024-04-17

    EnTT is a popular alternative to flecs for C++, which has different performance/memory characteristics.

  • cowboy

    Small, fast, modern HTTP server for Erlang/OTP.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • flecs

    A fast entity component system (ECS) for C & C++

  • Project mention: ECS, Finally | news.ycombinator.com | 2023-12-30

    I've also been enjoying building My First Game™ in Bevy using ECS. The community around Bevy really shines, but Flecs (https://github.com/SanderMertens/flecs) is arguably a more mature, open-source ECS implementation. You don't get to write in Rust, though, which makes it less cool in my book :)

    I'm not very proud of the code I've written because I've found writing a game to be much more confusing than building websites + backends, but, as the author notes, it certainly feels more elegant than OOP or globals given the context.

    I'm building for WASM and Bevy's parallelism isn't supported in that context (yet? https://github.com/bevyengine/bevy/issues/4078), so the performance wins are just so-so. Sharing a thread with UI rendering suuucks.

    If anyone wants to browse some code or ask questions, feel free! https://github.com/MeoMix/symbiants

  • wenet

    Production First and Production Ready End-to-End Speech Recognition Toolkit

  • Project mention: Open Source Libraries | /r/AudioAI | 2023-10-02

    wenet-e2e/wenet

  • zenml

    ZenML 🙏: Build portable, production-ready MLOps pipelines. https://zenml.io.

  • Project mention: FLaNK AI - 01 April 2024 | dev.to | 2024-04-01
  • rinf

    Rust for native business logic, Flutter for flexible and beautiful GUI

  • Project mention: slint VS rinf - a user suggested alternative | libhunt.com/r/slint | 2024-01-24

    I really hope that people try Flutter as Rust's GUI with Rinf. Flutter doesn't involve webview, which is more like native.

  • eventlet

    Concurrent networking library for Python

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • refl-cpp

    Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).

  • Project mention: Out of bounds memory access in V8 in Google Chrome prior to 120.0.6099.224 | news.ycombinator.com | 2024-01-25

    You'd be surprised how much friction you'd have for C++ reflection. First, since it's a custom build step, you can do a mix of custom code gen and C++ constexpr/consteval for static reflection. Here's a header-only implementation for adding compile time reflection purely within the language [1]. And v8 already does dynamic code gen as part of its build process (to generate the snapshot to speedup instantiation of the isolate). Dynamic reflection is a must since JS is a dynamic language with reflection support.

    Now of course, I don't know the specific details of reflection needed for the abstractions you reference and clearly V8 is still doing some amount of manual IR generation, so it's possible it would be a substantial investment to actually retrofit those techniques into v8. One would have to do a careful analysis of historical security exploits & specific techniques and their ability to prevent to figure out if it's worth adding those abstractions (especially since there is a potential performance tradeoff as you mention). As I said, I think there's insufficient research in this area to establish a compelling body of best practices (not to take away from the contributions of the GraalJS team to this space).

    [1] https://github.com/veselink1/refl-cpp

  • gun

    HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP. (by ninenines)

  • DragSelect

    An easy JavaScript library for selecting and moving elements. With no dependencies. Drag-Select & Drag-And-Drop. – Examples:

  • logchimp

    Track your customers feedback to build better products with LogChimp. ⭐️ Star to support our work!

  • pmgo

    pmgo is a process manager for Golang applications.

  • reactjs-flask-ldap-boilerplate

    ReactJS + Flask + Docker (+K8S) boilerplate using an LDAP and token-based authentication.

  • google-local-results-ai-server

    A server code for serving BERT-based models for text classification. It is designed by SerpApi for heavy-load prototyping and production tasks, specifically for the implementation of the google-local-results-ai-parser gem.

  • Project mention: Show HN: Open-Source Server Code for Deploying Text Classification Models | news.ycombinator.com | 2023-06-28
  • convert-lambda-to-express

    Wrapper to run lambda on express. Works great for running lambdas as an express server during development but is production ready. Developed to work in conjunction with matthewkeil/full-stack-pattern cdk construct.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

production-ready related posts

  • [P] I reviewed 50+ open-source MLOps tools. Here’s the result

    3 projects | /r/MachineLearning | 29 May 2022
  • [P] ZenML: Build vendor-agnostic, production-ready MLOps pipelines

    1 project | /r/MachineLearning | 25 May 2022
  • Show HN: ZenML – Portable, production-ready MLOps pipelines

    1 project | news.ycombinator.com | 25 May 2022
  • How to improve your experimentation workflows with MLflow Tracking and ZenML

    1 project | dev.to | 24 Feb 2022
  • ZenML helps data scientists work across the full stack

    1 project | news.ycombinator.com | 5 Jan 2022
  • ZenML helps data scientists work across the full stack

    1 project | /r/programming | 5 Jan 2022
  • [P] ZenML: An extensible, open-source framework to create reproducible machine learning pipelines

    1 project | /r/MachineLearning | 14 Dec 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source production-ready projects? This list will help you:

Project Stars
1 entt 9,528
2 cowboy 7,175
3 flecs 5,589
4 wenet 3,739
5 zenml 3,685
6 rinf 1,480
7 eventlet 1,231
8 refl-cpp 1,015
9 gun 886
10 DragSelect 661
11 logchimp 643
12 pmgo 615
13 jina-financial-qa-search 69
14 reactjs-flask-ldap-boilerplate 14
15 google-local-results-ai-server 13
16 convert-lambda-to-express 13

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com