1
0
Fork
You've already forked noblit
0
An immutable append-only database https://ruuda.github.io/noblit/
  • Rust 78.2%
  • Python 10.1%
  • Raku 6.1%
  • Haskell 3.7%
  • Perl 1.1%
  • Other 0.8%
Find a file
Ruud van Asseldonk e7b3a4f07a Ban the use of LLMs in the issue tracker
I already had a line in place to discourage LLM-generated *code*, but
recently I see things popping up where accounts are posting what looks
like LLM-generated messages in pull requests and issue trackers.
I saw a comment pop up now, I seriously wonder, was this a human who
copy-pasted ChatGPT output, or do people give Claude Code access to 'gh'
with a valid token, and do they let agents autonomously post comments
upstream on their behalf?
Whatever it was, it's a waste of everybody's time, and I want nothing to
do with this in my repositories.
2025年12月03日 20:10:13 +01:00
client Fix type errors discovered by new Mypy version 2021年06月27日 19:50:24 +02:00
docs Make colons bold in definition list 2023年11月20日 23:21:54 +01:00
examples Add convenience constructors for temporary values 2020年11月15日 19:26:18 +01:00
fuzz Add convenience constructors for temporary values 2020年11月15日 19:26:18 +01:00
golden Fix type errors discovered by new Mypy version 2021年06月27日 19:50:24 +02:00
libnoblit Add support for mmapped databases to the C API 2020年05月16日 22:07:55 +02:00
noblit Make optimizer iterations adaptive 2020年11月15日 20:02:06 +01:00
tools Fix "type error" in corpus packer 2020年02月20日 22:47:17 +01:00
.gitignore Add script to generate noblit.h from docs 2020年02月02日 20:37:53 +01:00
.gitmodules Move docs theme into docs directory 2019年10月01日 21:01:30 +02:00
.travis.yml Update cargo-fuzz to 0.8.0 2020年06月26日 21:49:29 +02:00
build Exercise all indexes in htree_insert fuzzer 2020年02月16日 00:05:52 +01:00
Cargo.lock Begin working on haveibeenpwned example 2020年03月08日 18:50:02 +01:00
Cargo.toml Begin working on haveibeenpwned example 2020年03月08日 18:50:02 +01:00
CONTRIBUTING.md Ban the use of LLMs in the issue tracker 2025年12月03日 20:10:13 +01:00
default.nix Move Nix import into nixpkgs-pinned.nix 2020年06月20日 18:48:35 +02:00
flake.lock Update pinned Nixpkgs to 24.05 2024年09月08日 10:01:27 +02:00
flake.nix Update pinned Nixpkgs to 24.05 2024年09月08日 10:01:27 +02:00
LICENSE Initial commit 2018年11月14日 21:19:06 +01:00
mkdocs.yml Point docs site at self-hosted one 2022年12月22日 23:26:10 +01:00
nixpkgs-pinned.nix Update binutils-wrapper to 2.35.1, and 601 changes 2021年06月27日 19:33:02 +02:00
README.md Remove outdated sections from readme 2020年02月16日 21:28:07 +01:00
rust-toolchain Add Rust project skeleton 2018年11月14日 21:52:43 +01:00

Noblit

Vaporware warning: much of the content below is hypothetical.

Build Status

Noblit is an embeddable append-only database. The database records a history of immutable (entity, attribute, value) tuples. Tuples can be asserted and retracted. A retraction is recorded as a new fact; it is not a delete. Any historical state of the database can be reproduced, and the history is first-class and queryable.

Learn more

Select documentation links:

Some example queries, in the form of golden tests:

Status

Noblit is a toy project. It is pre-alpha, and not supported in any way.

License

Noblit is licensed under the Apache 2.0 license. It may be used in free software as well as closed-source applications, both for commercial and non-commercial use under the conditions given in the license. If you want to use Noblit in your GPLv2-licensed software, you can add an exception to your copyright notice. Please do not open an issue if you disagree with the choice of license.