Storing data on Baseten

So far there were two ways to make your BaseTen apps data-aware:

Both of these require an external service / data store to already exist, whereas many BaseTen users want to create self-sufficient apps that create new data (e.g. data labeling, content moderation).

Today we're announcing the availability of the Baseten data store: a managed database as well as data modeling and access tools built using familiar technologies like Postgres and SQLAlchemy. No more provisioning RDS instances, managing the security groups, and writing DDL statements. Instead you can define your data model, iterate on it, and access it both using raw SQL and SQLAlchemy ORM.

โ€