Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.33 KB
description
How to access datasets in other clouds and manage their credentials.

Storage and Credentials

Storing Datasets in Your Own Cloud

Deep Lake can be used as a pure OSS package without any registration or relationship with Activeloop. However, registering with Activeloop offers several benefits:

  • Storage provided by Activeloop
  • Access to the Tensor Database for performant vector search
  • Access to Deep Lake App, which provides dataset visualization, querying, version control UI, dataset analytics, and other powerful features
  • Managed credentials for Deep Lake datasets stored outside of Activeloop

{% hint style="info" %} When connecting data from your cloud using Managed Credentials, the data is never stored or cached in Deep Lake. All Deep Lake user interfaces (browser, python, etc.) fetch data directly from long-term storage. {% endhint %}

Authentication Using Managed Credentials

{% content-ref url="storage-options.md" %} storage-options.md {% endcontent-ref %}

{% content-ref url="managed-credentials/" %} managed-credentials {% endcontent-ref %}