Quick Start
This guide explains how to set up the Hyperspace database in minutes.
1. Installing the Hyperspace API Client
pip install git+https://github.com/hyper-space-io/hyperspace-py2. Creating a local instance of the Hyperspace client
hyperspace_client = hyperspace.HyperspaceClientApi(host=host_address,
username=username,
password=password)3. Running Hyperspace queries
hyperspace_client.create_collection('schema.json', 'collection_name')Last updated