druid-datasets VS cockroach

Compare druid-datasets vs cockroach and see what are their differences.

druid-datasets

Sample data and scripts that can be used to play with Apache Druid (by implydata)

cockroach

CockroachDB - the open source, cloud-native distributed SQL database. (by cockroachdb)
Our great sponsors
  • Sonar - Write Clean Java Code. Always.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
druid-datasets cockroach
1 97
0 27,854
- 1.3%
10.0 10.0
7 months ago about 17 hours ago
Java Go
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

druid-datasets

Posts with mentions or reviews of druid-datasets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Analysing Github Stars - Extracting and analyzing data from Github using Apache NiFi®, Apache Kafka® and Apache Druid®
    8 projects | dev.to | 11 Jan 2023
    Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. Nifi is very useful when data needs to be loaded from different sources. In this case, I will nifi to access the Github API as it is very easy to make repeated calls to a Http endpoint and get data from multiple pages. You can see what I did by downloading NiFi yourself and then adding my template from the Druid Datasets repo: https://github.com/implydata/druid-datasets/blob/main/githubstars/github_stars.xml

cockroach

Posts with mentions or reviews of cockroach. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-11.
  • Is it bad to create a publicly accessible RDS database for my serverless web app?
    2 projects | /r/aws | 11 Aug 2023
    For example, when you create a serverless postgres database with a platform like CockroachDB or Neon, you effectively get a connection string with a strong password. Anyone can connect to your database from anywhere so long as they have the right connection string. There are no security settings in these services to change this behavior.
  • Linux surpasses the Mac among Steam gamers
    2 projects | news.ycombinator.com | 4 Aug 2023
    > Yes you can on the android emulator. The biggest issue is compu arch in that case.

    I can also download VirtualBox and run all Windows programs, that would mean that all Windows apps are Linux apps?

    > Yes you can for the most part

    You can't statically link glibc: https://github.com/cockroachdb/cockroach/issues/3392

    glibc can break stuff: https://www.gamingonlinux.com/2022/08/valve-dev-understandab...

    I had binaries break because the newer version if openssl was put under a slightly different name.

  • How do small SaaS's handle databases?
    2 projects | /r/SaaS | 11 Jul 2023
    Also, worth noting, if you're already using PostgreSQL (or plan to) you might want to take a look at https://www.cockroachlabs.com/ they have a free tier too and CockroachDB has a PostgreSQL interface.
  • Go Dependency management in large company projects - How do you do it?
    5 projects | /r/golang | 8 Jul 2023
    I know that some projects like cockroach use custom build tools like bazel. But we actually really like to use to be able to build our projects simply with the great go toolchain and don't really aim to dive deep into custom build solutions.
  • rage - a minimalistic load testing tool
    2 projects | /r/golang | 27 May 2023
    Cockroachdb created a go runtime patch which measures the Grunning time of a goroutine: https://github.com/cockroachdb/cockroach/pull/82356. It doesn't entirely solve the problem though.
  • Data Engineering Tools in Go
    2 projects | /r/dataengineering | 18 May 2023
    Our entire backend is written in Go. We've built a platform that allows other companies to offer automatic data syncing to their customers' data warehouses. Go works great for building distributed systems like this (see K8s). We're not the only ones in the space building data intensive applications with Go. Pachyderm, Pinecone, Cockroach Labs and are all also doing it. We've been quite happy with how Go has worked for us.
  • Simple distributed database.
    2 projects | /r/Database | 5 May 2023
    I would recommend researching CockroachDB. It does what you're describing natively. The basis of it's design is to distribute data based on geography. It's inexpensive and very simple to install and manage. It's based on Postgres ( but doesn't support all Postgres features). We've been using it for about 1 year and it meets our needs for some of our workload. www.cockroachlabs.com
  • SvelteKit+ MongoDB
    11 projects | /r/sveltejs | 10 Apr 2023
    CockroachDB
  • Good database solution
    3 projects | /r/saasprojects | 8 Mar 2023
  • Does Go work well as a systems language?
    6 projects | /r/golang | 5 Mar 2023
    You absolutely can write very high performance software in Go, that's kind of the point. You can efficiently interface with C libraries. You can create the sort of software everyone says should be done in Rust, like databases and web servers and system orchestration and games and every other goddamn thing that people will say isn't the right choice for Go.

What are some alternatives?

When comparing druid-datasets and cockroach you can also consider the following projects:

vitess - Vitess is a database clustering system for horizontal scaling of MySQL.

tidb - TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial

neon - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

Trino - Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

yugabyte-db - YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

InfluxDB - Scalable datastore for metrics, events, and real-time analytics

rqlite - The lightweight, distributed relational database built on SQLite

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.

dgraph - The high-performance database for modern applications

snowflake - Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees.

edgedb - A graph-relational database with declarative schema, built-in migration system, and a next-generation query language

go-mysql - a powerful mysql toolset with Go