awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nucleuscloud avatar

nucleuscloud/neosyncArchived

0
View on GitHub↗
4,149 星标·231 分支·Go·2 次浏览www.neosync.dev↗

Neosync

NeoSync 是一个数据库同步工具和数据管道编排器,旨在跨不同环境移动和转换数据集。它作为一个 PII 数据安全平台和合成数据生成器,允许在确保隐私合规的同时同步生产数据。

该系统利用事件溯源协调器来管理异步数据移动,提供自动重试和故障处理。它通过结合基于规则的 PII 匿名化与检测,以及基于模式的合成数据生成来创建模拟生产属性而不暴露私人信息的合成数据集,从而脱颖而出。

该项目涵盖了广泛的功能领域,包括用于减少测试数据量的数据库子集化、用于重塑信息的模板驱动字段转换,以及用于在同步期间维护关系完整性的数据管道编排。

Features

  • Database Environment Synchronization - Synchronizes and transforms data slices between production and development environments with built-in failure management.
  • Synthetic Data Generators - Creates artificial datasets that mimic production properties for unit testing, seeding, and demonstrations.
  • Relational Database Subsetting - Extracts specific data slices from production databases while maintaining referential integrity for local development.
  • Data Pipeline Orchestration - Coordinates asynchronous data movements and processing tasks with automated failure recovery.
  • Database Synchronization Tools - Syncs production data across environments while applying subsetting, anonymization, and transformation rules.
  • Production Data Subsetting - Extracts representative record slices from production databases to reduce data volume for local testing.
  • Data Anonymization - Removes personally identifiable information from production datasets to enable safe local development and testing.
  • PII Detection and Screening - Identifies and masks personally identifiable information using pattern matching and replacement logic to ensure privacy compliance.
  • PII Security Platforms - Offers a comprehensive platform to monitor, detect, and anonymize PII within production datasets for privacy compliance.
  • Pipeline Orchestration - Implements an event-sourced coordinator to ensure reliable data pipeline execution with automated retry and failure handling.
  • Synthetic Dataset Generation - Produces artificial datasets by analyzing database schemas to maintain relational integrity without using real production data.
  • Field Transformations - Modifies specific data columns during synchronization using predefined scripts or models to reshape information.
  • Background Data Synchronization - Provides background workers to move datasets between environments without blocking the main application execution.

Star 历史

nucleuscloud/neosync 的 Star 历史图表nucleuscloud/neosync 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

nucleuscloud/neosync 是做什么的?

NeoSync 是一个数据库同步工具和数据管道编排器,旨在跨不同环境移动和转换数据集。它作为一个 PII 数据安全平台和合成数据生成器,允许在确保隐私合规的同时同步生产数据。

nucleuscloud/neosync 的主要功能有哪些?

nucleuscloud/neosync 的主要功能包括:Database Environment Synchronization, Synthetic Data Generators, Relational Database Subsetting, Data Pipeline Orchestration, Database Synchronization Tools, Production Data Subsetting, Data Anonymization, PII Detection and Screening。

nucleuscloud/neosync 有哪些开源替代品?

nucleuscloud/neosync 的开源替代品包括: lk-geimfari/mimesis — Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing… qovery/replibyte — Replibyte is a tool that automates the lifecycle of database snapshots for non-production environments, handling the… microsoft/presidio — Presidio is a PII detection and anonymization framework designed to identify and mask personally identifiable… dbt-labs/dbt-core — dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control.… dagster-io/dagster — Dagster is a data orchestration platform designed to manage the entire lifecycle of data assets through declarative… apache/incubator-airflow — This project is a Python workflow orchestration platform and programmatic data pipeline engine used to author,…

Neosync 的开源替代方案

相似的开源项目,按与 Neosync 的功能重合度排序。
  • lk-geimfari/mimesislk-geimfari 的头像

    lk-geimfari/mimesis

    4,818在 GitHub 上查看↗

    Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing and development. It functions as a schema-based dataset generator capable of producing structured records and relational datasets, while also serving as a production data anonymizer to replace sensitive information with synthetic values. The library distinguishes itself through comprehensive multilingual support, allowing for the generation of locale-specific information to simulate regional user profiles. It ensures reproducibility through deterministic data generation using

    Pythondatadataframedatascience
    在 GitHub 上查看↗4,818
  • qovery/replibyteQovery 的头像

    Qovery/Replibyte

    4,381在 GitHub 上查看↗

    Replibyte is a tool that automates the lifecycle of database snapshots for non-production environments, handling the export, anonymization, subsetting, and restoration of data. It is designed to support privacy-compliant development workflows by replacing sensitive production data with synthetic values and extracting consistent subsets of rows while preserving referential integrity. The tool operates through a configurable pipeline defined in a YAML file, orchestrating stages such as dump, anonymize, subset, and restore. Each operation runs as an isolated, ephemeral container job, and snapsho

    Rustawsbackupcloud
    在 GitHub 上查看↗4,381
  • microsoft/presidiomicrosoft 的头像

    microsoft/presidio

    6,995在 GitHub 上查看↗

    Presidio is a PII detection and anonymization framework designed to identify and mask personally identifiable information in text. It functions as a PII recognition pipeline and a data masking engine, using a combination of machine learning, regular expressions, and rule-based logic to locate sensitive entities. The system acts as an NER model orchestrator, allowing for the integration of external named entity recognition models and PII detectors to support multi-language privacy scrubbing. It employs a plugin-based recognizer architecture that can be extended with custom recognizers, deny-li

    Pythonanonymizationdata-anonymizationdata-masking
    在 GitHub 上查看↗6,995
  • apache/incubator-airflowapache 的头像

    apache/incubator-airflow

    45,840在 GitHub 上查看↗

    This project is a Python workflow orchestration platform and programmatic data pipeline engine used to author, schedule, and monitor complex data pipelines. It functions as a directed acyclic graph manager and scheduler, allowing users to define data movement and transformation tasks as code to ensure precise execution order and maintainability. The platform distinguishes itself by treating workflows as code, enabling pipelines to be versioned and tested through a standard programming language. It utilizes a system of extensible operators to encapsulate integration logic and employs a templat

    Python
    在 GitHub 上查看↗45,840
  • 查看 Neosync 的所有 30 个替代方案→