Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement API adapter to expose Algolia index data via Nest API endpoints #331

Open
arkid15r opened this issue Jan 2, 2025 · 3 comments

Comments

@arkid15r
Copy link
Collaborator

arkid15r commented Jan 2, 2025

Is your feature request related to a problem? Please describe.
We have pretty simple API providing OWASP entities data via /api/v1/owasp... endpoints.

Describe the solution you'd like
In order to guarantee the frontend results to be consistent w/ Nest API the source of data for both must be the same.

The adapter should contain a unified code to support any entity index and take only configuration params like model/index name.

@yashpandey06
Copy link
Collaborator

Here unified can be anything like a model name .

Basically what i understood is ...there will be one adaptor to expose data based on entries ?

@arkid15r

@arkid15r
Copy link
Collaborator Author

arkid15r commented Jan 2, 2025

My goal is keep the architecture simple. I'm thinking about some sore of bridge between DRF and Algolia if possible.
This is a P3, long-term task.

@yashpandey06
Copy link
Collaborator

Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants