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: Ask HN: What tool(s) do you use to code review and deploy SQL scripts? | news.ycombinator.com | 2024-04-14

    We use https://sqitch.org/ and we’re fairly happy with it. Sqitch manages the files to deploy which are applied fits to a local database.

    We use GitHub actions for deployment and database migrations are just one step of the pipeline. The step invokes sqitch deploy which runs all the pending migration files.

    Then, all the approval process is standard for the environment. We require approvals in pull requests before merging to the main branch.

  • jet

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

  • Project mention: Open-sourcing SQX, a way to build flexible database models in Go | news.ycombinator.com | 2023-09-02

    We are really happy using jet. It lets you write type safe SQL and can read the results into structs- including joins into slice fields.

    https://github.com/go-jet/jet

  • 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 - SaaSHub
    www.saashub.com | 5 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Netdata 68,252
2 Prisma 37,241
3 TypeORM 33,307
4 cockroach 29,119
5 postgres 6,722
6 sqlchat 3,741
7 PonyORM 3,521
8 upper.io/db 3,479
9 datastation 2,854
10 graphjin 2,839
11 sqitch 2,708
12 jet 2,067
13 Ebean ORM 1,429
14 sqlancer 1,408
15 gobuffalo/pop 1,405
16 gnomock 1,305
17 node-pg-migrate 1,233
18 Evolve 825
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