-
Notifications
You must be signed in to change notification settings - Fork 3
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
interact hook is unclear #59
Comments
The canonical case is Elasticsearch. Preparing for user interaction means spin up the daemons so the user can point a browser at the UI and play with its features. For other images, it can just be running the shell... so users can ssh in and poke around - look at code, indexes, etc. |
Terrier notebooks Craig! |
Oh, that's a great idea! The interact hook for Terrier would spin up its notebook and let users play with it... |
Here's our take: Basically, just start the database. Using |
I wasn't on slack, so perhaps I missed this, but I'm not sure on the purpose of the interact hook -- the README.md states: "to prepare for user interaction".
Is there a "user interaction"? Does this just mean "preparation before the search hook is called". What might we expect to go there?
The text was updated successfully, but these errors were encountered: