Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
/ crisp4bigdata-mw Public archive
forked from lensesio/fast-data-dev

Mediator-wrapper docker image for CRISP4BigData based on Apache Kafka

License

Notifications You must be signed in to change notification settings

tucuxi/crisp4bigdata-mw

 
 

Repository files navigation

CRISP4BigData-MW

Docker image for the Mediator/Wrapper prototype implementation within CRISP4BigData with the following components:

  • Confluent Open Source with Apache Kafka and ZooKeeper
  • REST Proxy
  • Schema Registry
  • Kafka Connect with several connectors for data sources and sinks
  • FTP source connector, adapted for sample data from the Metaplat project
  • Landoop Kafka Tools
  • Front page, adapted for CRISP4BigData

Usage

The image is available from Docker Hub. To run it, you need to have Docker installed.

In order to pull the image from Docker Hub and execute it on Linux, run the following command. If you use Windows or macOS, you must create a virtual machine before running the image.

docker run -d --net=host -e ADV_HOST=<IP> --name mw tucuxi/crisp4bigdata-mw

Build

This repository contains the source code for the image. You need a Docker installation to build it. Clone this repository using git and run the following command in the top-level directory of the repository in order to build the image.

docker build -t tucuxi/crisp4bigdata-mw .

Documentation

Please refer to the Master's thesis for full documentation.

About

Mediator-wrapper docker image for CRISP4BigData based on Apache Kafka

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 75.6%
  • HTML 16.9%
  • JavaScript 7.5%