Rich Data Messaging for Mobile Apps
Our own magic ingredient is our expressive but simple query language for getting to data. These queries are simple to write and can be connected everywhere in the app or in the administration tools and drive the user experience.
At the core of our platform is a high performance, super secure and easy to use messaging as a database. This makes short work of tracking user activity or managing devices or syncing with other systems – any data that gets generated over time.
How it works
Our Rich Data Messaging provides messaging as a database for time series data – events that can be captured and quickly and securely retrieved. Our
Simple queries can be plugged in anywhere in the app and drive the user experience – the social feeds, dashboards, calendars. Everything gets connected with simple, easy to read and easy to understand queries.
Some examples
To create a social stream with user posts and your announcements it is as simple as plugging in:
given tracker [posts, announcements]
Or to narrow it just to specific group users:
given group [tigers], given tracker [posts, announcements]
If your app tracks users tasks we can show each user their own list of tasks for the day, week, etc. as simple as:
current user, given tracker [tasks] from today as week
Or plot all appointments on a calendar:
given tracker [appointments]
Show appointments just for the current user:
current user, given tracker [appointments]
Find posts from Harry with an image
given user [harry@acmecorp.com] where attachment is image
Show all the posts from the summer launch program
given program [summer-launch]
These same queries can be used for analytics, reporting and data exports.
This query language is built right into our Platform, designed to scale and built for security. It is part of our Mobile App as a Service.
Learn more about our rich data messaging query language.