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

notespace for devops #63

Open
zcaudate opened this issue Jul 18, 2021 · 4 comments
Open

notespace for devops #63

zcaudate opened this issue Jul 18, 2021 · 4 comments

Comments

@zcaudate
Copy link

So there's a description for what is described as Literate DevOps in emacs using Org mode.

http://howardism.org/Technical/Emacs/literate-devops.html

I'm wondering if there's possibility to use notespace with a library like https://github.com/re-ops/re-core for use cases like this and what a workflow might potentially look like.

@behrica
Copy link
Member

behrica commented Aug 15, 2021

notespace works with any Clojure library, so in this sense it can be used.

If it supports well a specific workflow for devops is an other question.

For me the fundamental differences between working "inside a repl only" and something like notespace are those :

  1. Notespace supports rich graphical output, a simple repl supports text only
  2. a repl is made for showing only the last evaluation result, it is not very good in going back (= scrolling) to previous results
  3. the notespace html output keeps code and evaluation results nicely together

If this is important for Literate devops, you might nee to try

@zcaudate
Copy link
Author

zcaudate commented Aug 20, 2021

Something like notespace is more an extension of emacs. Emacs allows code to be produced, edited and evaluated all in one place which is infinitely more flexible than a repl or even a standard gui. The text you write are literally the buttons you use in the editor.

It'd be interesting to have an extremely lightweight version of grafana:

  • chart templates
  • being able to hook into different environments

@daslu
Copy link
Member

daslu commented Aug 25, 2021

@zcaudate it would be wonderful to collaborate on something like that a little later this year.

These days we are in a process of rethinking our current stack of tools, facilitated by @skallinen.
https://github.com/scicloj/scicloj-tooling

Hopefully, in a couple of months, the picture may clarify. That can be better timing to explore those applications. Till then, I'm happy to brainstorm future applications.

@zcaudate
Copy link
Author

@daslu: sweet. looking forward to it.

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

No branches or pull requests

3 participants