A demo / evaluation appliance containing all the tools needed to learn about SQLstream products
100K+
We have designed the Guavus SQLstream Docker Complete container for users that are getting started with Guavus SQLstream. It includes an Ubuntu server with s-Server, webAgent, s-Dashboard, StreamLab, and the Guavus SQLstream Cover Page installed, as well as Apache Kafka, PostgreSQL, and a set of demonstration applications with sample data.
docker run -d -p 8080:80 -p 5590:5590 -p 5595:5595 -p 5580:5580 -p 5560:5560 -p 9092:9092 -p 2181:2181 sqlstream/complete
Since 8.1.0 the new-look StreamLab is also supplied. This is exposed on port 5540. Both versions of StreamLab can be used (though not concurrently) and projects can be exchanged between them. To be able to use the new Streamlab, just add port 5540 to the list of port mappings:
docker run -d -p 8080:80 -p 5540:5540 -p 5590:5590 -p 5595:5595 -p 5580:5580 -p 5560:5560 -p 9092:9092 -p 2181:2181 sqlstream/complete
Versions before 8.0.2 use a separate Rose API server on port 5585 to support StreamLab, so add -p 5585:5585 to the docker run command.
latest: the most recent GA version (currently 8.1.0)
8.1.0 Jul 2022
8.0.9 Jun 2022
8.0.8 May 2022
8.0.7 Apr 2022
8.0.6 Mar 2022
8.0.5 Feb 2022
8.0.4 Jan 2022
8.0.3 Dec 2021
8.0.2 Dec 2021
8.0.1 Nov 2021
7.3.4 Oct 2021
7.3.3 Sep 2021
7.3.2 Aug 2021
7.3.1 July 2021
7.3.0 June 2021 - withdrawn
7.2.4 May 2021
7.2.3 April 2021
7.2.2 March 2021
7.2.1 February 2021
7.2.0 January 2021
7.1.1 December 2020
7.1.0 November 2020
7.0.6 October 2020
7.0.5 September 2020
7.0.4 August 2020
7.0.3 August 2020
7.0.2 July 2020
7.0.1 June 2020
7.0.0 May 2020
6.0.1 April 2020
all other tags are development releases - to be used only as agreed with the Guavus SQLstream team
Content type
Image
Digest
sha256:af5936edd…
Size
1.9 GB
Last updated
almost 4 years ago
docker pull sqlstream/complete