Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Revise API server to run queries on demand #88

Open
de-code opened this issue Feb 2, 2018 · 0 comments
Open

Revise API server to run queries on demand #88

de-code opened this issue Feb 2, 2018 · 0 comments

Comments

@de-code
Copy link
Collaborator

de-code commented Feb 2, 2018

Currently all of the data is loaded at startup (or when triggered after an update).
That should make the access fairly fast but isn't very scalable.

It would be better to instead build queries to run on-demand.
Challenges may be to efficiently find similar manuscripts based on their abstracts.
(May require SQL implementation of cosine similarity)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant