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

Integrate Elastic Search into the existing GitlabProjectAPI implementation #126

Open
epsstan opened this issue Mar 22, 2021 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@epsstan
Copy link
Contributor

epsstan commented Mar 22, 2021

Feature Request

Integrate Elastic Search into the existing GitlabProjectAPI implementation.

Description of Problem:

The current implementation of the ProjectAPI iterates through all Gitlab projects and filters the projects with the Legend tag.
This is "slow" as it makes multiple network calls to the Gitlab API.

Potential Solutions:

The Gitlab Enterprise Edition offers Elastic Search indexing. Instead of iterating over all projects we can search for Legend projects.

Note : Elastic Search Indexing is not available on the community edition. We have to support both the Enterprise and Community Editions.

@epsstan epsstan added the good first issue Good for newcomers label Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant