Skip to content

Settings

Andrey edited this page Mar 27, 2022 · 4 revisions

The settings file must have a .mynosqlserver filename and had been created in $HOME/.mynosqlserver path;

The format of the settings file is described here: https://github.com/MyJetTools/my-no-sql-server/blob/main/src/settings_reader.rs as SettingsModel

PersistenceDest

can have two different patterns;

  • If we want to save tables to a folder
PersistenceDest: ~/folder/
  • If we want to save tables to Azure Blobs
PersistenceDest: DefaultEndpointsProtocol=https;AccountName={AccountName};AccountKey={AccountKey};EndpointSuffix={EndpointSuffix}
Clone this wiki locally