bitcoinsearch / summarizer

Generation of easily accessible summarization feeds for public consumption
MIT License
5 stars 5 forks source link

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

Closed urvishp80 closed 9 months ago

urvishp80 commented 9 months ago

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.