Cockroachdb

Open-source projects categorized as Cockroachdb

Top 23 Cockroachdb Open-Source Projects

  • Netdata

    The open-source observability platform everyone needs

  • Project mention: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev | dev.to | 2024-02-05

    netdata.cloud β€” Netdata is an open-source tool to collect real-time metrics. It's a growing product and can also be found on GitHub!

  • Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  • Project mention: A Software Engineer's Tips and Tricks #1: Drizzle | dev.to | 2024-04-29

    In the world of software development, there are two kinds of developers: those who have never had to complain about ORMs and those who have actually used them. Whether it’s Django ORM for Python, Active Record for Ruby, GORM for Golang, Doctrine for PHP, or Prisma for TypeScript, a common issue persists: writing simple queries is straightforward, but constructing complex or optimized queries can take hours, if not days.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • TypeORM

    ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  • Project mention: NodeJS Security Best Practices | dev.to | 2024-02-19

    If you use Sequalize, TypeORM or for MongoDB, we have Mongoose these types of ORM tools, then you are safe by default because these help us against the SQL query injection attacks by default.

  • cockroach

    CockroachDB - the open source, cloud-native distributed SQL database.

  • Project mention: 11 Planetscale alternatives with free tiers | dev.to | 2024-04-11

    CockroachDB is an open source distributed SQL database designed for scalability and resilience. While it offers SQL databases, CockroachDB is also compatible with PostgreSQL.

  • postgres

    Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare (by porsager)

  • Project mention: Neon Is Generally Available: Serverless Postgres | news.ycombinator.com | 2024-04-15

    I want to use this as a chance to bring attention to a GitHub issue that I think would help reduce friction for Neon:

    https://github.com/neondatabase/neon/issues/4989

    If the Neon driver were to allow us to easily pass in a localhost connection, the development and test experience would be easier. Perhaps Neon could swap to something like this internally: https://github.com/porsager/postgres.

    Having run a local dev environment connected to Neon and tests connected to Neon got in our way of adoption. We'd prefer to develop and run tests against a regular Postgres localhost database.

    To the PMs of Neon, put yourself in the shoes of a new developer thinking of giving Neon a try. What changes will I have to make to my code and my development workflow?

  • sqlchat

    Chat-based SQL Client and Editor for the next decade

  • Project mention: FLaNK Stack Weekly 12 February 2024 | dev.to | 2024-02-12
  • PonyORM

    Pony Object Relational Mapper

  • SaaSHub

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

    SaaSHub logo
  • upper.io/db

    Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

  • datastation

    App to easily query, script, and visualize data from every database, file, and API.

  • graphjin

    GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks

  • sqitch

    Sensible database change management

  • Project mention: The API database architecture – Stop writing HTTP-GET endpoints | news.ycombinator.com | 2024-05-10

    Yeah, I fully agree. The tooling for putting that much logic into the database is just not great. I've been decently happy with Sqitch[0] for DB change management, but even with that you don't really get a good basis for testing some of the logic you could otherwise test in isolation in app code.

    I've also tried to rely heavily on the database handling security and authorization, but as soon as you start to do somewhat non-trivial attribute-/relationship-based authorization (as you would find in many products nowadays), it really isn't fun anymore, and you spend a lot of the time you saved on manually building backend routes on trying to fit you authz model into those basic primitives (and avoiding performance bottlenecks). Especially compares to other modern authz solutions like OPA[1] or oso[2] it really doesn't stack up.

    [0]: https://github.com/sqitchers/sqitch

    [1]: https://www.openpolicyagent.org

    [2]: https://www.osohq.com

  • jet

    Type safe SQL builder with code generation and automatic query result data mapping

  • Project mention: Use Rails | news.ycombinator.com | 2024-05-07

    "I can make a JS or Go program perform the same way. In fact the exact same thing happened in my shop with Go/Gorm. The key question is: how do you compute the 5mb of JSON? The devil is in those details. We changed the way we computed ours, and the issue was gone."

    The problem is ActiveRecord in my case. The data layout is not great (lots of joins through relationships, I thik 12 tables or so). What do you use (except raw sql) in Ruby if you cannot use ActiveRecord? I actually reimplemented the same API endpoint in Go using https://github.com/go-jet/jet and measured 10MB of allocations and essentially zero overhead over queries itself, a 50x speedup.

  • Ebean ORM

    Ebean ORM

  • sqlancer

    Automated testing to find logic and performance bugs in database systems

  • Project mention: Solving duplicate data with performant deduplication | news.ycombinator.com | 2023-11-22
  • gobuffalo/pop

    A Tasty Treat For All Your Database Needs (by gobuffalo)

  • gnomock

    Test your code without writing mocks with ephemeral Docker containers πŸ“¦ Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code πŸ’»

  • node-pg-migrate

    Node.js database migration management for PostgreSQL

  • Evolve

    Database migration tool for .NET and .NET Core projects. Inspired by Flyway.

  • prisma-editor

    Prisma Editor - A powerful tool to visualize and edit Prisma Schema.

  • postgresql-parser

    Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser

  • dbbench

    πŸ‹οΈ dbbench is a simple database benchmarking tool which supports several databases and own scripts

  • Project mention: Mariadb - CCX33 vs AX41-NVMe performance difference | /r/hetzner | 2023-12-08
  • SQLGateway

    HTTP Gateway for SQL databases with connection pooling and caching. An Edge Functions's best friend.

  • Project mention: Connect()- a new API for creating TCP sockets from Cloudflare Workers | news.ycombinator.com | 2023-05-16

    Super excited for this! I had made https://github.com/danthegoodman1/SQLGateway as a result of not having this capability.

    One issue I see is the cost of constantly opening and closing a TCP connection for something like the postgres example. Postgres specifically has quite a high cost for each connection. Pgbouncer helps, but this could still be pretty consequential at the concurrency that workers can offer.

    Maybe in the future we could create local pools that can be shared across executions, similar to how AWS Lambda does it now?

  • dbdoc

    Document your database schema, because your team will thank you, and a single text file makes it easy. Works well with PostgreSQL and others.

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Cockroachdb related posts

  • Linux surpasses the Mac among Steam gamers

    2 projects | news.ycombinator.com | 4 Aug 2023
  • rage - a minimalistic load testing tool

    2 projects | /r/golang | 27 May 2023
  • Eli5: Why do companies use the products of Oracle to store information, when they can just use spreadsheets like Excel, or make their own spreadsheet software?

    1 project | /r/explainlikeimfive | 28 May 2023
  • Connect()- a new API for creating TCP sockets from Cloudflare Workers

    1 project | news.ycombinator.com | 16 May 2023
  • NextJS is fullstack, why some people use it only for frontend and how can you use it in fron end ?

    1 project | /r/react | 25 Apr 2023
  • I made a free landing page template using Next.js and Tailwind CSS

    2 projects | /r/nextjs | 18 Apr 2023
  • Prisma Editor - A powerful tool to visualize and edit Prisma Schema.

    2 projects | /r/node | 8 Apr 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more β†’

Index

What are some of the best open-source Cockroachdb projects? This list will help you:

Project Stars
1 Netdata 68,352
2 Prisma 37,328
3 TypeORM 33,430
4 cockroach 29,148
5 postgres 6,750
6 sqlchat 3,765
7 PonyORM 3,528
8 upper.io/db 3,477
9 datastation 2,854
10 graphjin 2,842
11 sqitch 2,708
12 jet 2,076
13 Ebean ORM 1,429
14 sqlancer 1,408
15 gobuffalo/pop 1,409
16 gnomock 1,308
17 node-pg-migrate 1,235
18 Evolve 826
19 prisma-editor 678
20 postgresql-parser 248
21 dbbench 96
22 SQLGateway 52
23 dbdoc 42

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com