hasadna / knesset-data-pipelines

Main repository for Open Knesset project - contains the knesset data scrapers and processing pipelines
https://oknesset.org/
MIT License
14 stars 26 forks source link

should have an API which allows to do textual search across all knesset data #202

Open OriHoch opened 1 year ago

OriHoch commented 1 year ago

Preferably using Elasticsearch as some other Hasadna projects do this, might be able to learn from them.

Will require a pipeline that indexes all the data, and then an API which allows to access it.

OriHoch commented 1 year ago

see https://github.com/hasadna/standalone-tasks/issues/39

akariv commented 1 year ago

I'd be happy to assist with setting up an elasticsearch instance with semantic Hebrew support. Once that is set up, creating an indexer + api server would be pretty simple.

On Wed, Mar 15, 2023 at 6:23 PM Ori Hoch @.***> wrote:

see hasadna/standalone-tasks#39 https://github.com/hasadna/standalone-tasks/issues/39

— Reply to this email directly, view it on GitHub https://github.com/hasadna/knesset-data-pipelines/issues/202#issuecomment-1470348974, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACAY5N3TEXLWPHN3J5PDC3W4HUIPANCNFSM6AAAAAAV4CJMQY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

OriHoch commented 1 year ago

great, thank you!