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

Local dev setup persisting model locally, and using ElasticSearh on d… #2065

Conversation

ghost
Copy link

@ghost ghost commented Nov 7, 2019

Local dev setup persisting model locally, and using ElasticSearch on docker (image/IDE setup not included)

This provides two distinct dev features:

  1. A profile that allows persisting the model locally across repository restarts, and simplifies some of the runtime parameters (you only need to provide the github-related personal credentials in the runtime configuration). Uses AWS plugins for generators by default.

  2. References to this profile in the ElasticSearchConfiguration, so that is used instead of the "SimpleSearch" when running locally. It is implied that an ElasticSearch instance will run locally on the default ports as single-node (i.e. with Docker).

Signed-off-by: Menahem Julien Raccah Lisei menahemjulien.raccahlisei@bosch-si.com

…ocker (image/IDE setup not included)

This provides two distinct dev features:

1. A profile that allows persisting the model locally across repository restarts, and simplifies some of the runtime parameters (you only need to provide the github-related personal credentials in the runtime configuration)

2. References to this profile in the ElasticSearchConfiguration, so that is used instead of the "SimpleSearch" when running locally. It is implied that an ElasticSearch instance will run locally on the default ports as single-node (i.e. with Docker).

Signed-off-by: Menahem Julien Raccah Lisei <menahemjulien.raccahlisei@bosch-si.com>
@aedelmann aedelmann merged commit 420e514 into eclipse:development Nov 8, 2019
@aedelmann aedelmann deleted the feature/local_dev_setup_persisting_with_ES_on_docker branch November 8, 2019 02:10
JulianFeinauer pushed a commit to JulianFeinauer/vorto that referenced this pull request Jun 27, 2020
…ocker (image/IDE setup not included) (eclipse#2065)

This provides two distinct dev features:

1. A profile that allows persisting the model locally across repository restarts, and simplifies some of the runtime parameters (you only need to provide the github-related personal credentials in the runtime configuration)

2. References to this profile in the ElasticSearchConfiguration, so that is used instead of the "SimpleSearch" when running locally. It is implied that an ElasticSearch instance will run locally on the default ports as single-node (i.e. with Docker).

Signed-off-by: Menahem Julien Raccah Lisei <menahemjulien.raccahlisei@bosch-si.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants