Giter VIP home page Giter VIP logo

zen-watch-backend's Introduction

Zen.Watch IFTTT Node

Backend infrastructure for Zen Watch, an open-source IFTTT for web3.

Architecture for the project

Below diagram showcases the various components of the project. Each of the components can be independently horizontally scaled.

zen-watch-ifttt-architecture

NOTE: The event system in the repository is deprecated, a replacement SDK is currently in progress. The push plans for the core data structures are under the SQL push plan folder. This repository uses MySQL as the data store, you can run the push plans to recreate the data structures in your local development environment.

Coding Stype

  • Use underscore for names and all lowcaps, instead of camel_case. Ex, camel_case instead of CamelCase.

Code Structure

  • zen-watch-api - contains the event processing apis
  • zen-watch-background-job - contains the event processing background job logic
  • zen-watch-sql-push-plans - contains the mysql schema files to restore the mysql db (table operation type, core & visualization, notification tables are separated by the respective prefixes)
  • NOTES_Digital_Ocean.md -- contains the instructions to spin up a new server
  • NOTES.md -- contains the various resources referenced during the implementation

MySQL Note

Not setting to processing state now, as we want the subsequent task to pick up the unfinished task and right now, each shard is acted by one dedicated worker, which might be true in the future as well. Check out NOTES_MYSQL2.md to learrn more.

zen-watch-backend's People

Contributors

sgdheeban avatar marcoxy965 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.