Blocked by AEROGEAR-2043 and AEROGEAR-2044.
- Create necessary tables and indices on the database if they don't exist. - Process the request coming from the endpoint and send data to Postgres - Implement integration tests Tables created during POC: - https://github.com/aliok/mobile-analytics-poc/blob/master/architecture1b_semi_structured/dbCommons.js#L19 - https://github.com/aliok/mobile-analytics-poc/blob/master/architecture1b_semi_structured/dbCommons.js#L29
Sample index creation on JSONB: - |
|