Data privacy
How does it meet with the most demanding requirements for data privacy? in the best possible way by not sharing any data with any third-party server!
All the data remains private between Jira and the user’s browser. No data are sent anywhere else.
Security
Since no data are sent outside the user’s browser your organization’s data remains as secure as they already was before, without increasing potential security risks that might compromise the data at your organization.
In addition, it runs in the security context of the current user honoring the host application permissions (Jira).
It shares the same user’s HTTP session. Since it relies on the atlassian’s public REST API there is no way to bypass the Jira security implementation and read non authorized data accidentally.
Scalability
Since it is a pure Javascript app, It runs on the user’s browser and reuses the user’s hardware tun run the engine and resolve the queries. Therefore, it scales with the user base.
Reliability
It does not require any third party server to work. Therefore it does not introduce any new third-party potential point of failure providing up times close to 100%. All files (javascript, html pages, etc) are hosted on an Amazon’s CloudFront cache service distributed on several locations along the World.
Once it is downloaded and initialized locally, everything happens between Jira and the user’s browser.
Industry-standards
It brings all the benefits and power of the SQL language to your organization with a implantation close to the SQL-99 specification.