DB1 lets you embed live data into any Notion page. Perfect for creating monitoring dashboards or control panels.
Examples below 👇
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)
Copy URL to item
The URL for a particular item in DB1 is https://db1.io/?key=my_key
.
Embed in Notion
Simply paste the URL in any Notion page and choose embed.
Update item within Notion
Hover over the value field and click the edit icon.
Create your own custom status dashboard right where you want it.
https://db1.io/?key=@example/server_status
This item is a live overview of the latest bitcoin block. It gets updated every 10 minutes.
https://db1.io/?key=@example/bitcoin