teremterem / swipe-thought-bot

MIT License
0 stars 0 forks source link

Compromise between utility tasks in Jupyter and CLI #50

Closed teremterem closed 3 years ago

teremterem commented 3 years ago

Move utility code (creating, dropping, printing ES indices etc.) into special utility or helper modules but call them from Jupyter rather than from CLI - less CLI related maintenance but reusability/repeatability retained.

How to maintain safety, though (confirmations before doing something to real resources)?

teremterem commented 3 years ago

Introduced helper_tools for this purpose.