CottageLabs / edges

Data query, manipulation, search and visualisation front-end library
MIT License
8 stars 7 forks source link

Feature/solr datasource #48

Open varadekd opened 1 month ago

varadekd commented 1 month ago

Enter a brief description of the PR contents here

We have enable edges to support Solr based query. User will be making the queries in ES format (similar to elastic search) the edges then will internally convert this to the Solr format. This PR can be considered as an Alpha release of the edges for Solr.

NOTE

  1. You will need to import Solr data source when working with Solr queries.
  2. Ensure that no other data source is been imported.

Developer Checklist

Developers should review and confirm each of these items before requesting review

Reviewer Checklist

Reviewers should review and confirm each of these items before approval If there are multiple reviewers, this section can be duplicated for each reviewer

Testing

List testing requirements/procedures

varadekd commented 1 month ago

@richard-jones Please review the PR