Smart Connectors
How to instantiate a Smart Connector?
- Java
- Rest API
SmartConnector sc = SmartConnectorBuilder.newSmartConnector(this).create();
cd smart-connector-rest-dist/target
export KD_URL=http://localhost:8080
export KE_RUNTIME_EXPOSED_URL=http://localhost:8081
export KE_RUNTIME_PORT=8081
java -Dorg.slf4j.simpleLogger.logFile=ke.log -cp "smart-connector-rest-dist-1.2.5.jar:dependency/*" eu.knowledge.engine.rest.Main 8280