Air quality monitor using GP2Y1010AU0F sensor on micropython based NodeMCU

Share

I had purchased GP2Y1010AU0F sensor about 6 months back. Finally, found time to hook it with NodeMCU controller. Firstly, let me list things you need. NodeMCU (ESP8266) controller (~300₹). GP2Y1010AU0F dust/smoke sensor(~450₹). 150k ohm resistor. 220 µF capacitor. breadboard with some connecting wires. Here is the connection schema of circuit. Since solution is based on […]

CSV logs ingestion to elasticsearch using Fluentd

Share

You can push streaming CSV logs/data into Elasticsearch using Fluentd with very simple config. Consider following CSV data of Cars Make, Model, Year and Price. Now, to take it down into elasticsearch, prepare following config in fluentd td-agent.conf file Restart fluentd daemon and you will notice data in file starts going into elasticsearch. To visualize […]