Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atxtechbro/gmail-notion-bridge
- Owner: atxtechbro
- Created: 2025-01-28T17:03:06.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T18:00:06.000Z (3 days ago)
- Last Synced: 2025-01-28T18:35:42.727Z (3 days ago)
- Topics: cloud-native, data-pipeline, data-validation, event-driven-architecture, gmail-api, google-cloud, json-schema, message-queue, notion-api, pubsub
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```