Blazing fast Edge Computing
TagoCore is a free, fast, and open-source IoT platform for edge computingWhat is TagoCore?
Learn more about TagoCore's key featuresDevices
Start your application by authenticating your real device with a tokenBuckets
All of the data that your devices send are stored in resources called BucketsAnalyses
Add more value to your solutions by implementing scripts that manipulate dataActions
Intercept events and handle them with your custom rulesFiles
Use files and scripts located in your machine directly in AnalysisPlugins
Extend your application by using existing Plugins, or building your ownDatabase 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
Visit the official TagoCore image