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

Initial framework with Elasticsearch #3

Closed
osma opened this issue Sep 21, 2017 · 1 comment
Closed

Initial framework with Elasticsearch #3

osma opened this issue Sep 21, 2017 · 1 comment
Assignees
Milestone

Comments

@osma
Copy link
Member

osma commented Sep 21, 2017

The first version of the framework should have

  • a Flask app that can be started using "flask run"
  • a command "flask init" that creates the repository for projects in Elasticsearch
  • tests for the above, running within Travis CI
@osma osma added this to the Milestone 1 milestone Sep 21, 2017
@osma
Copy link
Member Author

osma commented Sep 21, 2017

The index name used to store information about projects should be configurable using the normal Flask mechanisms. There should be a "project" type with attributes similar to those in the projects.ini configuration in the prototype, i.e. project name, language and ES analyzer. The index name could probably be autogenerated from the project name, so no need to store it separately. (Corpus pattern is only relevant for loading operations, not necessary here)

@tvirolai tvirolai self-assigned this Sep 22, 2017
juhoinkinen pushed a commit that referenced this issue Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants