Code for the SpectrumX Data System SDK and Gateway.
Note
The SDK and Gateway are under active development and features might not be implemented or change. Reach out to the maintainers for more information.
The SpectrumX Data System (SDS) is a system for storing and managing radio-frequency data in a distributed, scalable, and secure manner. The SDS consists of two main components that are in this project:
The Gateway is a Django web application to manage the data store and expose an API for clients to interact with the system.
The Gateway is the closest interface to the stored data. It provides a RESTful API for clients to authenticate, push and pull data, and discover assets stored in the system. The Gateway also features a web-based user interface for clients to interact with the system.
The SDK (Software Dev Kit) here is a reference implementation in Python to interact with the API exposed by the Gateway.
The SDK is the primary form that Python clients interact with SDS: either directly by installing the Python package from PyPI, or indirectly by using the SpectrumX Visualization Platform.
Clients may use the SDK to authenticate, to push and pull data from SDS, and to discover assets stored in the system. In general, basic CRUD operations on SDS entities are to be eventually supported by this system.