You don´t have to think about how you want to connect something - only what.basebox does the rest.
Whatever You Connect.
basebox Handles Your Data Safely.
Smartphones
Devices, such as smartphones, are securely linked with basebox. The data exchange takes place via HTTPS. You define which data, to what extent, by whom, and with which rights get exchanged between basebox and the smartphone. basebox contains rights management for easy configuration.
Bluetooth (BLE), Wi-Fi
A device like a smartphone connected to basebox can be connected to other devices, such as sensors. >>Devices can connect with each other via Bluetooth (BLE), Wi-Fi, or any other technology.
Sensors
Any device that speaks GraphQL can directly connect to basebox.
Maintain a Lot of Power With Python for Business Logic and GraphQL for Data.
GraphQL API
Connect your frontend client via the universal GraphQL API. In your query, you describe what data you want to get. basebox converts your GraphQL to SQL, hits the database, and returns the results in JSON format.
LEARN MOREPython Business Logic
The business logic layer allows custom logic to be injected into basebox. It is implemented in Python (you write Python code to implement custom logic) and called like a hook function before and after basebox hits the database.
A gRPC based business logic layer is in the making, allowing you to use microservices for custom logic.
Don’t Think About How to Connect -
But What.
JSON
JSON (JavaScript Object Notation) is an open standard file and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including web applications with servers.
More to Come
We will add a sophisticated data export module that supports multiple data exchange standards, such as
- CSV
- XML
- FHIR
- ...