7 Commits

Author SHA1 Message Date
Manuel Raynaud 78cf668cd7 🔨(kind) add help to pause and resume a cluster
Once started, the cluster can not be paused using kind or ctlptl
command. 2 helpers are added to pause and resume docker containers
running the cluster.
2025-01-10 14:46:06 +01:00
Manuel Raynaud 9fc7e58414 🔧(core) update tilt and helm files to make it works
Opensearch was missing in the dev dependencies when deploying in a local
k8s using Tilt. Also the secrets and values have been updated
accordingly to make it works.
2025-01-10 14:46:06 +01:00
Manuel Raynaud 8a2876d25b 🔧(core) rename docker-compose.yml file in compose.yml
docker-compose.yml file is the legacy configuration file for
docker-compose version 1. Since version 2 is a plugin for docker, they
also changed the name of the configuration file to compose.yml. So we
rename this file.
2025-01-10 14:46:06 +01:00
Manuel Raynaud 065bd42798 🔨(core) merge scripts directory in bin directory
scripts directory was containing bash scripts but bin directory also
have bash scripts. We merge both in the bin one to find them in only one
place.
2025-01-10 14:46:06 +01:00
Manuel Raynaud 2172e005e8 🔥(core) remove code related to a frontend application
There is no frontend application in the find project. All code related
to a frontecnd application is removed.
2025-01-10 14:46:06 +01:00
Manuel Raynaud 325fd0a8dc ♻️(core) rename drive project in find
Initially the project was named drive and many references are still
present. We decided to revamp all the project to only have references to
find.
2025-01-10 14:46:06 +01:00
Samuel Paccoud cb33899132 (backend) first working prototype
This is built from our boilerplate and adds a first working
prototype of indexing (single document or bulk) and searching
(with basic filtering and sorting. No authentication yet).

Run `make demo` to generate an index for development.
2024-09-02 20:15:41 +02:00