Hi all! We have finished to implement the REST API for Reviews and Recommendations. The API is the same than for restaurants: * Get data for Arabako, its reviews and its reservations: http://compose_devguide_1/api/orion/restaurants/Arabako http://compose_devguide_1/api/orion/reviews/Arabako http://compose_devguide_1/api/orion/reservations/Arabako * Get data for all restaurants, their reviews and their reservations: http://compose_devguide_1/api/orion/restaurants/ http://compose_devguide_1/api/orion/reviews/ http://compose_devguide_1/api/orion/reservations/ * Get data for all restaurants including Ara in the name, their reviews and their reservations: http://compose_devguide_1/api/orion/restaurants/ara http://compose_devguide_1/api/orion/reviews/ara http://compose_devguide_1/api/orion/reservations/ara Right now the reservations and reviews data are just basic testing, but following the schema.org vocabulary. In next steps we will improve the data loaders to include more interesting info. In order to test all of this, the best approach is to use the docker image: https://registry.hub.docker.com/u/bitergia/fiware-devguide-app/ We have also improved the data loading process and now it does not need so many resources as before (using async lib to control with queue the number of queries in parallel). Cheers -- Alvaro del Castillo San Félix acs at bitergia.com - Chief Technical Officer (CTO) http://www.bitergia.com "Software metrics for your peace of mind"
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy