Open elsif2 opened 5 years ago
There is currently no command line interface for v2. We have given it some consideration but it currently is not on our roadmap.
There are no plans for managing the Data Sources via the Rest interface. You do not need to re-start the responder when you add or change a data source. The responder monitors the /responder/etc folder and will automatically load/modify the datasources as they are changed.
Two items:
1) Creating all the interdependencies in order to run a query via the REST interface is quite cumbersome. Are there any plans to provide a command line interface for v2 similar to v1 where you can simply run the responder by providing a query blob, query schema, data schema, and data path?
2) If a command line interface is not planned, are there plans to manage data sources via the REST interface? I am currently creating data source config files ../etc/org.enquery.encryptedquery.responder.standalone.runner.StandaloneQueryRunner-name.cf and restarting the responder. This gets quite messy when you have hundreds of files.