Instant Datasets: Production data for development
Hello, Hacker News! I'm Erik, cofounder of Release (YCW20). At Release we help “virtualize” your environment, so you can quickly reproduce it for various purposes: remote development, testing, staging, or even running production. But, today I would like to introduce our most popular feature that we are now offering for free: Instant Datasets! Instant Datasets allows you to easily create multiple pools of datasets and distribute them to your teams and it cleans up after itself. Imagine you have multiple production databases in RDS and you need that data when doing testing and development. I…
In plain words
Instant Datasets is a feature that lets development teams quickly create and distribute copies of production databases for testing and development work. The tool automatically manages multiple dataset pools and cleans them up when no longer needed, allowing developers to work with real production data to catch bugs before deployment. It is designed for software teams using RDS databases who want to reproduce production environments locally.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hello, Hacker News! I'm Erik, cofounder of Release (YCW20). At Release we help “virtualize” your environment, so you can quickly reproduce it for various purposes: remote development, testing, staging, or even running production. But, today I would like to introduce our most popular feature that we are now offering for free: Instant Datasets! Instant Datasets allows you to easily create multiple pools of datasets and distribute them to your teams and it cleans up after itself. Imagine you have multiple production databases in RDS and you need that data when doing testing and development. I don't know about you, but I'd be a very rich person if I had a nickel for every time a bug on production was related to data inconsistencies and only presented itself after a deployment. Using production data (cleansed or not, up to you) is a great way to get a lot of the benefits of testing in production without the downsides. Instant Datasets makes it simple to create pools of production or production-like and distribute them to whomever needs it. We use it and love and so do our customers, so today we are offering the service, outside of Release for the first time. We would love feedback if you give it a try. Let us know what it's missing. These are things we know about right now. Currently, we support RDS and Aurora in AWS, with Google Cloud support coming soon. Additionally, we will be adding the capability to pause databases on a schedule to save resources and money, as well as the ability to cleanse production data before creating a pool of databases. All of these features exist in the Release platform and are being added to the stand-alone product currently. If you would like more info you can check-out our launch YC (it has more details, screen shots, and diagrams): https://www.ycombinator.com/launches/JBE-instant-datasets-production-data-for-development Our quickstart quide: https://docs.release.com/release-instant-datasets/quickstart Walkthrough video: https://vimeo.com/849156936 Signup and Use it: https://beta.release.com/instantdatasets/register Please give it a try! Let us know what you would change about a product like this. We have a bunch of ideas for this thing in the future, but would love to hear what you have to say. Feel free to email me at [email protected] or leave a comment, looking forward to chatting with you. Thank you for reading.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com