Mind Lake SDK
  • Overview
  • Get started
    • Tutorial step-by-step
    • TypeScript Quick-Start
    • Python Quick-Start
  • Use Cases
    • 1-Single User with Structured Data
    • 2-Single User with UnStructured Data
    • 3-Multi Users with Permission Sharing
  • Glossary
  • TYPESCRIPT API REFERENCE
    • MindLake
    • MindLake.DataLake
    • MindLake.Cryptor
    • MindLake.Permission
    • Return Code
  • PYTHON API REFERENCE
    • MindLake
    • MindLake.DataLake
    • MindLake.Cryptor
    • MindLake.Permission
    • Return Code
Powered by GitBook
On this page

PYTHON API REFERENCE

This page list out core functions that developers would use.

PreviousReturn CodeNextMindLake

Last updated 1 year ago

The SDK offers a variety of API as follows:

API
Description

The general interfaces that apply to entire SDK, including the entry point `Connect` method to connect to Mind Lake and managing user accounts as well as encryption keys.

Managing the data tables and enabling execution of SQL queries.

Encrypting and decrypting data

Granting permission of decryption to other users

MindLake
MindLake.DataLake
MindLake.Cryptor
MindLake.Permission