Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rowyio/rowy-templates

Collection of Rowy's templates for cloud functions cod snippets - including for derivative, action columns and extensions.
https://github.com/rowyio/rowy-templates

Last synced: about 2 months ago
JSON representation

Collection of Rowy's templates for cloud functions cod snippets - including for derivative, action columns and extensions.

Awesome Lists containing this project

README

        

# Rowy Templates

Collection of Rowy's backend templates and code snippets for cloud functions - including for derivative, action columns and extensions.


Rowy Templates

## What is Rowy?

[Rowy](https://www.rowy.io/) is an open-source low-code platform to build your product backend fast.

Rowy platform provides you:
⭐️ A ready-to-use spreadsheet-UI for managing and collaborating on your database with your team
⭐️ A low-code way to build cloud functions on Firestore and Google Cloud Platform, all in your browser.

## What does Cloud Functions in low-code mean?

Building cloud functions in low-code with Rowy means you only focus on your function logic and Rowy takes care of everything else for you, including:

🤝 packaging up the cloud function with necessary config files, installing any NPMs if any
🎁 bundling the functions in the most efficiently way
✅ deploying them in on click directly to your Firebase/GCP project

This means, no more messing around with CLIs, cloud console, terminals, reading tons of docs and doing DevOps.
✨✨ You purely focus on the logic of your cloud function.✨✨

## How can you get started with Cloud functions in low-code?

- To get started first [setup an account on Rowy](https://rowy.app/)
- Create a new project on your workspace and connect to your Firebase project
- Create a table collection to store your data on Firestore and manage via Rowy's spreadsheet UI
- Create any code-able column such as Derivative, Action scripts or table level extensions
- Use one of the ready to use templates or create your own in javascript/typescript
- Click deploy and thats it ✨

You can watch a full video of how you can create a cloud function in low-code below


Cloud function in low-code using rowy

## Contribution Guide

1) Pick from the issues section or pick your own API/integration that you want to implement. Comment on an existing issue that you want work on or if working on your own idea, create a new issue so we can track/add feedback while you work on it.

2) Read the specific contribution guide of the type of cloud function you have picked and follow the instructions from here.
- [Derivatives contribution guide](https://github.com/rowyio/templates/blob/main/derivative/README.md)
- [Extension contribution guide](https://github.com/rowyio/templates/blob/main/extension/README.md)
- [Action contribution guide](https://github.com/rowyio/templates/blob/main/action/README.md)
- [Connector contribution guide](https://github.com/rowyio/templates/blob/main/connector/README.md)

## Need help?

Join Rowy's [Discord](https://buildship.com/discord) and post under the #contribution channel what you are building/need help with.

## License
By contributing to Rowy, you agree that your contributions will be licensed with the same license that is specified in the repository you are contributing to.