dremio-oss

Dremio - the missing link in modern data (by dremio)

Dremio-oss Alternatives

Similar projects and alternatives to dremio-oss

  • Grafana

    413 dremio-oss VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • julia

    The Julia Programming Language

  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • MongoDB

    The MongoDB Database

  • ClickHouse

    ClickHouse® is a real-time analytics DBMS

  • Airflow

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

  • SaaSHub

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

    SaaSHub logo
  • steampipe

    Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.

  • Apache Spark

    Apache Spark - A unified analytics engine for large-scale data processing

  • cockroach

    CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.

  • Apache Arrow

    Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

  • delta

    An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs (by delta-io)

  • Trino

    Official repository of Trino, the distributed SQL query engine for big data, former

  • q

    46 dremio-oss VS q

    q - Run SQL directly on delimited files and multi-file sqlite databases (by harelba)

  • CouchDB

    Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability

  • sgr

    sgr (command line client for Splitgraph) and the splitgraph Python library

  • hudi

    Upserts, Deletes And Incremental Processing on Big Data.

  • nessie

    Nessie: Transactional Catalog for Data Lakes with Git-like semantics

  • Greenplum

    Discontinued Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.

  • H2O

    10 dremio-oss VS H2O

    H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dremio-oss alternative or higher similarity.

dremio-oss discussion

Log in or Post with

dremio-oss reviews and mentions

Posts with mentions or reviews of dremio-oss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-15.
  • Shades of Open Source - Understanding The Many Meanings of "Open"
    9 projects | dev.to | 15 Jun 2024
    This practice, in itself, isn't inherently bad. Many businesses maintain commercial proprietary forks of open-source projects, but usually, the commercial version has a different name than the open-source project. For example, in the world of data catalogs, Dremio is the main developer of Nessie, and Snowflake drives Polaris. Both aim to become community-driven projects over time but will also drive integrated features in their respective commercial products under different names. For instance, if you set up your own Nessie catalog, it has a distinct name compared to the Dremio Enterprise Catalog (formerly Arctic) integrated into Dremio Cloud. The Dremio Enterprise Catalog is powered by Nessie but has additional features, so the different names prevent confusion about available features or which documentation to reference.
  • What is the separation of storage and compute in data platforms and why does it matter?
    3 projects | dev.to | 29 Nov 2022
    Dremio - Dremio is a data lakehouse based on the open-source Apache Iceberg table format. It offers different compute instances to process data that lives in your S3 bucket. You pay for S3 storage independently.
  • What is dremio query engine
    1 project | /r/dataengineering | 26 Oct 2022
    Dremio core is actually fully open source: https://github.com/dremio/dremio-oss
  • Q – Run SQL Directly on CSV or TSV Files
    13 projects | news.ycombinator.com | 21 Sep 2022
    I have been using Dremio to query large volume of CSV files: https://docs.dremio.com/software/data-sources/files-and-dire...

    Although having them in some columnar format is much better for fast responses.

    GitHub: https://github.com/dremio/dremio-oss

  • Hands-On Introduction to Apache Iceberg - Data Lakehouse Engineering
    1 project | dev.to | 18 Jul 2022
    As a Developer Advocate for Dremio I spend a lot of time doing research on technology and best practices around engineering Data Lakehouses and sharing what I learn through content for Subsurface - The Data Lakehouse Community. One of the major topics I've been diving deep into is the topic of Data Lakehouse Table Formats, these allow you to take the files on your data lake and group them into tables data processing engines like Dremio can operate on.
  • Introduction to The World of Data - (OLTP, OLAP, Data Warehouses, Data Lakes and more)
    2 projects | dev.to | 20 Jun 2022
    Hearing about all these components sounds great, but what everyone wants isn't to have to setup and configure all these components but instead have a platform and tool that brings this all together in an easy to use package, and that platform is Dremio. With Dremio you can work with the data directly from your data lake. No copies, easy access, high performance.
  • Data Lakehouse and Delta Lake
    2 projects | /r/dataengineering | 3 May 2022
    And as u/pych_phd said, it's not just Databricks, Snowflake and Azure who make these claims, even AWS, GCP, Dremio and I'm sure many others are too.
  • Data Science Competition
    15 projects | dev.to | 25 Mar 2022
    Dremio
  • Build your own “data lake” for reporting purposes
    4 projects | news.ycombinator.com | 14 Mar 2021
    For my home projects I generate parquet (columnar and very well suited for DW like queries) files with pyarrow and use https://github.com/dremio/dremio-oss (https://www.dremio.com/on-prem/) to query them on lake (minio or just local disk or s3) and use Apache Superset for quick charts or dashboards.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 13 Dec 2024
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic dremio-oss repo stats
9
1,386
4.7
about 2 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that Java is
the 8th most popular programming language
based on number of metions?