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

Use Cases

It aims to provide a few examples to help understand the use and value of Mind Lake SDK.

PreviousPython Quick-StartNext1-Single User with Structured Data

Last updated 1 year ago

If you have more examples, please feel free to contact us to list your example and assist in adoption from the community.

Use Case
Description

SDK Example on how to:

  • connect to Mind Lake

  • create a table

  • encrypt structured data locally

  • insert structured cipher

  • query on unstructured cipher

Plus additional example:

  • encrypt unstructured data locally

  • insert unstructured cipher

  • query on unstructured cipher

Plus additional example:

  • Alice grants permission to Bob

  • Bob query on Alice's cipher

Single User with Structured Data
Single User with Unstructured Data
Multi Users with Permission Sharing