Coder Social home page Coder Social logo

ricardoalmeida / callysto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jet-engine/callysto

1.0 1.0 0.0 3.53 MB

Stream processing framework.

Home Page: https://vertexclique.github.io/callysto/

License: Apache License 2.0

Rust 99.42% Dockerfile 0.58%

callysto's Introduction

callysto

Requirements

  • cmake
  • clang
  • libtool
  • libstdc++-devel

Rust MSRV

We are using:

cargo 1.60.0 (d1fd9fe 2022-03-01)

Running

With Docker Compose - Nerdctl Compose

  1. You need to have docker installation locally. With containerd backend, if you want to bring single node Kafka replacement use:
nerdctl compose up

If you want to bring Confluent Kafka single node. You can:

nerdctl compose -f docker-compose.kafkasn.yml

If you want to bring full blown Confluent Kafka cluster. Use:

nerdctl compose -f docker-compose.kafkacluster.yml

Mind that nerdctl command is interchangeable with docker.

With K8S

  1. You need to have K8S installation locally.
cd k8s && kubectl apply -f . && kubectl port-forward svc/redpanda 9092:9092
  1. Now you can run the producers in Python.
virtualenv venv
source venv/bin/activate
which pip3 # check that it is pointing to venv
pip3 install aiokafka -U
python examples/producer.py
  1. Now you can spawn the double agent example (without durability).
RUST_LOG="info,rdkafka::client=warn" RUST_BACKTRACE=full cargo run --example double-agent

Environment variables passed above is optional, but suggested for development.

callysto's People

Contributors

renovate-bot avatar ricardoalmeida avatar vertexclique avatar

Stargazers

 avatar

Watchers

 avatar

callysto's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update Rust crate pin-project-lite to 0.2.14
  • Update Rust crate daemonize to 0.5
  • Update Rust crate futures-lite to 1.13
  • Update Rust crate rdkafka to 0.36.2
  • Update Rust crate rocksdb to 0.22
  • Update Rust crate url to 2.5
  • Update Rust crate dirs to v5
  • Update Rust crate futures-lite to v2
  • Update Swatinem/rust-cache action to v2
  • Update actions/checkout action to v4
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
Cargo.toml
  • nuclei 0.1.3
  • lightproc 0.3.5
  • lever 0.1.2
  • thiserror 1.0
  • async-trait 0.1
  • futures 0.3
  • futures-timer 3.0
  • crossbeam-channel 0.5
  • rdkafka 0.28.0
  • tracing 0.1
  • tracing-subscriber 0.3
  • url 2.2
  • libc 0.2.122
  • cuneiform-fields 0.1
  • serde 1.0
  • serde_json 1.0
  • bincode 1.3
  • http-types 2.12
  • async-h1 2.3
  • pin-project-lite 0.2.8
  • futures-lite 1.12
  • rocksdb 0.18
  • elasticsearch 7.14.0-alpha.1
  • daemonize 0.4
  • dirs 4.0.0
docker-compose
docker-compose.kafkacluster.yml
  • confluentinc/cp-zookeeper 7.1.0
  • confluentinc/cp-kafka 7.1.0
  • confluentinc/cp-schema-registry 7.1.0
  • cnfldemos/kafka-connect-datagen 0.5.0-6.2.0
  • confluentinc/cp-ksqldb-server 7.1.0
  • confluentinc/cp-ksqldb-cli 7.1.0
  • confluentinc/cp-enterprise-control-center 7.1.0
  • confluentinc/ksqldb-examples 7.1.0
  • confluentinc/cp-kafka-rest 7.1.0
docker-compose.kafkaguisn.yml
docker-compose.kafkasn.yml
docker-compose.yml
dockerfile
docker/Dockerfile
github-actions
.github/workflows/cicd.yml
  • actions/checkout v3
  • actions-rs/toolchain v1
  • Swatinem/rust-cache v1
  • actions-rs/cargo v1
  • actions-rs/cargo v1
  • actions-rs/cargo v1

  • Check this box to trigger a request for Renovate to run again on this repository

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.