Code Monkey home page Code Monkey logo

ax-supabase-do's Introduction

ax-supabase (digitalocean functions)

store the webhook from AX in supabase

this demo is deployed on DigitalOcean Functions

blog post to this repository: https://madflex.de/digitalocean-functions/

setup

Create a table in supabase named "generated" and add the following fields (keep id and created_at):

document_id: uuid
uid: text
text: text
text_modified: timestamp without time zone
collection_id: int8
collection_name: text
language: varchar
html: text
html_axite: text

Copy project.yml.template to project.yml and set the environment variables:

SUPABASE_URL=my-url-to-my-awesome-supabase-instance
SUPABASE_KEY=my-supa-dupa-secret-supabase-api-key

and the webhook secret from AX:

AX_WEBHOOK_SECRET=copy-from-collection-settings-and-set-your-url-there-too

The function needs 512MB memory instead of the 256MB default! - This can be set in the DigitalOcean Functions UI for this function.

deploy

doctl serverless deploy ax-do-supabase --remote-build

development

Deploy and look at the logs.

ax-supabase-do's People

Contributors

mfa avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.