Integration based on database queries
Use this option for getting data from our platform by making queries to an SQL database.
Pre-requisite:
- Any means of querying a PostgreSQL database.
Outcome:
- Process (and / or store) the responses of these SQL queries to fulfil your use case.
- Useful for querying any data made available from our platform, process and use it however possible using SQL.
Our Solution: Dedicated database service
- A database hosted in a dedicated manner for your Projects, that your programs can query.
- An overview is given in the section below.
Dedicated database service
- Use it for: Querying specific data from our platform using standard SQL
- Described in our documentation at: Dedicated database service
- Example of use: (after setting up this service with us)
- Query total people count for a time range across all zones (where the device is installed) in your building.
- Contact us when setting this up to receive:
- The table schema
- Example use cases and corresponding SQL queries (Based on what we use for our platform)
- Database connection details.
- Follow up, in case you want us to write data to a PostgreSQL database that hosted by you, instead of us.