Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
May i know how to connect vuforia studio to postgres database?I want to send my data to database,hopefully you can give some opinion and guide.Thanks
Hello Fikhrul_Edham8,
The solution is to install PostgREST :
https://github.com/PostgREST/postgrest
http://postgrest.org/en/v7.0.0/
It is a tiers web server in front of Postgrest Database.
It allows HTTP requests to run Functions embbeded in Postgres Database who runs SQL queries.
It is possible to have results of data in JSON format.
In Vuforia Studio, in Project, only http requests in javascript is needed.
More details in this thread for example :
https://stackoverflow.com/questions/36975619/how-to-call-a-rest-web-service-api-from-javascript
Best regards,
Samuel
I already install postgres SQL but I don't know how to connect with Vuforia Studio. Where should I paste the code in vuforia? Perhaps can you guide me step by step on how to achieve this solution? Because I'm new in vuforia studio. Thank you for your response.
Hello,
Please follow these steps :
Best regards,
Samuel
Make use of Thingworx to communicate between PostgreSQL and Vuforia Studio.
Refer this article for Thingworx and External DB connection setup
/VR