Skip to content

russorat/influxdb-data-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-data

This repo contains a set of data files which can be imported into any InfluxDB Cloud account with the csv.from functions.

Examples are:

import "experimental/csv"

csv.from(url: "https://raw.githubusercontent.com/russorat/influxdb-data-examples/master/gov/usgs/earthquake/all_week-annotated.csv")
  |> filter(fn: (r) => r._field == "lat" or r._field == "lon")
import "experimental/csv"
csv.from(url: "https://raw.githubusercontent.com/russorat/influxdb-data-examples/master/gov/noaa/ndbc/latest-observations-annotated.csv")
  |> filter(fn: (r) => r._field == "dewpoint_temp_degc")
import "experimental/csv"
csv.from(url: "https://raw.githubusercontent.com/russorat/influxdb-data-examples/master/com/coindesk/bitcoin/currentprice-annotated.csv")
import "experimental/csv"

csv.from(url: "https://raw.githubusercontent.com/russorat/influxdb-data-examples/master/iss/iss-now-annotated.csv")

About

A repo of datasets ready to import into InfluxDB Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •