database-lab VS tempgres-server

Compare database-lab vs tempgres-server and see what are their differences.

tempgres-server

REST service for creating temporary PostgreSQL databases (by ClockworkConsulting)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
database-lab tempgres-server
2 1
- 17
- -
- 0.0
- about 2 years ago
Haskell
- GNU Affero General Public License v3.0
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.

database-lab

Posts with mentions or reviews of database-lab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-17.
  • Ephemeral Postgres Databases
    6 projects | news.ycombinator.com | 17 Nov 2021
    Another approach is to use Database Lab (https://gitlab.com/postgres-ai/database-lab). Our tool allows deploying disposable Postgres databases in seconds using REST API, CLI, or GUI. The difference is that we provide clones with snapshots of full-sized data. For example, you may have dozens of clones of your production databases (with masked sensitive data) to use as staging servers, database migration verification, tests, and all that provisioned in a couple of seconds.

    More about using full-sized Postgres clones for migration testing and why is that important: https://postgres.ai/products/database-migration-testing

  • Database Lab Engine – instant Postgres clones for dev and testing
    1 project | news.ycombinator.com | 10 Aug 2021

tempgres-server

Posts with mentions or reviews of tempgres-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-17.
  • Ephemeral Postgres Databases
    6 projects | news.ycombinator.com | 17 Nov 2021
    (Shameless plug:)

    Here's the same thing as a docker container you can just keep around which auto-destroys the databases after a set time: https://github.com/ClockworkConsulting/tempgres-server

    A docker container is on dockerhub as 'cwconsult/tempgres:v2.1.1' (I think I messed up the last publishing and 'latest' doesn't point to that. I should really fix that tag.)

    A few nice things about this one is that:

    - You don't even need a local PostgreSQL

    - You can keep one somewhere in your LAN and never have to worry about it again.

    - It integrates trivially with GitLab CI where you just use it as a service inside the build.

    - Integration super-simple... simple enough to use even in e.g. shell scripts.

    - No need to worry about tear-down

What are some alternatives?

When comparing database-lab and tempgres-server you can also consider the following projects:

ephemeralpg - Quickly spin up a temporary PostgreSQL test databases

embedded-postgres-binaries - Lightweight bundles of PostgreSQL binaries with reduced size intended for testing purposes.

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

dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.