Design, automate and monitor workflows in realtime.
Designing automated workflow processes is as easy as drag and drop. Create and connect tasks to create a custom workflow that replaces manual steps with automation.
Tideflow's agent allows you to run workflow tasks in your own infrastructure. Either if it's for running an arbitrary command from your personal computer, or building and deploying after pushing to GitHub from your office's server.
Our workflow editor allows you to create multiple-to-multiple connections between tasks. Tideflow's execution engine will take care of the rest.
Tideflow comes with a set of services that will allow you to do things like automating website contents scraping, automate build and deploy processes, generate PDF files, send emails and more. You can also build your own integrations.
Installing Tideflow is pretty simple. Once you have MeteorJS installed, you are good to go.
MeteorJS will create and launch an isolated MongoDB and Tideflow.
- Requirements:
- Install MeteorJS OSX / Linux / Windows
- If you want to contribute to Tideflow's source code you will also need a GitHub account with a configured SSH key
- Clone Tideflow
# Via SSH - method for contributors
git clone [email protected]:tideflow-io/tideflow.git
# Via HTTPS
git clone https://github.com/tideflow-io/tideflow.git
- You are all setup, cd into the Tideflow's folder and execute meteor.
cd tideflow
meteor
The process will take some time the first time. It will download the meteor release, all the project's dependencies, and start mongodb.
- Open your browser and visit localhost:3000
The first time you try to login, Tideflow will open the installation screen. This is a single step process that will create your first user credentials as well as some other necessary settings.
The next time you want to execute Tideflow locally, simply run meteor
If you would like to contribute to Tideflow, check out the Contributing Guide.
GNU AFFERO GENERAL PUBLIC LICENSE
- Documentation: https://docs.tideflow.io/docs/introduction
- Contribute: https://docs.tideflow.io/docs/contribute