Reference Guide |
|
FairCom REST API Reference |
|
Audience: |
Developers |
Subject: |
FairCom’s high-performance NAV and SQL database technology. |
Copyright: |
© Copyright 2022, FairCom Corporation. All rights reserved. For full information, see the FairCom Copyright Notice. |
This document describes the FairCom DB REST API. You will find the following sections in this document:
The REST API
REST (REpresentational State Transfer) is an architecture for distributed systems. In a REST architecture, data and functionality are considered "resources":
A clearly defined set of operations is used to act upon resources. Clients and servers exchange representations of resources using a standardized interface and protocol (e.g., HTTP).
Every resource method needed to change the resource state is part of the response for that resource. Resource methods may correspond to HTTP GET, PUT, POST, and DELETE methods, although no particular assignment is required to make an API RESTful.
To be considered "RESTful," an interface must possess these properties:
FairCom DB REST API
FairCom has made FairCom DB available via a REST interface. The current offering is a Navigational API, which is ideally suited for handling raw sensor data, providing high-speed processing with immediately-consistent ACID transactions. See Navigational REST API.
References: