Skip to content

Instantly share code, notes, and snippets.

@maxx-coffee
Created April 1, 2020 22:01
Show Gist options
  • Save maxx-coffee/df6824981bbeeb5d35db2b4cffe51304 to your computer and use it in GitHub Desktop.
Save maxx-coffee/df6824981bbeeb5d35db2b4cffe51304 to your computer and use it in GitHub Desktop.
data = %Influxinator.Db.LocationMeasurement{}
data = %{data | tags: %{data.tags | identifier: 17, job_id: 22}}
data = %{data | fields: %{data.fields | lat: "test", long: "test", speed: 100}}
Influxinator.InfluxConnection.write(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment