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

Substituting pandas operations with direct Elasticsearch search queries using the Python Elasticsearch Client #48

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

urvishp80
Copy link
Collaborator

Optimized the process by substituting pandas operations with direct Elasticsearch search queries using the Python Elasticsearch client. This was implemented to improve the efficiency of our operations, especially considering the significant growth in the size of our Elasticsearch index since the initial stage.

@adamjonas adamjonas merged commit 7aa5f4c into main Jan 31, 2024
@urvishp80 urvishp80 deleted the pandas-to-ES branch March 27, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants