Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atxtechbro/gmail-notion-bridge

Pub/Sub-based pipeline for processing Gmail events into structured Notion database entries
https://github.com/atxtechbro/gmail-notion-bridge

cloud-native data-pipeline data-validation event-driven-architecture gmail-api google-cloud json-schema message-queue notion-api pubsub

Last synced: 3 days ago
JSON representation

Pub/Sub-based pipeline for processing Gmail events into structured Notion database entries

Awesome Lists containing this project

README

        

# Gmail-Notion Bridge Core

## Cloud Deployment

[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)

```mermaid
flowchart LR
Gmail -->|Label Changes| PubSub[Pub/Sub]
PubSub -->|Event| Validator{Schema Check}
Validator -->|Valid| Notion
Validator -->|Invalid| DLQ[Dead Letter Queue]
```