Open priya-gitTest opened 1 month ago
Getting this error :
If you access the FDP client, you may see an error message saying "unable to get data." This is likely the same error appearing in the logs. This error is expected, as the GraphDB repository specified in application.yml has not yet been created. You need to create it manually.
To create the repository, access the GraphDB interface on port 7200: Example: http://localhost:7200/
Click on "Add repository." Set the name to match the one defined in application.yml, then save. After a few seconds, the FDP should operate without errors, allowing you to create records.
Also when (re)booting the whole docker compose, the GraphDB instance takes more time to setup (>15-30sec) than Blazegraph (at least from my side). During that time, you may expect again "unable to get data." in the FDP client. You just have to wait GraphDB fully start.
Do you provide any guidance on how to move from BlazeGraph to GraphdB ? Considering Blazegraph is sold to Amazon