sqoopctl
Run the following command to download the config files necessary for docker-compose to a local directory:
glooctl install docker [path]
cd
to this directory to begin working with Sqoop.
Start Sqoop by simply running docker-compose up
cd [folder]
docker-compose up
sqoopctl
git clone
the Sqoop repository:
git clone https://github.com/solo-io/sqoop.git
Initialize the storage directories and sqoopctl
configuration for Sqoop:
cd sqoop/install/docker-compose
./prepare-config-directories.sh
Start Sqoop by simply running docker-compose up
cd [folder]
docker-compose up
You can check gloo services are running by running docker ps
For example,
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
708445e2825c soloio/sqoop:0.1.1 "/sqoop --storage.typ…" 7 seconds ago Up 4 seconds 0.0.0.0:9090->9090/tcp docker-compose_sqoop_1
90645fff651e soloio/control-plane:0.4.4 "/control-plane --st…" 31 hours ago Up 5 seconds 0.0.0.0:8081->8081/tcp docker-compose_control-plane_1
36bb7f23808c soloio/envoy:0.4.4 "envoy -c /config/en…" 31 hours ago Up 6 seconds 0.0.0.0:8080->8080/tcp, 0.0.0.0:19000->19000/tcp docker-compose_proxy_1
7747741da1df soloio/function-discovery:0.4.4 "/function-discovery…" 31 hours ago Up 6 seconds docker-compose_function-discovery_1```
Everything should be up and running. If this process does not work, please open an issue. We are happy to answer questions on our diligently staffed Slack channel
See Getting Started on Docker to get started creating your first GraphQL endpoint with Sqoop.