dice-group / sask

Projectgroups Search and Extraction
GNU Affero General Public License v3.0
2 stars 10 forks source link

Link Database-MS to Auto Index #58

Closed prasanthhs closed 6 years ago

prasanthhs commented 6 years ago

When any data is extracted and stored to a sparql database, a copy must also be indexed with Auto Index , if auto Index is running as a micro service.

Tasks:

  1. Auto Index must support new option to index a local sparql end point ( for example : http://localhost:3030/sask/sparql).
  2. database-ms(or executor-ms?) must call auto index to index the data to elastic search.
prasanthhs commented 6 years ago

The repository for Auto Index is located at https://github.com/dice-group/autoindex.git. Procedure to run the source and connection to Eureka server is present in Read Me.

The Rest interface to call is "/index/create". For this use case, only one parameter is enough which is "useLocalDataSource" with a value of true. Currently the code will return error since this functionality is not yet implemented.

prasanthhs commented 6 years ago

fixed with #68