lsm
There are 121 repositories under lsm topic.
skyzh/mini-lsm
A course of building an LSM-Tree storage engine (database) in a week.
kubearmor/KubeArmor
Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (LSM-BPF, AppArmor).
fjall-rs/fjall
🗻 Log-structured, embeddable key-value storage engine written in Rust
Fullstop000/wickdb
Pure Rust LSM-tree based embedded storage engine
bytedance/vArmor
vArmor is a cloud native container sandbox system based on AppArmor/BPF/Seccomp. It also includes multiple built-in protection rules that are ready to use out of the box.
fjall-rs/lsm-tree
K.I.S.S. LSM-tree implementation in safe Rust
lockc-project/lockc
Making containers more secure with eBPF and Linux Security Modules (LSM)
linux-lock/bpflock
bpflock - eBPF driven security for locking and auditing Linux machines
burhanxz/Distributed-KV
分布式键值系统,供学习使用,不断完善中。截至目前:根据LSM论文,并结合CPP已有的实现,利用Java实现了LSM架构;综合Dubbo等框架的特点,实现了简洁的RPC框架。
gritzko/librdx
Replicated Data eXchange format C lib
chjj/lcdb
LevelDB implemented in C (unofficial -- not affiliated with Google in any way)
skx/linux-security-modules
A place to store my toy linux-security modules.
robaho/keydb
high performance key value database written in Go. Deprecated. Use robaho/leveldb
SarthakMakhija/go-lsm
LSM-based key-value store in Go for educational purpose.
IGITUGraz/LSM
Liquid State Machines in Python and NEST
mk-fg/apparmor-profiles
My local AppArmor profiles for apps that can use those
marvin-j97/smoltable
Bigtable but smol
nananatsu/simple-raft
简单实现raft协议
emrehanks/R-ArcGIS-LSM_ToolPack
This tool is to develop an easy-to-use tool package called Landslide Susceptibility Mapping Tool Pack (LSM Tool Pack) for producing landslide susceptibility maps based on integrating R with ArcMap Software. The proposed tool contains 5 main modules namely: (1) Data Preparation (DP), (2) Feature (Factor) Selection (FS), (3) Logistic Regression (LR), (4) Random Forest (RF), (5) Performance Evaluation (PE) and (6) Create Raster Stack (Multi-Bands).
NationalSecurityAgency/seabee
Hardens eBPF tools against privileged attackers via policy-based access controls
heineiuo/rippledb
Embeddable key-value database engine in pure TypeScript, based on LSM-Tree
bnclabs/gostore
Storage algorithms.
ricardodeazambuja/SNN-Experiments
Some of my initial studies using spiking neural networks and Python
zhouyanasd/DL-NC
spiking-neural-networks
Exeinspa/exein-openwrt-public
Openwrt 18.06.5 featured with the Exein's security framework
prologic/bitcask
🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
krasun/lsmtree
Log-structured merge-tree
node3/Linux-Security-Module
Kernel programming: This is a simple kernel module implementation for enforcing access control policies using Linux Security Module framework.
krasun/gosqldb
A key-value persistent database that supports SQL queries over B+ and LSM trees
leodido/demo-cloud-native-ebpf-day
Various eBPF programs for tracing network connections
Synarcs/DNSObelisk
Advanced kernel-native security framework to disrupt and prevent DNS-based breaches including C2 channels and tunneling with zero data loss. Combines TC, Netfilter, raw socket interception, BPF maps, and ring buffers, runs entirely on eBPF in the Linux kernel. Integrates with deep learning for advanced intelligent EDR
Gifted-s/velarixdb
An LSM storage engine designed for high throughput and significant reduction in I/O amplification written in safe rust (Under active development)
WyattJia/Pomegranate
🌳 A tiny skiplist based log-structured merge-tree written in Rust.
evdenis/lsm_bpf_check_argc0
LSM BPF module to block pwnkit (CVE-2021-4034) like exploits
robaho/leveldb
high performance key-value database written in Go. Based on Google LevelDB api.
willfindlay/suidsnoop
suidsnoop is a tool based on eBPF LSM programs that logs whenever a suid binary is executed and implements custom allow/deny lists.