For anyone coming across this thread, I found the apt-get install method stopped working when I tried on a fresh Raspbian install, it couldn't find the library. I'm a Linux newbie so perhaps I'm missing something obvious. I did get this to work:
--Update your Pi, this may take a while... sudo apt-get update sudo apt-get upgrade -- get the Debian package from here. Note the file name and subdirectory structure may change so you might have to search for it. wget https: //repos.influxdata.com/debian/pool/stable/i/influxdb/influxdb_1.0.2-1_armhf.deb -- install the Debian package sudo dpkg -i influxdb_1.0.2-1_armhf.deb -- start the service sudo service influxd start -- run the CLI influx On Thursday, October 13, 2016 at 8:39:27 AM UTC-4, EBRAddict wrote: > > Hi, > > I'd like to try InfluxDB on a Raspberry Pi 3 for a mobile sensor project. > Currently it's logging ~50 data points every 200ms to a USB flash drive > text file but I want to ramp that up to 200 every 10ms, or however fast I > can push data from the microcontrollers to the Pi. > > I downloaded and uncompressed the ARM binaries using the instructions on > the InfluxDB download page: > > wget > https://dl.influxdata.com/influxdb/releases/influxdb-1.0.2_linux_armhf.tar.gz > tar xvfz influxdb-1.0.2_linux_armhf.tar.gz > > > What are the next steps? I'm not a Linux guy but I can follow directions > if someone could point me to them. I'd like to configure the service(s) to > run at startup automatically and be accessible for querying by any logged > in user (it's a closed system). > > Thanks. > -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/a20a3416-6ec7-4347-a5aa-940d22535b22%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
