appwrite / demos-for-functions

Demo for Appwrite cloud functions in multiple coding languages ⚑️ 🌩

Home Page:https://appwrite.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Warning - the functions in this repo were designed for Appwrite versions 0.7.0 to 0.12.4. For Appwrite version 0.13.0 and above, please refer to the Open Runtimes Function Examples.

Demos for Functions

Demos for Appwrite Cloud Functions API in multiple coding languages. Feel free to submit your PR with more functions that other Appwriters could use in their projects.

Getting Started

  1. Make sure you have a working instance of Appwrite (>=0.7 and <= 0.12.4).
  2. Go to your Appwrite dashboard and create a new Cloud Function (Functions -> Add Function).
  3. Once your function has been created, you can deploy one of the examples .tar.gz file in this repo. Each of these files contains a packaged demo Cloud Function, ready for usage.
  4. Trigger your new Cloud Function manually from the Appwrite dashboard using the execute button, listen to system events, or use the Appwrite API to execute your new function.
  5. Read Appwrite Cloud Functions docs to learn more about the different capabilities you can use.

Templates

To quickly get started , you can always refer to our language templates

  1. Dart
  2. Deno
  3. Node.js
  4. PHP
  5. Python
  6. Ruby
  7. .NET

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

We truly ❀️ pull requests! If you wish to help, you can use the templates inside each language directory to submit pull-requests. Please open a new issue or comment on an existing one before sending a pull-request. If this is your first time contributing to Appwrite, you can learn more on our contribution guide.

Security

For security issues, kindly email us security@appwrite.io instead of posting a public issue in GitHub.

Progress

βœ… = Done - You can still submit PRs with fixes or improvements.
βš’ = In progress - This function is currently being worked on.
❌ = Missing - This function is missing. Contributions are welcomed.

Function / Language Deno NodeJS PHP Python Ruby Dart .NET Java Kotlin
hello-world βš’ βš’ βš’ βœ… βš’ βœ… ❌ βœ… βœ…
welcome-email βœ… βœ… ❌ βœ… ❌ βœ… βœ… βœ… βœ…
file-backup ❌ βœ… ❌ βœ… ❌ βœ… ❌ ❌ ❌
object-detection ❌ βœ… βœ… βœ… ❌ ❌ ❌ ❌ βœ…
storage-cleaner ❌ βœ… βœ… βœ… ❌ βœ… βœ… ❌ βœ…

Follow Us

Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our live Discord server for more help, ideas, and discussions.

License

This repository is available under the MIT license.

About

Demo for Appwrite cloud functions in multiple coding languages ⚑️ 🌩

https://appwrite.io

License:MIT License


Languages

Language:Kotlin 30.6%Language:JavaScript 16.2%Language:Java 12.6%Language:PHP 10.4%Language:Python 8.2%Language:Dart 5.7%Language:Swift 5.6%Language:C# 4.8%Language:Ruby 4.0%Language:TypeScript 1.9%Language:Shell 0.0%