Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerollmops/croissantine
Croissantine le Search Engine
https://github.com/kerollmops/croissantine
rust search-engine
Last synced: 7 days ago
JSON representation
Croissantine le Search Engine
- Host: GitHub
- URL: https://github.com/kerollmops/croissantine
- Owner: Kerollmops
- License: mit
- Created: 2023-09-03T14:25:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T14:33:46.000Z (about 1 year ago)
- Last Synced: 2023-09-16T07:40:03.760Z (about 1 year ago)
- Topics: rust, search-engine
- Language: Rust
- Homepage: https://croissantine.com
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Croissantine
An open source french search engine experiment using the Common Crawl WARC files for now.
## Deploy on the already running instance
```bash
git pull --prune --rebase
cargo install --path .
systemctl restart croissantine
```