Big Data Analytics Platform

Treasure Data provides cloud data warehousing. Set up and run your Big Data cluster within 3 minutes on the cloud, collect structured logs from your applications, and analyze them through a SQL-like query language, REST API or JDBC.

Sign Up for Free Trial

# 1. Create database
td database:create my_app td table:create my_app pay_logs
# 2. Import logs
td import my_app pay_logs < log.json
# 3. Query data
td query my_app \ "SELECT item, COUNT(piece) FROM pay_logs" \ -o sales.csv
MapReduce starts running...
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.