Skip to content

Ready-to-use Podman container in which you can test the C libraries for accessing InfluxDB.

Notifications You must be signed in to change notification settings

netgroup/influxdb-clib-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Podman turnkey container where you can test access to the influxdb server using bridge C libraries.

To build the image, just run:

$ podman build -t podman-influxdb .

Once you have the image, you can run the container:

$ podman run -d --rm --name influxtest -it localhost/podman-influxdb bash

It is possible to enter the running container:

$ podman exec -it influxtest bash

To interact with influxdb through the bridging libraries in C, use the test C program in

/opt/git/c-influxdb-example

The program must be compiled. When run, the program writes a point to the temperature_db database in the local influxdb.

About

Ready-to-use Podman container in which you can test the C libraries for accessing InfluxDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published