jackdaw

https://github.com/FundingCircle/jackdaw
tzzh 2020-01-16T14:26:09.007600Z

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

tzzh 2020-01-16T14:27:22.007800Z

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

2020-01-16T18:38:12.008900Z

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

2020-01-16T18:39:54.011500Z

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)

2020-01-16T18:41:19.013900Z

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