Storage Source
Each dataset in DataTyper uses a storage source that defines where its data is stored and synchronized.
On this page
You can change the storage source at any time.
DataTyper Cloud
DataTyper Cloud is the default storage source.
Features:
- Cloud-based storage
- Real-time collaboration
- Read and write access for all collaborators
- Automatic synchronization between collaborators
This option works out of the box and requires no additional configuration.
Google Sheets as a storage source
You can use Google Sheets as an alternative storage source for a dataset.
This allows you to manage your data directly in a spreadsheet while still using it inside DataTyper.
Connecting a Google Sheet
To connect a dataset to Google Sheets:
- Select Google Sheets as the storage source
- Paste the Google Sheet URL
- Save the dataset settings
Read-only mode
By default, Google Sheets are connected in read-only mode.
In this mode:
- Data is read from the spreadsheet
- Changes made in Google Sheets appear in DataTyper
- Editing data inside the plugin is disabled
Required Google Sheets structure
For the connection to work properly, your Google Sheet must follow a specific structure with exactly two columns:
| datatype_name | datatype_value |
|---|---|
| Names | John Smith |
| Names | Jane Doe |
| Emails | john@example.com |
| Emails | jane@example.com |
- datatype_name — the name of the datatype
- datatype_value — a single value for that datatype
- Each row represents one value
This follows the same format as the CSV import functionality.
Choosing the right storage source
Use DataTyper Cloud if you:
- want full editing inside the plugin
- rely on collaboration features
Use Google Sheets if you:
- prefer managing data in spreadsheets
- need external visibility or automation