Welcome to Dataround! This guide will help you get started quickly.
Clone the repository
git clone https://github.com/dataround/dataround-link.git
Build the project
# require Java 17 and Maven 3.8 or higher
cd dataround-link
mvn clean package -DskipTests
The final package will be generated at dataround-link-svc/target/dataround-link-xxx.tar.gz
Create PostgreSQL database
# require PostgreSQL database
CREATE DATABASE dataround_link;
Start dataround link server
Modify database IP, name and password conf in $DATAROUND_HOME/conf/application.yaml, Start the service:
cd $DATAROUND_HOME
./bin/start.sh
The application will be available at http://localhost:5600/datalink
Clone the repository
git clone https://github.com/dataround/dataround-platform.git