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!
Free and open-source
And it runs anywhere!
On the edge
Deploy a TagoCore instance and compute data on the edge with a Raspberry Pi, Rock Pi, or many others, such as one of these gateways from ours partners:On the cloud
Set up TagoCore on cloud providers such as AWS, Google Cloud, Azure, and others! Deploy an instance and operate from far away.
TagoCore includes a work-in-all-providers cluster mode by allowing
TagoIO to manage the instances
You can easily set-up TagoCore inside docker containers to build a
containerized application