Blazing fast Edge Computing
TagoCore is a free, fast, and open-source IoT platform for edge computingDatabase Support
TagoCore supports more than 10 different databases through plugins.→~/$ tagocore plugin-search database
* TagoCore supports a variety of databases,
* yet some are still in active development.
- SQLite (installed)
- MySQL
- PostgreSQL
- MongoDB
- MariaDB
- SQL Server
- Amazon Redshift
- Amazon RDS
- Oracle
- ...and many others
To install a database, run the command:
> tagocore plugin-install <name>
Add the missing piece
You can build your very own plugins that are able to perform any kind of task in the system, such as adding different types of parsers, options, and screens. Learn how to build plugins.
Create your own Plugin
→~/plugin$ tagocore plugin-template
This utility will walk you through creating a TagoCore plugin.
Name:my-plugin
Version:1.0.0
Description:This is my first plugin
License:ISC
Author:John Doe
✔ Done- Happy editing!