Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melohagan/budibase-datasource-n8n-workflow

Budibase datasource plugin for n8n workflows
https://github.com/melohagan/budibase-datasource-n8n-workflow

Last synced: 11 days ago
JSON representation

Budibase datasource plugin for n8n workflows

Awesome Lists containing this project

README

        

# Are you looking for...

- [n8n automation step](https://docs.budibase.com/docs/n8n)
- [n8n Budibase DB node](https://github.com/melohagan/budibase-db-n8n-node)


---

### N8n Workflows

Budibase datasource plugin for n8n workflows

- Create workflow
- Read workflow (all or by id)
- Update workflow
- Delete workflow
- Activate workflow (or deactivate)

### Description
CRUD operations for n8n Workflows

Find out more about [Budibase](https://github.com/Budibase/budibase).

#### Instructions

To build your new plugin run the following in your Budibase CLI:
```
budi plugins --build
```

You can also re-build everytime you make a change to your plugin with the command:
```
budi plugins --watch
```