https://github.com/friendsofshopware/froshtypesense
Typesense
https://github.com/friendsofshopware/froshtypesense
Last synced: about 1 month ago
JSON representation
Typesense
- Host: GitHub
- URL: https://github.com/friendsofshopware/froshtypesense
- Owner: FriendsOfShopware
- Created: 2024-05-13T08:33:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T16:37:42.000Z (about 2 months ago)
- Last Synced: 2025-03-07T17:32:35.776Z (about 2 months ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Frosh Typesense
Replaces the Shopware search with the Open Source [Typesense](https://typesense.org/) engine.
## 🚧 Status 🚧👷👷👷🏗 Under heavy development at [Pre-SCD Hackathon](https://shop.firegento.com/shopware-community-hackathon-scd-2024.html).
Not usable, yet.## Installation
### Git
```bash
composer config repositories.frosh-typesense vcs [email protected]:FriendsOfShopware/FroshTypesense.git
composer require frosh/typesense
```### Packagist
Not yet.
### Store
Not yet.
## Development
You can start a locker typesense server using docker compose
```bash
cd vendor/frosh/typesense
docker-compose up -d
```Standard API KEY of the Typesense server is `dev` and can be overwritten.