International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

Endpoint selectQuery missing #82

Closed SebastianOpriel closed 2 years ago

SebastianOpriel commented 2 years ago

In Broker Open Frontend SparQL request are proxied through mongoDB handler towards the brokers Endpoint /selectQuery, which is not available in this package. I found a Java class locally, which might do the job and might be missing in this repository: index-common/.../FrontendEnpoints.java

NehaThawani44 commented 2 years ago

Hello @SebastianOpriel I this means that the routing from open-frontend to meta-data-broker-core backend is not right ? I will check the flow and write you here.

SebastianOpriel commented 2 years ago

You might have a look into the broker. There is no API endpoint for handling selectQuery requests from the front end. Please use the open metadata broker for testing.

NehaThawani44 commented 2 years ago

I have added the endpoint and merged the code, please have a look at it. Closing this for now.