DB1 lets you embed live data into any Notion page. Perfect for creating monitoring dashboards or control panels.

Examples below 👇

Steps

  1. Upload some data

    import db1
    
    # some data
    my_value = {
    	'in_temperature' : 21.42,
    	'usage_report' : pd.Dataframe(),
    	'data' : np.array(),
    }
    
    # upload
    db1.set_item('my_key', my_value)
    
  2. Copy URL to item

    The URL for a particular item in DB1 is https://db1.io/?key=my_key.

  3. Embed in Notion

    Simply paste the URL in any Notion page and choose embed.

    Untitled

  4. Update item within Notion

    Hover over the value field and click the edit icon.

    Untitled

Examples

Status dashboard with pd.DataFrame

Create your own custom status dashboard right where you want it.

https://db1.io/?key=@example/server_status

Live Bitcoin block

This item is a live overview of the latest bitcoin block. It gets updated every 10 minutes.

https://db1.io/?key=@example/bitcoin