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 spotify/heroic

Projects sharing features with Heroic

30 open-source projects similar to spotify/heroic, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • apache/icebergapache avatar

    apache/iceberg

    8,972View on GitHub↗

    Iceberg is an open table format and big data table manager designed for huge analytic datasets in cloud storage. It provides a specification for tracking large-scale datasets to maintain transactional consistency and structural integrity. The project utilizes a standardized REST catalog interface to manage table metadata, ensuring interoperability between different compute engines. This allows diverse query engines to connect to a single table interface and maintain consistency across different processing frameworks. Its core capabilities include managing large-scale analytic tables, coordin

    Java
    View on GitHub↗8,972
  • apache/kylinapache avatar

    apache/kylin

    3,765View on GitHub↗

    Kylin is a distributed OLAP engine designed for executing fast SQL queries on massive datasets. It utilizes multi-dimensional data cubes to pre-calculate data aggregates, enabling sub-second response times for large-scale analytical queries and big data analytics. The system focuses on large-scale data warehousing and multi-dimensional data modeling. It allows for the organization and querying of vast amounts of structured data to support business intelligence and reporting workflows through distributed SQL querying.

    Javakylin
    View on GitHub↗3,765
  • mahmoudparsian/data-algorithms-bookmahmoudparsian avatar

    mahmoudparsian/data-algorithms-book

    1,081View on GitHub↗

    This repository is a collection of reference implementations and distributed data processing algorithms implemented in Java and Scala for cluster computing frameworks. It provides computational recipes for solving complex data processing problems, including large-scale dataset joins, aggregations, and word count tasks. The implementations cover both MapReduce paradigms and Apache Spark integrations, enabling programmatic job submission and execution across distributed node infrastructures. The collection includes specialized utilities for statistical analysis and text processing, such as data

    Javaapache-hadoopapache-sparkdata-algorithms
    View on GitHub↗1,081

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
  • stellar/stellar-corestellar avatar

    stellar/stellar-core

    3,269View on GitHub↗

    Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di

    C++
    View on GitHub↗3,269
  • bloomberg/comdb2bloomberg avatar

    bloomberg/comdb2

    1,519View on GitHub↗

    Bloomberg's distributed RDBMS

    C
    View on GitHub↗1,519
  • 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
  • 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
  • filodb/filodbfilodb avatar

    filodb/FiloDB

    1,462View on GitHub↗

    Distributed Prometheus time series database

    Scala
    View on GitHub↗1,462
  • 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
  • googlecloudplatform/bigquery-utilsGoogleCloudPlatform avatar

    GoogleCloudPlatform/bigquery-utils

    1,303View on GitHub↗

    Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery.

    Jupyter Notebook
    View on GitHub↗1,303
  • googlecloudplatform/dataflowtemplatesGoogleCloudPlatform avatar

    GoogleCloudPlatform/DataflowTemplates

    1,296View on GitHub↗

    Cloud Dataflow Google-provided templates for solving in-Cloud data tasks

    Javaapache-beambigquerybigtable
    View on GitHub↗1,296
  • googlecloudplatform/psqGoogleCloudPlatform avatar

    GoogleCloudPlatform/psq

    211View on GitHub↗

    psq - Cloud Pub/Sub Task Queue for Python.

    Python
    View on GitHub↗211
  • 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
  • kakao/actionbasekakao avatar

    kakao/actionbase

    220View on GitHub↗

    One database for likes, views, follows — pre-computed, served in real-time

    Kotlin
    View on GitHub↗220
  • 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
  • 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
  • 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
  • rayokota/kareldbrayokota avatar

    rayokota/kareldb

    388View on GitHub↗

    A Relational Database Backed by Apache Kafka

    Java
    View on GitHub↗388
  • rescrv/hyperdexrescrv avatar

    rescrv/HyperDex

    1,406View on GitHub↗

    HyperDex is a scalable, searchable key-value store

    C++
    View on GitHub↗1,406