etc) • Time series ◦ like tables, but you can have millions of them ◦ no need to define ahead of time • Points or events ◦ like rows, but schemaless like Mongo ◦ single level hash
-config=/usr/local/etc/influxdb.conf # set up the admin dashboard git clone https://github.com/influxdb/influxdb-admin cd influxdb-admin bundle install middleman server open http://localhost:4567 Building Custom UIs
admin interface # dir so it shows up on the drop down mkdir /usr/local/opt/influxdb/share/admin/interfaces/paul_owns # make the dir and file in the influxdb-admin repo mkdir source/interfaces/paul_owns touch source/interfaces/paul_owns/index.html # or slim, etc.