Quick Start
Getting Your Access URI
Ways to Use DataBridge
1. Using the Shell
# Without authentication (connects to localhost):
python shell.py
# With authentication (using your generated URI):
python shell.py "databridge://user:token@localhost:8000"2. Using the Python SDK
3. Using the UI Component
Next Steps
Last updated