Skip to content

Instantly share code, notes, and snippets.

@maxx-coffee
Created April 1, 2020 21:56
Show Gist options
  • Save maxx-coffee/c41a00db38d18270ed3d72f6b27e2791 to your computer and use it in GitHub Desktop.
Save maxx-coffee/c41a00db38d18270ed3d72f6b27e2791 to your computer and use it in GitHub Desktop.
defmodule Influxinator.Db.LocationMeasurement do
use Instream.Series
series do
database "influxinator"
measurement "location"
tag :identifier
tag :job_id
field :speed
field :lat
field :long
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment