TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Open-Source Data Anonymization for Developers

13 点作者 edrenova8 个月前
Hey HN, we&#x27;re Evis and Nick from Neosync (<a href="https:&#x2F;&#x2F;www.github.com&#x2F;nucleuscloud&#x2F;neosync">https:&#x2F;&#x2F;www.github.com&#x2F;nucleuscloud&#x2F;neosync</a>).<p>Since we last introduced Neosync on HN 4 months ago, we’ve made a lot of progress and we’re excited to be launching several new features.<p>As a reminder, Neosync is an open source platform that helps developers anonymize production data, generate synthetic data, subset it and sync it across their environments for better testing, debugging and developer experience.<p>We do all of this while handling referential integrity. Whether you have primary keys, foreign keys, unique constraints, circular dependencies (within a table and across tables), sequences and more, Neosync preserves those references.<p>Our goal is to give every developer production-like, representative data for a better developer experience without any security and privacy issues.<p>First, we’ve added new integrations. In addition to supporting Postgres and Mysql, we’re introducing first class support for DynamoDB, MongoDB and SQL Server. You can also sync to object storage like S3 and GCP Cloud storage.<p>Next, we’ve completely revamped our transformers. Transformers are how you anonymize sensitive data and generate new data. We’ve added new Transformers that you can use out of the box or you can write your own custom one in javascript. We’ve added real time validation and the ability to combine transformers together to create your own anonymization scheme.<p>We’ve also added in new features to make Neosync easier to use. For example, the ability to automatically map transformers to your schema. The ability to only append new records instead of a full refresh. And to stop jobs from running when the schema changes.<p>We&#x27;ve also upgrade our AI Synthetic Data features. You can use any LLM to generate synthetic data and Neosync will handle the orchestration between your database and the LLM.<p>Lastly, we’re also announcing Neosync Cloud. Our hosted platform that allows you to use Neosync without having to run any of the infrastructure yourself. All you have to do is connect your source and destination databases(s), configure your schema and you’re done.<p>Of course, you can use Neosync Open Source on-prem and hundreds of companies do. Neosync is written in Go and Typescript and can be started locally with a single make command.<p>We&#x27;d love any feedback you have and contributions are always welcome.

3 条评论

D_R_Farrell8 个月前
This is cool – as an open source founder, I&#x27;ve wondered about how to keep things transparent while protecting people&#x27;s privacy. What’s your general approach to public databases, and when does it make sense to make them public?
评论 #41570673 未加载
haroonchoudery8 个月前
Big fan of what Evis and team are building. We work with lots of orgs in regulated industries at Autoblocks and Neosync&#x27;s anonymization is a fan favorite for AI teams at these orgs.
dangtony988 个月前
Why this over something like Faker?
评论 #41570686 未加载