Giter Club home page Giter Club logo

dekaf's Introduction

Dekaf for Apache Pulsar™

Dekaf is a proprietary visual user interface for Apache Pulsar: https://dekaf.io

Screenshot 2024-02-22 at 12 43 44 PM

Feel free to start discussions or create issues in this GitHub repository.

Share your feedback!

Quick Start

  • Please make sure that you have Docker
  • Open your terminal
  • Create a new directory: mkdir dekaf && cd ./dekaf
  • Download the docker-compose.yaml file and start it:
wget https://raw.githubusercontent.com/tealtools/dekaf/main/docker-compose.yaml
docker compose pull && docker compose up

Demo Application

We also run a demo application that produces data for two new tenants in this quick start.

If you don't see the demo-schema-types and demo-shop tenants in the tenant list, try to wait for a few seconds and reload the page.

If you want to disable the demo application, remove it from the docker-compose.yaml file.

Troubleshooting

  • If the pulsar container cannot start, we recommend ensuring that you have 6GB or more Docker memory limit. We'll adjust the docker-compose memory for a lower limit later.
  • In case, you observe bookie-related errors from the pulsar container, the simplest way to fix it is to remove the corresponding Docker volume. In case you need the volume data, make a backup first. Otherwise follow these steps:
    • Stop containers by running docker compose down
    • Run docker volume ls | grep pulsar-data to find the proper <volume_name>
    • Run docker volume rm <volume_name> to delete the volume
    • Restart containers by running docker-compose up

What's Next?

Consumer Session Tutorial

https://www.dekaf.io/docs/consume/consumer-session-tutorial

Configuration Reference

https://www.dekaf.io/docs/dekaf/configuration-reference


🚧 The rest docs are under construction 🚧

dekaf's People

Contributors

visortelle avatar

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.