Get started

Get started using the Mind Lake SDK.

The TypeScript/Python SDK enables developers to execute SQL statements freely and perform encryption and decryption operations on specific data.

Installation

Install with package:

  • npm: npm install mind-lake-sdk

  • yarn: yarn add mind-lake-sdk

Install from source:

Preparation

If you have TypeScript or Python environment configured in your local environment, you can jump to "Quick Start" (next section) directly.

Otherwise, you can follow a step-to-step tutorial to prepare the environment first.

SDK Quick Start

More examples

The SDK developer has a few more examples to help understand.

More examples are welcome from the community. Please contact us.

Synopsis

The SDK offers a variety of APIs:

Last updated