aneessh18's Stars
ggerganov/llama.cpp
LLM inference in C/C++
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
dragonflydb/dragonfly
A modern replacement for Redis and Memcached
apache/flink
Apache Flink
ml-explore/mlx
MLX: An array framework for Apple silicon
karpathy/llama2.c
Inference Llama 2 in one file of pure C
rust-lang/rust-analyzer
A Rust compiler front-end for IDEs
tursodatabase/libsql
libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
pingcap/talent-plan
open source training courses about distributed database and distributed systems
aphyr/distsys-class
Class materials for a distributed systems lecture series
ddd-by-examples/library
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
borgo-lang/borgo
Borgo is a statically typed language that compiles to Go.
apache/kvrocks
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
adilkhash/Data-Engineering-HowTo
A list of useful resources to learn Data Engineering from scratch
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
jepsen-io/maelstrom
A workbench for writing toy implementations of distributed systems.
skyzh/mini-lsm
A tutorial of building an LSM-Tree storage engine in a week.
Jonghakseo/chrome-extension-boilerplate-react-vite
Chrome Extension Boilerplate with React + Vite + Typescript
ept/hermitage
What are the differences between the transaction isolation levels in databases? This is a suite of test cases which differentiate isolation levels.
kumaransg/LLD
Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.
eugene-khyst/postgresql-event-sourcing
A reference implementation of an event-sourced system that uses PostgreSQL as an event store built with Spring Boot. Fork the repository and use it as a template for your projects. Or clone the repository and run end-to-end tests to see how everything works together.
penberg/limbo
Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
Stigmatoz/web-activity-time-tracker
Chrome Extension that tracks and limits time you spent on sites
aphyr/meangirls
Convergent Replicated Data Types
resonatehq/resonate
Resonate Server - a Durable Promise store and Task Orchestrator.
cojen/TuplDB
TuplDB is a high-performance, concurrent, transactional, scalable, low-level embedded database.
louiseGrandjonc/pageinspect_inspector
A little tool to display your postgres BTree indexes in an html using pageinspect data
penberg/awesome-databases
Databases are awesome! 🕶
gate-sso/gate-wireguard
This is Gate SSO implementation for WireGuard, It allows you to setup WireGuard for your organisation using self sign up style oAuth authentication and then setup the clients automatically
jnidzwetzki/pg_debug_scan
PostgreSQL extension to debug table scans. The extension is intended to illustrate MVCC in PostgreSQL.