v0.9.0 #3
yuehan124
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dataround Link v0.9.0 Release Notes
We're excited to announce the release of Dataround Link v0.9.0! This is a significant milestone release that delivers robust data integration capabilities with support for synchronizing multiple data sources.
About Dataround Link
Dataround Link is an open-source data integration tool designed for multi-source heterogeneous data synchronization. It supports seamless integration and synchronization of structured, semi-structured, and unstructured data. Adopting a zero-code visual design philosophy, it eliminates the need for configuration files or programming, allowing users to easily configure and manage complex data synchronization tasks through an intuitive web interface.
Core Features
Deployment Options
Docker Deployment (Recommended)
Using the default embedded H2 database:
Using an external PostgreSQL database:
Building from Source
Requirements:
Build steps:
git clone https://github.com/dataround/dataround-link.git cd dataround-link mvn clean package -DskipTestsThe deployment package will be generated at:
dataround-link-svc/target/dataround-link-0.9.0.tar.gzDatabase Initialization
Dataround Link supports both PostgreSQL and H2 databases:
PostgreSQL (Production):
CREATE DATABASE dataround_link;H2 (Development/Testing):
Starting the Service
PostgreSQL (Production):
H2 Database (Development/Testing):
Access URL: http://localhost:5600/datalink
Supported Connectors
Feedback and Contributions
If you encounter any issues or have suggestions during usage, please contact us through:
We welcome all forms of contributions, including but not limited to code submissions, documentation improvements, and feature suggestions.
Thank you for choosing Dataround Link!
This discussion was created from the release v0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions