# dataproxy **Repository Path**: secretflow/dataproxy ## Basic Information - **Project Name**: dataproxy - **Description**: dataproxy模块用于和kuscia对接,实现对odps等数据库的对接 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-01 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataProxy

简体中文English

DataProxy is a data service framework based on [Arrow Flight](https://arrow.apache.org/docs/format/Flight.html) that accesses rich data sources and provides unified, easy-to-use, efficient, and robust data reading and writing services. With DataProxy: * You can access various types of data sources, including MySQL, S3, Aliyun OSS, local disk, etc. * You can use a consistent read/write interface to realize read/write operations on different data sources. ## Documentation Currently, we only provide detailed documentations in Chinese. - [Development](./docs/development/build_dataproxy_cn.md) ## Disclaimer Non-release version of DataProxy is only for demonstration and should not be used in production environments. Although this version of DataProxy covers the basic abilities, there may be some security issues and functional defects due to insufficient functionality and unfinished items in the project. We welcome your active suggestions and look forward to the official release.