Fork me on GitHub
#clojars
<
2016-01-05
>
tcrawley21:01:55

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

tcrawley21:01:31

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

danielcompton21:01:32

what did you think?

tcrawley21:01:03

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

tcrawley21:01:11

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

tcrawley21:01:23

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

tcrawley21:01:58

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

tcrawley21:01:06

it was slow and painful, but that may have changed

tcrawley21:01:12

that was several years ago

tcrawley21:01:46

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

danielcompton21:01:51

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

danielcompton23:01:19

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