What’s everyone working on this week (51/2022)?

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

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarLint - Clean code begins in your IDE with SonarLint
  • SaaSHub - Software Alternatives and Reviews
  • protoc-gen-mdbook

    protoc plugin to generate mdBook pages

    Wiring up prost(-types) with Askama in protoc-gen-mdbook to generate more sensible gRPC service documentation than what protoc-gen-doc offers. Despite the name of the protoc plugin the output can of course be integrated in any Markdown-based documentation system.

  • guiver

    GUI programming with Rust

    guiver: i've finished tab/focus order recently. Will implement text cursor movement and text selection for the text input widget.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • edma

    EDMA is an interactive terminal app for managing multiple embedded databases system at once with powerful byte deserializer support.

    After three weeks working non stop on this project, I proudly share my side project [EDMA v0.1.0](https://github.com/nomadiz/edma) beta version has been released! ## What is EDMA? **EDMA: Embedded Database Management for All** is an open source project made to manage embedded key-value storages. EDMA is a TUI (Terminal User Interface) that is easy to install and configure. It allows engineer to traverse the embedded database and deserialize byte data with provided byte layout. This enhances the experience of working with low level database system like RocksDB or Redb. https://github.com/nomadiz/edma ## Features - Multi embedded database supported: `RocksDB`, `Redb` - Cross-platform supported: `Windows`, `Linux` and `MacOS` - Custom byte layout deserialization - Execute database command directly in terminal - Interactive terminal interface with keyboard only control - Iterate key-value pairs from column family and table ## Installation ``` cargo install --version 0.1.0-beta.3 edma ```

  • gql_db

    Relational Database Server with Integrated Version Control

    GQL-DB, an SQL Database Server with integrated version control. This was a really great capstone project, especially given that this was all of our first projects with Rust.

  • SudokuSolver

    CLI Sudoku Solver written in Rust (by Paulemeister)

    a sudoku solver with a cli

  • zawgl

    Zawgl Database

    I am working on my graph db written in Rust 🙂 zawgl

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