Atlas Compute SDK
Project description
Atlas Compute
Atlas Compute is a Python SDK for interacting with the Atlas platform's compute resources, including ClickHouse, MinIO, and OpenSearch.
Installation
pip install atlas-compute
Usage
Connecting to Resources
from atlas_compute.compute import ComputeClient
# Initialize the client
computeclient = ComputeClient(
username="your_username",
password="your_password",
warehouse_id="your_warehouse_id"
)
# Get credentials
creds = computeclient.get_credentials()
# Create a data warehouse client
client = computeclient.create_client("warehouse")
result = client.execute("SELECT 1")
print(result)
# Create a storage client
client = computeclient.create_client("storage")
buckets = client.list_buckets()
print(buckets)
# Create a search and analytics client
client = computeclient.create_client("search_and_analytics")
buckets = client.search()
print(buckets)
Features
- Unified Authentication: Authenticate once and access all resources.
- Resource Clients: Easy creation of clients for data warehouse, storage, and search & analytics.
- Secure: Handles credential retrieval and management securely.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atlas_compute-0.1.7.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file atlas_compute-0.1.7.tar.gz.
File metadata
- Download URL: atlas_compute-0.1.7.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec31939c9c519608a6262813ddda64bc740970169116e5e871b8fde24c25f0f5
|
|
| MD5 |
c13622ec5f40b5992c0e3c537095ecaf
|
|
| BLAKE2b-256 |
4b077f6ff404254228a1ae016ead7605a16b35cc674933de1fa1a8d07752b771
|
File details
Details for the file atlas_compute-0.1.7-py3-none-any.whl.
File metadata
- Download URL: atlas_compute-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f5b03fbdb079e4c2eaa243e35db79721ee037bb13156dbc41fdb8882dc8a0da
|
|
| MD5 |
3076facc243351abac15ccfdcf38a14d
|
|
| BLAKE2b-256 |
ae8410de527049bf766d4144f657603b81b904d93006d5340fe5430bac37cae0
|