Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Started rewriting from 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbh committed Oct 17, 2023
1 parent 65247a4 commit 490120e
Show file tree
Hide file tree
Showing 35 changed files with 423 additions and 3,285 deletions.
700 changes: 297 additions & 403 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
members = ["broker", "observer", "shared_structures", "producer", "consumer"]
members = ["nyx-storage"]

[workspace.package]
name = "nyx"
version = "0.1.0"
edition = "2021"
description = "Nyx is a multi-threaded version of some what a Kafka"
description = "Streaming data platform of the 21st century"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -15,3 +15,4 @@ clap = { version = "4.3.8", features = ["cargo"] }
serde = { version = "1.0.171", features = ["derive", "rc"] }
serde_json = "1.0.102"
sysinfo = "0.29.8"
async-std = "1.12.0"
17 changes: 0 additions & 17 deletions broker/Cargo.toml

This file was deleted.

17 changes: 0 additions & 17 deletions broker/README.md

This file was deleted.

209 changes: 0 additions & 209 deletions broker/src/lib.rs

This file was deleted.

Loading

0 comments on commit 490120e

Please sign in to comment.