Hexagonal architecture in Rust #1

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vacuum

    Vacuum is a system-wide configuration file collector (by idursun)

  • I had written one of my pet projects following hexagonal architecture: https://github.com/idursun/vacuum

  • tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  • I'd prefer to have something like the tokio repository where they have a workspace with multiple members (one being the core library) and inside you put the business code inside as you want without a "core" or "domain" folder.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sniper

    Educational Rust implemenation of Auction Sniper from Growing Object-Oriented Software, Guided By Tests (by dpc)

  • Basically I'm implementing what I describe in https://dpc.pw/growing-object-oriented-software-vs-what-i-would-do as https://github.com/dpc/sniper . It's data-oriented, hexagonal architecture and has elements of event log / event sourcing. WIP and everything is a mess RN. I'm going to need transaction between auction state store and event log output here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The More You Gno: Gno.land Monthly Updates - 6

    8 projects | /r/Gnoland | 30 Nov 2023
  • What's the canonical way of doing it in rust?

    1 project | /r/rust | 16 Oct 2023
  • netcrab: a networking tool

    4 projects | dev.to | 14 Oct 2023
  • Thread-per-Core

    3 projects | news.ycombinator.com | 6 Oct 2023
  • How should I structure a medium sized crate?

    3 projects | /r/rust | 14 Aug 2023