Safely work with anonymized Production data without any of the security and privacy risk for a better building and testing experience.
Neoysnc is built for engineering teams who move fast and want the simplicity of sensible defaults and the power of deep configuration when they need it.
Choose from 45+ pre-built Synthetic Data Transformers.
Mask, redact, scramble or obfuscate sensitive data in code.
Neosync automatically handles Primary keys, Foreign keys, Unique constraints, Circular dependencies and more. Perfectly preserving your data's referential integrity every time.
Sync to multiple destinations. Full control over scheduling, retries, back-offs, timeouts and multiple destinations.
Subset your database by schema, table, column or a custom SQL query. Neosync automatically handles referential integrity.
Neosync has a clean, intuitive interface that makes it easy to get started.
Integrate your source and destinations databases. Neosync supports most Postgres and Mysql compatible databases as well as S3.
Select which schemas and tables you want to sync then configure transformers that anonymize your data or generate synthetic data.
Subset your data using SQL queries to reduce your data size or to hone in on a specific data set. Neosync handles the relational integrity.
Sync your anonymized and synthetic data across environments on a schedule or do it ad-hoc. Get logs for every job run.
Take complete control over your data and how it's anonymized or generated. Neosync supports nearly all types of data and transformations.
1const name = neosync.generateFullName({
2 maxLength: 10000,
3 seed: 1,
4});
5
6const age = neosync.transformInt64PhoneNumber(value, {
7 preserveLength: false,
8});
9
10const email = neosync.transformEmail(value, {
11 preserveLength: false,
12 preserveDomain: true,
13 excludedDomains: [],
14 seed: 1,
15});
16
17const ssn = neosync.generateSSN({
18 seed: 1,
19});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const name = neosync.generateFullName({
maxLength: 10000,
seed: 1,
});
const age = neosync.transformInt64PhoneNumber(value, {
preserveLength: false,
});
const email = neosync.transformEmail(value, {
preserveLength: false,
preserveDomain: true,
excludedDomains: [],
seed: 1,
});
const ssn = neosync.generateSSN({
seed: 1,
});
Id | Name | Age | Ssn | |
---|---|---|---|---|
1 | Alice Franklin | 28 | afranklin@gmail.com | 029-92-8249 |
2 | Richard Jones | 34 | rjones@hotmail.com | 815-34-4413 |
3 | Charlie Grant | 22 | cgrant@gmail.com | 576-03-4268 |
4 | Trisha Rule | 22 | trule@gmail.com | 576-03-4268 |
Neosync offers native integrations with most databases and data platforms. Whether you're working with relational databases, NoSQL databases or modern cloud warehouses, Neosync's unified interface makes data synchronization easy.
Neosync works like a charm. You guys rock! Also the Root badge on the subsetting view is just *chefs-kiss*.
I work at a growing startup. looking to learn how to use Neosync and hopefully usher out our slow sledgehammer of a script to copy and anonymize the prod db to our local dev environments!
While working on HIPAA projects, data anonymization is a frequent consideration for me. Neosync seems to address the challenge of testing with realistic data..
Thanks for sharing. Happy to see another solution that doesn't just slap on AI/ML to try to solve it.
Hi there! I'm a tech lead and DevOps engineer, and I've found the Neosync project, which seems to be exactly what I've been looking for to solve some of the challenges at my company.
PII Data Security with Neosync or don’t bother using prod database to test or debug. The Neosync team is building a great tool and its open-source .
This topic is relevant to what I'm currently working on, and I'm finding it exhausting to be honest. Your tool looks interesting, and it seems that you directly address the referential integrity issue, which is great.
Great to see such a project.
This is exactly what we were looking for. We checked out Postgres Anonymizer but it doesn't have a great user interface since you have to do everything in SQL. Really happy with
Choose the deployment option that works best for you and your needs.
Neosync is built with DevOps and infrastructure teams in mind. Use frameworks you know like terraform to manage your Neosync infrastructure and even create new jobs.
Join hundreds of companies using Neosync to deliver a better local developer experience with anonymized production data.
Nucleus Cloud Corp. 2024