Skip to content

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

License

Notifications You must be signed in to change notification settings

Pastajello/demos-for-functions

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Demos for Functions

Demos for Appwrite Cloud Functions API in multiple coding langauges. 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), or install one.
  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. Deno
  2. Node.js
  3. PHP
  4. Python
  5. Ruby
  6. .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
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 BSD 3-Clause License.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 35.8%
  • Python 21.3%
  • Dart 15.9%
  • C# 12.8%
  • JavaScript 12.2%
  • Ruby 1.6%
  • Other 0.4%