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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to kakao/actionbase

Open-source alternatives to Actionbase

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

  • gchq/gaffergchq avatar

    gchq/Gaffer

    1,791View on GitHub↗

    A large-scale entity and relation database supporting aggregation of properties

    Java
    View on GitHub↗1,791
  • cayleygraph/cayleycayleygraph avatar

    cayleygraph/cayley

    15,043View on GitHub↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Go
    View on GitHub↗15,043
  • apache/incubator-druidapache avatar

    apache/incubator-druid

    14,020View on GitHub↗

    Apache Druid is a real-time OLAP database and distributed analytics engine. It functions as a columnar time-series database designed for high-performance analytical queries and the real-time ingestion of streaming and batch datasets. The system provides a framework for high-concurrency analytics, allowing multiple simultaneous users to execute SQL and native queries across large-scale data. It supports mixed data ingestion, combining real-time streaming and batch loading into a single system for unified analysis. The platform includes capabilities for distributed cluster management, enabling

    Java
    View on GitHub↗14,020
  • arangodb/arangodbarangodb avatar

    arangodb/arangodb

    14,091View on GitHub↗

    This project is a multi-model database system designed to store and manage information as documents, graphs, and key-value pairs within a single engine. It functions as a graph database and knowledge graph platform, providing the infrastructure to build, query, and visualize structured data models. By integrating vector search capabilities, the system serves as a vector database that supports retrieval-augmented generation for artificial intelligence applications. The platform distinguishes itself through a unified query language that allows users to perform document lookups, graph traversals

    C++arangodbdatabasedistributed-database
    View on GitHub↗14,091

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • biokoda/actordbbiokoda avatar

    biokoda/actordb

    1,889View on GitHub↗

    ActorDB distributed SQL database

    Erlang
    View on GitHub↗1,889
  • bitnine-oss/agensgraphbitnine-oss avatar

    bitnine-oss/agensgraph

    1,494View on GitHub↗

    AgensGraph, a transactional graph database based on PostgreSQL

    C
    View on GitHub↗1,494
  • bloomberg/comdb2bloomberg avatar

    bloomberg/comdb2

    1,519View on GitHub↗

    Bloomberg's distributed RDBMS

    C
    View on GitHub↗1,519
  • cockroachdb/cockroachcockroachdb avatar

    cockroachdb/cockroach

    32,207View on GitHub↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Gocockroachdbdatabasedistributed-database
    View on GitHub↗32,207
  • dalmatinerdb/dalmatinerdbdalmatinerdb avatar

    dalmatinerdb/dalmatinerdb

    692View on GitHub↗

    See gitlab: https://gitlab.com/Project-FiFo/DalmatinerDB/dalmatinerdb

    Erlang
    View on GitHub↗692
  • dgraph-io/dgraphdgraph-io avatar

    dgraph-io/dgraph

    21,700View on GitHub↗

    Dgraph is a distributed graph database designed to store and query highly connected data. It organizes information as nodes and edges to represent complex relationships between entities, providing a platform for managing and analyzing deeply linked datasets. The system functions as a horizontally scalable cluster that partitions data across multiple nodes to maintain performance and availability as information volume increases. It utilizes a specialized query language built for low-latency navigation of interconnected data points, allowing for the execution of complex queries across large-sca

    Godatabasedistributedgo
    View on GitHub↗21,700
  • filodb/filodbfilodb avatar

    filodb/FiloDB

    1,462View on GitHub↗

    Distributed Prometheus time series database

    Scala
    View on GitHub↗1,462
  • greenplum-db/gpdbG

    greenplum-db/gpdb

    0View on GitHub↗
    View on GitHub↗0
  • influxdata/influxdbinfluxdata avatar

    influxdata/influxdb

    31,556View on GitHub↗

    InfluxDB is a specialized time series database platform engineered for the high-speed ingestion, compression, and retrieval of timestamped data at scale. It functions as a distributed metrics platform, providing the infrastructure necessary to organize and analyze massive volumes of time-stamped information to identify trends, patterns, and anomalies within complex data streams. The platform distinguishes itself through a functional dataflow engine that utilizes a specialized programming language for complex analytical transformations and automated tasks. This architecture is supported by a p

    Rustdatabasegoinfluxdb
    View on GitHub↗31,556
  • iondbproject/iondbiondbproject avatar

    iondbproject/iondb

    595View on GitHub↗

    IonDB, a key-value datastore for resource constrained systems.

    C
    View on GitHub↗595
  • jobbole/awesome-mysql-cnjobbole avatar

    jobbole/awesome-mysql-cn

    2,780View on GitHub↗

    MySQL 资源大全中文版,分析工具、备份、性能测试、配置、部署、GUI 等

    View on GitHub↗2,780
  • kairosdb/kairosdbkairosdb avatar

    kairosdb/kairosdb

    1,759View on GitHub↗

    Fast scalable time series database

    Java
    View on GitHub↗1,759
  • krotik/eliasdbkrotik avatar

    krotik/eliasdb

    1,035View on GitHub↗

    EliasDB a graph-based database.

    Goclusterclusteringdatabase
    View on GitHub↗1,035
  • memgraph/memgraphmemgraph avatar

    memgraph/memgraph

    4,163View on GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    C++cyphergraphgraph-algorithms
    View on GitHub↗4,163
  • microsoft/graphengineMicrosoft avatar

    Microsoft/GraphEngine

    2,251View on GitHub↗

    Microsoft Graph Engine

    C#
    View on GitHub↗2,251
  • modernrelay/omnigraphModernRelay avatar

    ModernRelay/omnigraph

    304View on GitHub↗

    Lakehouse native graph engine with git-style workflows

    Rust
    View on GitHub↗304
  • nationalsecurityagency/timelyNationalSecurityAgency avatar

    NationalSecurityAgency/timely

    392View on GitHub↗

    Accumulo backed time series database

    Java
    View on GitHub↗392
  • neo4j/neo4jneo4j avatar

    neo4j/neo4j

    15,928View on GitHub↗

    Neo4j is a native graph database management system designed to store and query highly connected data using a property-graph model. It provides an ACID-compliant transaction engine that ensures data integrity, supported by a distributed cluster architecture that maintains causal consistency across nodes. Users interact with the system through a declarative query language, which allows for complex pattern matching and path traversal without requiring manual traversal logic. The platform distinguishes itself through its hybrid approach to data retrieval, combining traditional graph-based queries

    Javacypherdatabasegraph
    View on GitHub↗15,928
  • opentsdb/opentsdbOpenTSDB avatar

    OpenTSDB/opentsdb

    5,068View on GitHub↗

    OpenTSDB is a distributed time series database and metrics engine designed for storing and managing massive volumes of high-cardinality system metrics. It functions as a data store and analytics platform that enables large-scale metric ingestion and infrastructure performance monitoring across a distributed cluster. The system distinguishes itself through a distributed storage abstraction that supports multiple backends such as HBase, Cassandra, and Google Bigtable. It utilizes a hierarchical metric tree to organize time series and employs numeric identifier indexing to reduce storage footpri

    Java
    View on GitHub↗5,068
  • pardot/rhombusP

    Pardot/Rhombus

    0View on GitHub↗
    View on GitHub↗0
  • paulhoule/infovorepaulhoule avatar

    paulhoule/infovore

    148View on GitHub↗

    RDF-Centric Map/Reduce Framework and Freebase data conversion tool

    Java
    View on GitHub↗148
  • pcmanus/ccmpcmanus avatar

    pcmanus/ccm

    1,232View on GitHub↗

    Apache Cassandra® Cluster Manager (CCM) – easily create and destroy clusters on localhost

    Python
    View on GitHub↗1,232
  • pingcap/tidbpingcap avatar

    pingcap/tidb

    40,166View on GitHub↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    Gocloud-nativedatabasedistributed-database
    View on GitHub↗40,166
  • probcomp/bayesdbprobcomp avatar

    probcomp/BayesDB

    889View on GitHub↗

    A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite

    View on GitHub↗889
  • rackerlabs/bluefloodrackerlabs avatar

    rackerlabs/blueflood

    598View on GitHub↗

    A distributed system designed to ingest and process time series data

    Java
    View on GitHub↗598
  • rain1017/memdbrain1017 avatar

    rain1017/memdb

    593View on GitHub↗

    Distributed Transactional In-Memory Database (全球首个支持分布式事务的MongoDB)

    JavaScript
    View on GitHub↗593