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 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