Skip to main content

Fortress Platform Python API SDK

Project description

Fortress Python SDK

Welcome to the Fortress Python SDK. This SDK provides a way for you to leverage the power of the Fortress platform in your Python applications.

Installation

You can install the SDK using pip. Simply run the following command:

pip install fortress-sdk-python

Quick Start

Here is a quick example to get you started with the SDK:

from fortress_sdk_python import Fortress

# Initialize the client with your API key
client = Fortress(org_id='your_org_id', api_key='your_api_key')

# Connect to a database
conn = client.connect_tenant(tenant_name='client1')
cursor = conn.cursor()

# Execute a query to fetch all rows from a table
results = cursor.execute('SELECT * FROM your_table_name').fetchall()

# Print the results
for row in results:
    print(row)

# Close the connection
conn.close()

Documentation

Below is a list of the available functionality in the SDK. Using the SDK you can create a new tenants and point them to existing or new databases. You can also easily route data requests based on tenant names. For more detailed information, please refer to the Fortress API documentation.

Database Management:

  • create_database(platform: str, alias: str): Creates a new database.
  • delete_database(database_name: str): Deletes to a database.
  • list_databases(): Lists all databases.

Tenant Management:

  • create_tenant(tenant_name: str, isolation_level: str, platform: str, alias: str, database_id: str = ""): Creates a new tenant.
  • delete_tenant(tenant_name: str): Deletes a tenant.
  • list_tenants(): Lists all tenants.
  • connect_tenant(tenant_name: str): Connects to a tenant and turns into SQL connection.

Configuration

To use the SDK, generate an API key from the Fortress dashboard to initialize the client. Also, provide the organization ID, which is available under the API Keys page on the platform website.

License

This SDK is licensed under the MIT License.

Support

If you have any questions or need help, don't hesitate to get in touch with our support team at founders@fortress.build.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fortress_sdk_python-0.1.15.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

fortress_sdk_python-0.1.15-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file fortress_sdk_python-0.1.15.tar.gz.

File metadata

  • Download URL: fortress_sdk_python-0.1.15.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for fortress_sdk_python-0.1.15.tar.gz
Algorithm Hash digest
SHA256 fc552494d08871b1ef4a8581bef6edc0ffb561c0ac286949935bd4a895683e85
MD5 202b0e7e199952ebf4a8eda580abe6da
BLAKE2b-256 2ca2a6daf783d071ee1a22b06818c330135574580d181f6e85abd4e553a7019e

See more details on using hashes here.

File details

Details for the file fortress_sdk_python-0.1.15-py3-none-any.whl.

File metadata

File hashes

Hashes for fortress_sdk_python-0.1.15-py3-none-any.whl
Algorithm Hash digest
SHA256 23564b187406958e4ea8c694574f767d9a58e8dde36e77334271a5de492f148d
MD5 aeb53b2674cc21b90bc0e9a3562d11a4
BLAKE2b-256 94c89fab552408b3970d75e5824106c9d53606add063cf1fd9229dd4c6e93c19

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page