- Microservices of one-stop annotation tool
- Multiple programming languages (Python, Scala, Java)
- Spark / Flink real-time computation injection
Initialize project
Just clone the source
git clone https://github.com/lucky0604/fastdata.git
fastdata-commonfolder
cd fastdata-common
mvn installfastdata-authfolder
cd fastdata-auth/fastdata-auth-client
mvn installdocker-composefolder
# first , create an network
docker network create fastdata-net
docker-compose -f docker-compose.yml up -d mysql
docker-compose -f docker-compose.yml up -d redis
docker-compose -f docker-compose.yml up -d rabbitmqfastdata-centerfolder
cd fastdata-center/fastdata-bus
mvn package && mvn docker:builddocker-composefolder
cd docker-compose
docker-compose -f docker-compose.yml -f docker-compose.nacos.yml up -d nacosfastdata-gatewayfolder
cd fastdata-gateway/fastdata-gateway-web
mvn package && mvn docker:build
cd fastdata-gateway/fastdata-gateway-admin
mvn package && mvn docker:builddocker-composefolder
init applications' database
docker-compose up mysql-initdocker-composefolder
docker-compose -f docker-compose.yml -f docker-compose.spring-gateway.yml up -d fastdata-gateway-web
docker-compose -f docker-compose.yml -f docker-compose.spring-gateway.yml up -d fastdata-gateway-admin-
Exception caught: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: com.spotify.docker.client.shaded.org.apache.http.conn.HttpHostConnectException: Connect to localhost:2375 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect -> [Help 1]
update the docker-maven-plugin to the latest version
Copyright (c) 2021 Lucky