Show Data Sources
Here you can set up data sources that you can access via your add-ons, such as a RESTApp/WebApp. This allows you to save data in Sitevision's database. This could be a JSON file or CSV file, for example.
Data Storage is not intended for storing binary data in any form, as we index data.

Click Create New -> Key/value. There are two options to choose from:
- Key/value - A key database where you have a key and a value for it. You cannot search the key database as it is not indexed. Enter the name of the key to get more information.
- Collection - A collection database that contains lots of records. The first level in the JSON file is indexable, known as "top levels". You can have a maximum of 50 top levels per record.
Enter a value and click OK.

In this case, I chose Key/value. A new view appears:

Data
Import data from file
Here you select the file you want to upload. Or you can drag and drop the file onto the data source on the left.
After you have uploaded the data source, you can view the information about the data records here.
- If you have created a key/value - Search for the key.
- If you have created a collection, search for *, for example, to display all information. The search goes directly to the Cassandra database and displays everything. Search using regular Solr syntax, such as .ds.double.foo:gar ( searches for numbers) or ds.analyzed.foo:gar ( searches for text).
The records are clickable.

Click on a name to display a view with more information about that record. Click on Data:

All information about that item is now displayed:

dsid and timestamp are records created by Sitevision.
Data sources are included in all packages except Cloud 1, but they can be purchased separately.
Sitevision CX includes 10,000 records, while other packages include 1,000 records.
This feature requires that you have the "View data sources" permission.
The page published:
help.sitevision.se always refers to the latest version of Sitevision
Print page