-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
The backend service layer is handled by Actix-web. I had a really hard-time deciding between this and Axum as they both have very compelling ecosystems. I settled on Actix because of a purely gut feeling that it'd be better for a more project.
-
The frontend client side framework of choice is Sycamore. This is the most pleasant part of the whole tech stack to work in. It's like working in SolidJS, but with Rust (and that is saying a lot, as I have grown less fond of working on the frontend with age).
-
SurrealDB is where all the backend data is getting stored. So far I have used just the SQL/Object type data structures, but I plan on using it's graph capabilities for a recommendation engine and user feed. I haven't looked into any solutions for full-text search yet (if anyone has any suggestions, please let me know)
-
Cargo is a pretty robust build tool on it's own, but for that extra automated workflow oomph, I also use cargo-make
-
...but I also jump into Lapce for something a little more like VSCode (this is majorly pre-alpha though, so it's not quite the same experience).
-
Alacritty - I spend most of my time working on this project inside this terminal emulator.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
The backend service layer is handled by Actix-web. I had a really hard-time deciding between this and Axum as they both have very compelling ecosystems. I settled on Actix because of a purely gut feeling that it'd be better for a more project.
-
Who's using Async-graphql in production? · Issue #408 · async-graphql/async-graphql
Related posts
-
Significant update within the `*-grants` ecosystem: crates to protect endpoints in widely used web frameworks.
-
Hey Rustaceans! Got a question? Ask here (11/2023)!
-
This Month in Spyglass #2 - Search your Reddit saved & upvoted posts, user configurable actions, and more!
-
[Media] Just updated Spyglass, the personal search engine. Now you can index and search inside communities to find exactly what you want
-
Dioxus v0.1 - a new Rust GUI toolkit for Web, Desktop, Mobile, SSR, TUI that emphasizes developer experience [WebView-based rendering]