Skip to main content

Ibis backend for the SingleStoreDB database

Project description

Ibis backend for SingleStoreDB

This project contains an Ibis backend for the SingleStore database. This allows you to access and manipulate your data using a DataFrame-like API.

Install

This package can be installed from PyPI using pip:

pip install ibis-singlestoredb

Usage

Connections to the SingleStoreDB database are made using URLs that specify the connection driver package, server hostname, server port, and user credentials.

import ibis

# Connect using the default connector
conn = ibis.singlestoredb.connect('user:password@host:3306/db_name')

# Get an Ibis DataFrame object that points to the 'employees' table
employees = conn.table('employees')

# Apply DataFrame-like operations (lazily)
res = employees[employees.name.like('Smith')][employees.deptId > 1]

# Execute the operations
res.execute()

Connecting to the HTTP API is done as follows:

# Use the HTTP API connector
conn = ibis.singlestoredb.connect('http://user:password@host:8080/db_name')

Examples

There are some example Jupyter notebooks in the examples directory.

License

This library is licensed under the Apache 2.0 License.

Resources

User agreement

SINGLESTORE, INC. ("SINGLESTORE") AGREES TO GRANT YOU AND YOUR COMPANY ACCESS TO THIS OPEN SOURCE SOFTWARE CONNECTOR ONLY IF (A) YOU AND YOUR COMPANY REPRESENT AND WARRANT THAT YOU, ON BEHALF OF YOUR COMPANY, HAVE THE AUTHORITY TO LEGALLY BIND YOUR COMPANY AND (B) YOU, ON BEHALF OF YOUR COMPANY ACCEPT AND AGREE TO BE BOUND BY ALL OF THE OPEN SOURCE TERMS AND CONDITIONS APPLICABLE TO THIS OPEN SOURCE CONNECTOR AS SET FORTH BELOW (THIS “AGREEMENT”), WHICH SHALL BE DEFINITIVELY EVIDENCED BY ANY ONE OF THE FOLLOWING MEANS: YOU, ON BEHALF OF YOUR COMPANY, CLICKING THE “DOWNLOAD, “ACCEPTANCE” OR “CONTINUE” BUTTON, AS APPLICABLE OR COMPANY’S INSTALLATION, ACCESS OR USE OF THE OPEN SOURCE CONNECTOR AND SHALL BE EFFECTIVE ON THE EARLIER OF THE DATE ON WHICH THE DOWNLOAD, ACCESS, COPY OR INSTALL OF THE CONNECTOR OR USE ANY SERVICES (INCLUDING ANY UPDATES OR UPGRADES) PROVIDED BY SINGLESTORE. BETA SOFTWARE CONNECTOR

Customer Understands and agrees that it is being granted access to pre-release or “beta” versions of SingleStore’s open source software connector (“Beta Software Connector”) for the limited purposes of non-production testing and evaluation of such Beta Software Connector. Customer acknowledges that SingleStore shall have no obligation to release a generally available version of such Beta Software Connector or to provide support or warranty for such versions of the Beta Software Connector for any production or non-evaluation use.

NOTWITHSTANDING ANYTHING TO THE CONTRARY IN ANY DOCUMENTATION, AGREEMENT OR IN ANY ORDER DOCUMENT, SINGLESTORE WILL HAVE NO WARRANTY, INDEMNITY, SUPPORT, OR SERVICE LEVEL, OBLIGATIONS WITH RESPECT TO THIS BETA SOFTWARE CONNECTOR (INCLUDING TOOLS AND UTILITIES).

APPLICABLE OPEN SOURCE LICENSE: Apache 2.0

IF YOU OR YOUR COMPANY DO NOT AGREE TO THESE TERMS AND CONDITIONS, DO NOT CHECK THE ACCEPTANCE BOX, AND DO NOT DOWNLOAD, ACCESS, COPY, INSTALL OR USE THE SOFTWARE OR THE SERVICES.

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

ibis_singlestoredb-0.4.3.tar.gz (56.0 kB view details)

Uploaded Source

Built Distribution

ibis_singlestoredb-0.4.3-py3-none-any.whl (73.1 kB view details)

Uploaded Python 3

File details

Details for the file ibis_singlestoredb-0.4.3.tar.gz.

File metadata

  • Download URL: ibis_singlestoredb-0.4.3.tar.gz
  • Upload date:
  • Size: 56.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for ibis_singlestoredb-0.4.3.tar.gz
Algorithm Hash digest
SHA256 d7b7a47d3bb65a0e557702858f3f940f7a7a7be8deafcd058ac7fac37d3e661b
MD5 bb82b42d61822c1898223c27a4624f58
BLAKE2b-256 58abe7ae82eff73ca9c12bfe91a01a7042894c162c14a69f486b186f2fad8a14

See more details on using hashes here.

File details

Details for the file ibis_singlestoredb-0.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for ibis_singlestoredb-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a1e1ac886e168fa8355d908bfab6e8ae29ce2f837b9d2db9e89b3c1a8ae357dc
MD5 250099cbc4b1e0644142d1eb6ccf6939
BLAKE2b-256 3e61f389c6bb375720e558f99daa892296085ae52126864bf00e2a634b64dd61

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