Created
April 1, 2020 21:56
-
-
Save maxx-coffee/c41a00db38d18270ed3d72f6b27e2791 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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