clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2016-01-05T21:04:01.000104Z

@danielcompton: howdy!

danielcompton 2016-01-05T21:06:27.000105Z

hey!

danielcompton 2016-01-05T21:07:37.000106Z

brb

2016-01-05T21:07:55.000107Z

I had a google hangout with Mark Mandel this afternoon, he's a dev advocate for google cloud

2016-01-05T21:09:31.000108Z

he wanted to see if google cloud storage would meet our needs for https://github.com/clojars/clojars-web/issues/433

danielcompton 2016-01-05T21:15:32.000110Z

what did you think?

2016-01-05T21:17:03.000111Z

gcloud storage doesn't support ssl directly, but he thinks we can use their https load balancer in front of it

2016-01-05T21:17:11.000112Z

but we'd have to dig through the docs a bit

2016-01-05T21:17:23.000113Z

I do like that the usage stats are available via the api

2016-01-05T21:17:58.000114Z

last time I tried to get stats from s3, I had to configure it to write log files to a bucket, then pull and parse those logs

2016-01-05T21:18:06.000115Z

it was slow and painful, but that may have changed

2016-01-05T21:18:12.000116Z

that was several years ago

2016-01-05T21:19:46.000117Z

I want to take a look at some other services, or get whoever actually implements it to

danielcompton 2016-01-05T21:23:51.000118Z

I expect Amazon has some good tools for handling streaming logs, but API calls would probably be easier

danielcompton 2016-01-05T23:51:19.000119Z

I’m currently working on setting up Clojars to be managed with Ansible. I’m relatively new to it, if anyone has experience with it and can look over what I’ve done, that would be appreciated :simple_smile: