Git Product home page Git Product logo

super-probugr's Introduction

Super Probugr

Goals of Super Probugr

Create a simple UI for interfacing with Kafka and gRPC using protobufs. This is a tool, not an example of a perfect js app.

Workflow

A user should be able to...

  1. Upload their proto files.
  2. From a JSON body, send messages to Kafka or call gRPC service methods.
  3. Be cool.

Usage

To run with host networking docker run -d --network host mickoallen/super-probugr:latest. This is recommended since it makes calling back to your local gRPC services and Kafka broker simpler, but only works in environments where host networking is supported, such as linux.

To run without host networking docker run -d -p 5052:5052 mickoallen/super-probugr:latest.

Upload proto files:

Connect to gRPC server:

Send messages to kafka:

Installation

Requires Node >=8.0, NPM >=5

npm install

Setup/Development

  1. Start mongodb cd mongodb + docker-compose up
  2. npm run dev:serve or debug super-probugr/bin/www with env var PORT=5052 in Intellij to start the server.
  3. npm run dev:clientto start the UI with hot reload

Technologies

  • NodeJS
  • Express
  • VueJS
  • Vuetify Material Design Framework
  • MongoDB

Code was based on this template - https://github.com/aturingmachine/mevn-stack

Lot's of cleanup needs to happen, naming, organization etc.

Todo list

Feature Status
Change json input and display boxes to a json formatted component todo
Remember user preferences for theme select todo

Known Issues

  • Hover and click states doesn't work with the 'Select Proto Files' button in the upload dialogue.
  • Occasional race conditions trying to start the container.
  • Enum values in the JSON must be represented by their index as defined in the proto, no the associating value.

yourmom

super-probugr's People

Contributors

mickoallen avatar mickiscool avatar

Stargazers

 avatar Samuel.Zhu avatar Alexander Andriishyn avatar  avatar

Watchers

 avatar

Forkers

samuel-zhu

super-probugr's Issues

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.