Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mergestat/haystack
Haystack (as in, "finding a needle in a haystack") is a Go library for searching the contents of git repositories, backed by SQLite.
https://github.com/mergestat/haystack
Last synced: 7 days ago
JSON representation
Haystack (as in, "finding a needle in a haystack") is a Go library for searching the contents of git repositories, backed by SQLite.
- Host: GitHub
- URL: https://github.com/mergestat/haystack
- Owner: mergestat
- License: mit
- Created: 2023-12-03T19:22:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-03T19:22:12.000Z (12 months ago)
- Last Synced: 2024-05-01T09:51:14.119Z (7 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haystack
Haystack (as in, "finding a needle in a haystack") is a Go library for searching the contents of git repositories, backed by (https://github.com/zombiezen/go-sqlite) SQLite.
The contents of git repositories are "indexed" into a SQLite database so that they can be searched.