An open API service indexing awesome lists of open source software.

https://github.com/factana/fogwing-data-storage-extractor

A sample Python program to extract your data from Fogwing
https://github.com/factana/fogwing-data-storage-extractor

data-storage-extractor factana fogwing fogwing-data-storage python

Last synced: 17 days ago
JSON representation

A sample Python program to extract your data from Fogwing

Awesome Lists containing this project

README

        

# **_Fogwing IIoT Data Extration API Examples_**

## **Overview**
This repository provides code examples for extracting data from Fogwing IIoT platform using its API. Its purpose is to assist anyone interested in using the API to get started and learn how to extract data from [Fogwing IIoT](https://portal.fogwing.net/) using either an API Token or an API Key.

## **Getting Started**
To get started, you will need to have a Fogwing IIoT account. If you don't have an account already, you can sign up for one on the [Fogwing Portal](https://portal.fogwing.net/).

Once you have an account and data in it, you can use the examples in this repository to extract data from Fogwing IIoT platform using the API.

## **Contents**

This repository contains two folders:

1. [using_API_key](https://github.com/factana/fogwing-data-storage-extractor/blob/master/using_API_key/): This folder contains example code snippets for extracting data from Fogwing IIoT using an API Key.
2. [using_API_token](https://github.com/factana/fogwing-data-storage-extractor/blob/master/using_API_token/): This folder contains example code snippets for extracting data to Fogwing IIoT using an API Token.

Each folder contains a README.md file with instructions on how to extract data using the respective authentication method.

## **Where to Find Help and Resources for Fogwing**
* [Fogwing Open APIs Docs.](https://api.fogwing.net/)
* [Fogwing Platform Forum.](https://community.fogwing.io/)
* [Fogwing Platform Docs.](https://docs.fogwing.io/)

## Please visit https://www.fogwing.io/industrial-iot-platform/ for more information about Fogwing Industrial IoT Platform. ##