Product Tour
This page is currently under development and will be updated soon.
In this tutorial you will learn how to navigate and use the main components of the TileDB Cloud, namely:
Almost everything you can do on TileDB Cloud, you can also do programmatically using the TileDB Cloud client (see Installation).
Namespace selector
TileDB Cloud has a versatile namespace selector designed to enhance your experience in managing data and collaborations.
Upon signing up, each user is allocated a dedicated, private primary namespace. This namespace serves as your personal workspace, ensuring your data remains isolated and organized (until explicitly shared with other users or orgs).
In addition to your private namespace, TileDB offers the capability to create or join multiple organization namespaces. These spaces fosters seamless teamwork by allowing users to collaborate on projects, share resources, and collectively manage data.
The namespace selector enables effortless movement between these private and organizational spaces, facilitating a smooth transition as you navigate between different projects and contexts.
Notifications
You can receive notifications for various actions happening in TileDB Cloud. For instance, you can be notified when you're invited to join an organization or when someone shares an asset with you.
Overview
When you log in, the first page you see is Overview
. Here you can see a summary of your assets, your current bill and your recent activity.
Launch server
You can easily launch Jupyter notebook server instances within TileDB Cloud.
Launching a Notebook server instance from TileDB Cloud, while boasting a wide range of advantages, might exhibit slightly extended launch times around 30-40 seconds. This is due to the careful allocation of resources that underpin its performance and dependability.
Assets sidebar
You can catalogue and access a wide-range of asset types in TileDB Cloud. From generic, fundamental assets like arrays, files, notebooks and UDFs to more sophisticated assets used across broader applications verticals, including geospatial analysis, genomics research and machine learning.
This holistic approach ensures that whether you're working with traditional data types or delving into specialized domains, TileDB Cloud is your one-stop solution for streamlined asset management across diverse fields.
Asset browsers
Each asset category has it's dedicated browser where you can also filter and search for specific assets. In the asset browser you can navigate between:
My tab
: Your registered assetsShared tab
: Assets that are shared with youPublic tab
: Publicly available assetsFavorites tab
: Assets that are marked as favorite
You can use keywords in the search field to search by name, tag or phrases included in the description of the public data and code.
Assets
Assets constitutes data, code and data products that belong to you or an organization you are a member of, as well as data and code shared with you by other users and organizations.
Asset types
The asset categories currently supported by TileDB Cloud are listed in the table below. These assets can be registered and accessed in TileDB Cloud with various methods, described later in an another section.
Overview
You can preview various information from the overview tab of an asset. Rich descriptions, tags, URIs, permissions, versioning information along with some asset specific information.
Preview
The preview tab displays important information relative to the asset contents.
Previews are not supported for every asset type yet, but we continue to expand the feature gradually.
Schema
Explicitly on array assets you can view detailed information regarding the schema of the array.
Metadata
Most of the asset types come with metadata, either inherited by the asset type itself, or defined by the user.
Sharing
Any asset can be shared with explicit permissions via username or email. If the email invited is not a TileDB account already, it will prompt the user for a signup first.
Settings
From the settings tab you can update your asset description and license, assign tags, rename or remove your asset, change the cloud credentials and make your asset publicly accessible.
Actions
Some assets have specific actions associated with them (highlighted by the blue buttons) such as the ability to download the asset
, copy it to another namespace
, launch a notebook
or quickly add a description
to the asset.
Adding assets
Adding assets to TileDB Cloud usually consists of two actions:
The creation or transformation of an existing or new asset to a multi-dimensional array. This can be done programmatically, via ingestion or straight from TileDB Cloud.
The registration of the asset from it's original storage location (usually S3, Azure or other cloud storage provider) to TileDB Cloud. Again this can happen either programmatically, via ingestion or from TileDB Cloud.
It's pretty common for the creation and registration of an asset to happen simultaneously.
For example when uploading a file from your computer at TileDB Cloud, it gets automatically transformed into an array, registered at your preferred namespace and saved to your selected cloud storage provider. Voila! 🔮
The most common way to register assets, is from popular cloud storage providers. You will first need to set up your cloud credentials in your profile settings at TileDB Cloud in order to do that.
TileDB doesn't host any of your assets in it's own servers. Instead it utilises cloud-native practices to connect with all popular cloud storage providers such as S3, Azure and more.
Activity
You can view all the logged activity of assets you have access to.
Profile
You can view and edit your primary and organization profile, add cloud credentials, default storage paths, API tokens, and manage your billing.
On organizations you can also manage your team members.
That was a quick product tour of TileDB Cloud. You can signup for free and start using it today with $10 free credits.
Last updated