Code Monkey home page Code Monkey logo

handling-streaming-apache-pulsar's Introduction

Handling Streaming Data with Apache Pulsar

Repository for course Handling Streaming Data with Apache Pulsar @ Pluralsight

Installing Apache Pulsar 2.6.0

Setting Java version

Apache Pulsar runs in OpenJDK11 so we must install it and set JAVA_HOME to be it.

Windows

Download the installer from here and execute it. This will unzip the Java compressed folder, set JAVA_HOME and add it to your PATH

Linux

Run

sudo apt install openjdk-11-jdk
export JAVA_HOME=`/usr/libexec/java_home -v 11`

Mac

Run

brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
export JAVA_HOME=`/usr/libexec/java_home -v 11`

Downloading the binary

To install Pulsar I recommend downloading the binary package here and unzip it.

In Unix this is done simply by running:

tar xvfz Downloads/apache-pulsar-2.6.0-bin.tar.gz

Apache Pulsar has it's own CLI inside the binary package, so to start the standalone instance (the one we have seen in this course) we just have to run in the Terminal (or Powershell for Windows Users)

export PATH="/Users/axelsirota/apache-pulsar-2.6.0/bin:$PATH"
pulsar standalone

And done!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.