awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to foundatiofx/foundatio

Open-source alternatives to Foundatio

30 open-source projects similar to foundatiofx/foundatio, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Foundatio alternative.

  • uptrace/uptraceAvatar de uptrace

    uptrace/uptrace

    4,098Voir sur GitHub↗

    Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r

    Goapmapplication-monitoringclickhouse
    Voir sur GitHub↗4,098
  • zenml-io/zenmlAvatar de zenml-io

    zenml-io/zenml

    5,451Voir sur GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Pythonagentopsagentsai
    Voir sur GitHub↗5,451
  • aforward/sadbusAvatar de aforward

    aforward/sadbus

    5Voir sur GitHub↗

    A dumb message bus for sharing data between microservices in a relatively decoupled mechanism

    Elixir
    Voir sur GitHub↗5

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • aio-libs/aiozmqAvatar de aio-libs

    aio-libs/aiozmq

    429Voir sur GitHub↗

    Asyncio (pep 3156) integration with ZeroMQ

    Python
    Voir sur GitHub↗429
  • akira/exqAvatar de akira

    akira/exq

    1,529Voir sur GitHub↗

    Job processing library for Elixir - compatible with Resque / Sidekiq

    Elixir
    Voir sur GitHub↗1,529
  • alexbeletsky/elmah-mvcAvatar de alexbeletsky

    alexbeletsky/elmah-mvc

    262Voir sur GitHub↗

    Painless integration of ELMAH into ASP.NET MVC application

    C#
    Voir sur GitHub↗262
  • alibaba/fastjsonAvatar de alibaba

    alibaba/fastjson

    25,625Voir sur GitHub↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    Java
    Voir sur GitHub↗25,625
  • apache/igniteAvatar de apache

    apache/ignite

    5,066Voir sur GitHub↗

    Ignite is a distributed in-memory data grid and compute platform. It functions as a distributed SQL database and storage engine designed to store and process large datasets in RAM to minimize latency and increase calculation speed. The system is distinguished by a multi-tier storage engine that manages data placement across memory and disk to balance high-speed access with large capacity. It features a distributed compute grid that executes custom logic directly on the nodes where data resides to reduce network traffic. The platform provides a broad set of capabilities including ACID transac

    Javabig-datacachecloud
    Voir sur GitHub↗5,066
  • alibaba/tairAvatar de alibaba

    alibaba/tair

    2,305Voir sur GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    Voir sur GitHub↗2,305
  • aliostad/cachecowAvatar de aliostad

    aliostad/CacheCow

    869Voir sur GitHub↗

    An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server

    C#cachingdotnethttp
    Voir sur GitHub↗869
  • alluxio/alluxioAvatar de Alluxio

    Alluxio/alluxio

    7,202Voir sur GitHub↗

    Alluxio is a virtual distributed file system and data orchestration layer that serves as a high-performance caching layer between cloud storage and compute clusters. It acts as a distributed data cache designed to accelerate data access for large-scale analytics and machine learning workloads. The system provides a unified interface that presents multiple heterogeneous storage backends as a single coherent namespace. This allows for the unification of diverse storage systems, enabling computation engines to access data from different providers without changing application code. The project c

    Java
    Voir sur GitHub↗7,202
  • aloneguid/stowageAvatar de aloneguid

    aloneguid/stowage

    190Voir sur GitHub↗

    Bloat-free, no BS cloud storage SDK.

    C#aws-s3azure-storagedatabricks
    Voir sur GitHub↗190
  • anderssonpeter/compressedstaticfilesAvatar de AnderssonPeter

    AnderssonPeter/CompressedStaticFiles

    99Voir sur GitHub↗

    asp.net core middleware to send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.

    C#
    Voir sur GitHub↗99
  • apache/cassandraAvatar de apache

    apache/cassandra

    9,778Voir sur GitHub↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Javacassandradatabasejava
    Voir sur GitHub↗9,778
  • apache/drillAvatar de apache

    apache/drill

    2,018Voir sur GitHub↗

    Apache Drill is a distributed MPP query layer for self describing data

    Javabig-datadrillhadoop
    Voir sur GitHub↗2,018
  • alibaba/druidAvatar de alibaba

    alibaba/druid

    28,221Voir sur GitHub↗

    Druid is a database connection management and monitoring framework designed to maintain persistent, high-performance links between applications and relational databases. It functions as a resource manager that automates the lifecycle of connection pools, reducing the overhead associated with repeatedly opening and closing network connections. The project distinguishes itself through an integrated query analysis engine that decomposes database statements into structured components. This capability enables real-time security auditing, syntax validation, and metadata extraction, allowing for the

    Java
    Voir sur GitHub↗28,221
  • apache/incubator-pulsarAvatar de apache

    apache/incubator-pulsar

    15,270Voir sur GitHub↗

    Apache Pulsar is a cloud-native message queue and distributed publish-subscribe messaging system. It serves as a multi-tenant event streaming platform designed to route data streams for asynchronous communication between producers and consumers. The system distinguishes itself through geo-replication, synchronizing data across multiple geographic regions to ensure high availability and low latency. It implements a multi-tenant architecture that provides isolation and resource management for millions of independent topics. The platform covers high-throughput data streaming and event-driven da

    Java
    Voir sur GitHub↗15,270
  • apache/incubator-shardingsphereA

    apache/incubator-shardingsphere

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • apache/kafkaAvatar de apache

    apache/kafka

    32,846Voir sur GitHub↗

    Kafka is a distributed event streaming platform designed for capturing, storing, and processing real-time data streams across interconnected nodes. It functions as a distributed commit log, providing a fault-tolerant storage mechanism that records state changes sequentially to ensure data consistency and durability across distributed environments. The platform distinguishes itself through a partitioned commit log architecture that enables horizontal scaling and parallel processing of data streams. It integrates a stream processing engine for continuous transformations and aggregations, while

    Javakafkascala
    Voir sur GitHub↗32,846
  • apache/lucene-solrAvatar de apache

    apache/lucene-solr

    4,357Voir sur GitHub↗

    This project is a full text search engine and enterprise search infrastructure designed for indexing and retrieving large sets of documents. It provides a comprehensive framework for information discovery using ranked results and linguistic analysis. The system integrates high-dimensional vector similarity search for semantic retrieval alongside traditional full-text capabilities. It distinguishes itself through support for geospatial data retrieval, multilingual text processing, and a search suggestion workflow that includes typo-tolerant query completion and spellchecking. The platform cov

    backendinformation-retrievaljava
    Voir sur GitHub↗4,357
  • apache/supersetAvatar de apache

    apache/superset

    73,451Voir sur GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizations through a centralized interface. The platform distinguishes itself through a robust semantic layer that transforms raw database schemas into calculated columns and virtual metrics, enabling consistent business logic across an organization. It features a plugin-based visualiz

    TypeScriptanalyticsapacheapache-superset
    Voir sur GitHub↗73,451
  • apereo/casAvatar de apereo

    apereo/cas

    11,347Voir sur GitHub↗

    This project is an open-source identity provider and single sign-on platform that centralizes user authentication for multiple web applications and services. It functions as a multi-protocol authentication gateway, verifying user identities and issuing tokens through the CAS protocol as well as industry standards including SAML, OAuth2, and OpenID Connect. The system acts as a federated identity server, allowing authentication to be delegated to external third-party or corporate identity providers. It distinguishes itself through identity attribute governance, which manages which specific use

    Javaauthenticationauthorizationaws
    Voir sur GitHub↗11,347
  • artsy/garnerAvatar de artsy

    artsy/garner

    342Voir sur GitHub↗

    A set of Rack middleware and cache helpers that implement various caching strategies.

    Ruby
    Voir sur GitHub↗342
  • aschuch/awesomecacheAvatar de aschuch

    aschuch/AwesomeCache

    1,271Voir sur GitHub↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    Voir sur GitHub↗1,271
  • aspnet/cachingAvatar de aspnet

    aspnet/Caching

    472Voir sur GitHub↗

    Archived Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions

    C#
    Voir sur GitHub↗472
  • atypical-consulting/virtualfilesystemA

    Atypical-Consulting/VirtualFileSystem

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • awetzel/adapAvatar de awetzel

    awetzel/adap

    16Voir sur GitHub↗

    Create a data stream across your information systems to query, augment and transform data according to Elixir matching rules.

    Elixir
    Voir sur GitHub↗16
  • basho/enmAvatar de basho

    basho/enm

    118Voir sur GitHub↗

    Erlang driver for nanomsg

    Erlang
    Voir sur GitHub↗118
  • bayatgames/savegamefreeB

    BayatGames/SaveGameFree

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • aio-libs/aiokafkaAvatar de aio-libs

    aio-libs/aiokafka

    1,390Voir sur GitHub↗

    asyncio client for kafka

    Python
    Voir sur GitHub↗1,390