Open-source workflow templates for orchestrating Python and Node.js functions.
find the accompanying Edurata Workflows here
Edurata Functions is a collection of data processing functions designed for the Edurata platform. These functions are written in Python and Node.js, available for public use, and optimized for automation and integration tasks.
- Purpose: Generic functions that interact with entire third-party APIs.
- Example: A function interfacing with Google Docs API, offering extensive API functionality beyond writing to a single document.
- Purpose: API-agnostic functions providing essential utilities.
- Example: An HTTP client function like
axiosfor sending general HTTP requests.
- Purpose: Internal functions used by the Edurata platform, shared for transparency.
- Example: Workflow automation scripts for internal builds or deployments.
- Purpose: Functions structured into
extract,transform, andloadcategories. - Example: Extracting data from a Google Doc, transforming it to JSON, and loading it into a Google Sheet.
🚀 Get Started: Use these functions as a foundation for your automation projects on the Edurata platform. Contributions and enhancements are always welcome!