Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 775 Bytes

readme.md

File metadata and controls

12 lines (11 loc) · 775 Bytes

All the charts

Launch a new connector instance

cd /etc; curl -s -X POST -H 'Content-Type: application/json' --data @artemis-source.json http://localhost:8083/connectors
cd /etc/neo4j; curl -s -X POST -H 'Content-Type: application/json' --data @neo4j-sink.json http://localhost:8083/connectors
cd /etc; curl -s -X POST -H 'Content-Type: application/json' --data @mongodb-sink.json http://localhost:8083/connectors
curl -s -X DELETE http://localhost:8083/connectors/neo4j-sink
curl -s -X DELETE  http://connect-mongo-sink-ingestion.router.default.svc.cluster.local/connectors/mongodb-sink
curl -s -X DELETE http://localhost:8083/connectors/artemis-source
curl -s -X DELETE http://connect-artemis-promenade.router.default.svc.cluster.local/connectors/artemis-source