Firehose Documentation Center
Firehose Client Application
Our open source Firestarter project provides a small collection of services and sample applications to help you get started. It is an example of a multi-tier application using Python 3 and Docker containers. It demonstrates connectivity, message queueing, processing flight status, and plotting flight positions.
Firehose Examples
These examples are intended to demonstrate basic connectivity to Firehose in various languages and print received messages on screen.
Java
This open
source code
provides an example with google-gson parsing.
Another
example with json-simple parsing.
C#
This open source code provides an example with Json.NET.
Python
This open source code provides a simple demonstration using Python 3.
Perl
This open source code provides an example of how to get data using Perl 5.
PHP
This open source code provides an example of how to get data using PHP 5.
Tcl
This open source code provides an example of how to get and parse the data using tcl and its JSON library.