Skip to Content
Mastering Apache Cassandra 3.x - Third Edition
book

Mastering Apache Cassandra 3.x - Third Edition

by Aaron Ploetz, Tejaswi Malepati
October 2018
Beginner to intermediate content levelBeginner to intermediate
348 pages
10h
English
Packt Publishing
Content preview from Mastering Apache Cassandra 3.x - Third Edition

InfluxDB CLI

InfluxDB Query Language (IFQL) is used to interact with InfluxDB to retrieve data that has data written in the InfluxDB Line Protocol. Refer to the docs for more information at InfluxData-InfluxDB: InfluxDB Line Protocol: https://docs.influxdata.com/influxdb/v1.6/write_protocols/line_protocol_tutorial/ and InfluxData-InfluxDB: InfluxDB command line interface (CLI/shell): https://docs.influxdata.com/influxdb/v1.6/tools/shell/.

# initialize CLI and connect to local InfluxDBinflux# create database telegrafcreate database telegraf# show list of databasesshow databases# use telegraf databaseuse telegraf# show list of measurementsshow measurements# show series from cpushow series from cpu

The corresponding output is as follows:

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Apache Cassandra - Second Edition

Mastering Apache Cassandra - Second Edition

Nishant Neeraj

Publisher Resources

ISBN: 9781789131499Supplemental Content