Fork me on GitHub
#jackdaw
<
2020-01-16
>
tzzh14:01:09

Hey, not sure how extensively you use it but I was looking at https://github.com/FundingCircle/topology-grapher and while it’s great already, I thought it would be amazing if we could get the function name or some metadata on what runs at each step - I am not sure that’s even possible but that would be really sick

tzzh14:01:22

eg I have this topology and it would be great to know what function are mapped or flat mapped

andrea.crotti18:01:12

@thomas.ormezzano I'm glad you found it useful, I'm the main dev of that project

andrea.crotti18:01:54

Sadly what you are saying would be amazing but I'm not sure possible, because to generate the graph we are actually going directly to the java API and analysing the output of describe, which doesn't know we are using clojure so getting clojure code metadata might be impossible (happy to be proven wrong of course)

andrea.crotti18:01:19

Feel free in general to open an issue on github for the grapher if you have any suggestions/questions