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

Substance database #455

Open
keinsell opened this issue May 10, 2024 — with Linear · 1 comment
Open

Substance database #455

keinsell opened this issue May 10, 2024 — with Linear · 1 comment
Assignees
Labels

Comments

Copy link
Owner

keinsell commented May 10, 2024

System should include basic set of psychoactive substances provided by PsychonautWiki API. Each Substance should have information about it's own dosages, phases and effects.

For current state of application the model used by https://api.psychonautwiki.org/ can be good starting point for futher experimenting and by itself will provide enough information to build ingestion feature.

Success Criteria

  • API Application should be able to provide a filterable query to list substances from database, "filterable" may be completly subjective to developer who's implementing feature - the core requirement is filtering by psychoactive group and name.
  • API Application should provide Search API for Substances which will use precomputed index based on Substance table, the index itself should be build with names, common names and systematical names.

Related Problems

  • Add Search Engine, preferably orama should be added for @neuronek/server which should offload indexing process on application startup to worker and persist the vectors for search somewhere as json (or other) file.
@keinsell keinsell added the Feature label May 10, 2024 — with Linear
@keinsell keinsell self-assigned this May 10, 2024
Copy link

linear bot commented May 10, 2024

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

No branches or pull requests

1 participant