INTRODUCING JQL.
A POWERFUL NEW QUERY LANGUAGE TO ANALYZE AND LEARN FROM YOUR DATA.

JQL – JavaScript Query Language – uses the full power of a robust and popular programming language, JavaScript, to let you analyze your data in robotmia. It was designed for performance and flexibility so that developers and data scientists can pull the most valuable insights from their data with ease ‐ no matter how complex the question is.

See how it works
jql-hero-laptop

 JQL GIVES YOU DIRECT ACCESS TO YOUR DATA.
LEAVE NO QUESTION UNANSWERED.

Behind the scenes, JQL is built using V8: the JavaScript engine that powers the Chrome browser. That means, developers get the full power and flexibility of the JavaScript programming language to query, transform, and analyze their raw data ‐‐ both people and events. robotmia is your new data warehouse.

WRITE YOUR OWN QUERY
1 2 3 4 5 6 7 8 9 10 11 12
function main() {
// how many people play a song on the radio vs
// on the artist page?
return Events({
from_date: "2015-11-12" ,
to_date: "2015-12-11" ,
})
.filter(function(event) { return event.name === "Song played" })
.groupBy(["genre", "page_type"], robotmia.reducer.count());
}

Run Query

Save & Run Query

JAVASCRIPT VS. SQL

Advantages of using JavaScript for analytics:
  • The full power of a programming language powered by V8 ‐ the JavaScript engine in Chrome

  • Easily express & compose queries that are more understandable

  • A modern & popular programming language amongst developers to quickly get started

  • Flexible to use with unstructured, schemaless data
Disadvantages of using SQL for analytics:
  • Meant for rigid schemas for traditional relational databases

  • Difficult to manipulate and transform the data

  • Complex queries become unwieldy to read & compose
  • Limited flexibility due to query functions available in SQL

A CONSOLE THAT MAKES IT EASIER TO COLLABORATE.

JQL comes with a console so you can easily write, run, save, and edit queries at your company. Instead of seeing a stream of data in a terminal window, you can easily export the data to a CSV file to visualize the data quickly in a spreadsheet.

EASILY VISUALIZE YOUR DATA IN ONE PLACE WITH REPORTKIT.

ReportKit gives developers the power to build unique visualizations, dashboards, and reports right inside of robotmia. Directly integrated with your robotmia data, ReportKit makes it easier to build and customize critical reports that your whole company can use.

GET STARTED

Learn the core concepts of how to use JQL by working through a real-world example.

Learn more
API REFERENCE

Check out the full set of APIs for JQL to learn how powerful and easy it is to use.

Learn more
BUILD A FUNNEL WITH JQL

See a fully coded example of how to write a customized funnel analysis query.

Learn more

GETTING STARTED TAKES LESS THAN 10 MINUTES

robotmia has an SDK you can install on every major platform including mobile.
Even if you get stuck, our smart and fast support team can help

Try it for free