Connector
Overview
Section titled “Overview”Connector is a medium-depth plugin that bridges external services into the Entrance ecosystem. Think Zapier, but all data flows back to entrance.db.
Planned Integrations
Section titled “Planned Integrations”| Service | Capability |
|---|---|
| Obsidian | Note data + CLI integration |
| Slack / Telegram | Message mirroring to dashboard |
| GitHub / GitLab | Repository events and PR tracking |
| Custom services | Adapter pattern for any API |
Philosophy
Section titled “Philosophy”Connector ≠ chat plugin. It is a bridge:
- All data flows into
entrance.db - Uninstall the external service → your data is still in Entrance
- Adapter-based extensibility for arbitrary services
Architecture
Section titled “Architecture”- Hosting depth: Medium (orchestrates workflows, manages config)
- Data flows are unidirectional by default (external → Entrance)
- Bidirectional sync available per adapter