https://github.com/rodydavis/pocketbase-plugins
Set of PocketBase plugins to add features
https://github.com/rodydavis/pocketbase-plugins
full-text-search pocketbase vector-database webrtc
Last synced: 3 months ago
JSON representation
Set of PocketBase plugins to add features
- Host: GitHub
- URL: https://github.com/rodydavis/pocketbase-plugins
- Owner: rodydavis
- License: apache-2.0
- Created: 2024-08-28T07:04:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T05:50:12.000Z (almost 2 years ago)
- Last Synced: 2026-02-01T13:13:53.410Z (4 months ago)
- Topics: full-text-search, pocketbase, vector-database, webrtc
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 45
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PocketBase Plugins
Running the example:
```bash
go run --tags "fts5" . serve
```
## Plugins
- [Full Text Search](/full-text-search/README.md)
- [Vector Search/Store](/vector-search/README.md)
- [WebRTC](/web-rtc/README.md)
- [ENV Config](/env-config/README.md)