kubo/plugin
Andrew Gillis 52b00624cd
feat: pebbleds profile and plugin (#10530)
* include pebble as built-in plugin

Pebble provides a high-performance alternative to leveldb as the datastore, and will serve as a replacement for badger1.

There are a number of tuning parameters available for tuning pebble's performance to your specific needs. Default values are used for any that are not configured or are set to the parameter's zero-value.

Requires https://github.com/ipfs/go-ds-pebble/pull/39

Closes #10347

* docs: remove mention of ipfs-ds-convert. Rationale: https://github.com/ipfs/ipfs-ds-convert/issues/50
* docs: pebbleds profile
* test: meaningful t0025-datastores.sh
* Update config/init.go
* Update docs/config.md
* Do not hard-code zero values into pebble config
2024-10-03 13:58:14 -07:00
..
loader feat: pebbleds profile and plugin (#10530) 2024-10-03 13:58:14 -07:00
plugins feat: pebbleds profile and plugin (#10530) 2024-10-03 13:58:14 -07:00
daemon.go chore: clean migration 2023-11-29 12:29:59 +01:00
daemoninternal.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
datastore.go style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
fx.go feat: add fx options plugin 2022-08-12 17:04:29 -04:00
ipld.go style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
plugin.go doc(plugin): document plugin config 2020-05-12 21:56:02 -07:00
Rules.mk plugin: create plugin API and loader, add ipld-git plugin 2017-07-12 21:53:59 +02:00
tracer.go style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00