corallo

Programming (no configs, no support)
Forum rules
Only original work ;)
User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

corallo

Unread post by GekkoP » Mon May 06, 2019 9:03 am

Just open-sourced this: https://github.com/7bridges-eu/corallo

It's a small library we use within a couple of projects. If you fancy graphs and Clojure, give it a try.

User avatar
wuxmedia
Grasshopper
Posts: 6445
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: corallo

Unread post by wuxmedia » Mon May 06, 2019 9:58 am

^ dat github activity graph :D
What is involved in open-sourcing something for a professional coding company? apart from dumping on github with some docs?
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: corallo

Unread post by GekkoP » Mon May 06, 2019 10:40 am

Yeah, I commit and push like a freak. :)

Technically is quite simple: we pack the code in a JAR and deploy on Clojars. Everything from CLI, so quick and easy.

What gets open-sourced, though, is up to the boss here. This library is fairly trivial, but we have a lot of private repositories, so it all depends of how much of the work is "safe" to be disclosed.

Post Reply