What's everyone working on this week (40/2021)?

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
  • bonsaidb

    A developer-friendly document database that grows with you, written in Rust

  • I replaced Sled in BonsaiDb with a new storage layer I wrote: Nebari. I just wrote a post this morning recalling my struggles over the last month to feel comfortable sharing this project outside of a smaller group of people.

  • nebari

    A pure Rust database implementation using an append-only B-Tree file format.

  • I replaced Sled in BonsaiDb with a new storage layer I wrote: Nebari. I just wrote a post this morning recalling my struggles over the last month to feel comfortable sharing this project outside of a smaller group of people.

  • 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
  • forbidden

    An auth system/library for Rust applications

  • Still iterating the design for https://github.com/mamcx/forbidden, a potential auth system for Rust.

  • BoilR

    Synchronize games from other platforms into your Steam library (by PhilipK)

  • Making some more integrations for BoilR. It has been pretty fun reverse engineering how the differing launchers work and then making parsers that can read thier formats. my favorit so far has been itch.io, they have this database file, but I ended up just using the nom crate to parse it for specific strings. Much faster than doing a full db integration.

  • engula

    Engula is a distributed key-value store, used as a cache, database, and storage engine.

  • I finished the first demo of a new storage engine called Engula.

  • rust-gpu

    🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧

  • Another aspect of writing code for GPUs are the shaders, the code that gets executed in the GPU. These can be written in CUDA C (for CUDA), OpenCL C (for OpenCL), GLSL (if using graphic/compute APIs such as OpenGL), etc. Rust can be used for this purpose too, thanks to rust-gpu, but it is a bit more complex to get started.

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

  • GreptimeDB: A fast and cost-effective alternative to InfluxDB

    1 project | news.ycombinator.com | 6 Apr 2024
  • Another distributed time-series database written in Rust

    1 project | news.ycombinator.com | 12 Feb 2024
  • Another distributed time-series database written in Rust

    1 project | news.ycombinator.com | 5 Feb 2024
  • What's everyone working on this week (49/2023)?

    6 projects | /r/rust | 5 Dec 2023
  • New release of Parseable [Log analytics system written in Rust] is now available

    1 project | /r/rust | 3 Oct 2023