SQLite

This recipe demonstrates how to utilize SQLite as a storage solution for collecting data. It not only stores the data efficiently but also enables the generation of insightful charts based on the stored information.

SQLite Graph Web

Web Server

Create a data collecting pipeline and web server that generate charts using another pipeline.

We define the collectorPipeline and queryPipeline, as well as an HTML view.

collectorPIpeline

queryPipeline

Please refer the example here for the full source code.

Last updated