As explained in previous article, I decided to store my photos on Flickr. It isn't written on the paper but's it's a quite cheap cloud solution. And like all object storage, it has a public HTTP API for automate actions. Open source communities purpose a lot of client implementation in many languages ...
Flickr as Django Storage
Published April 1, 2016 in Cloud, Development, Web - Last update on April 8, 2016.
Store my pics on cloud
Published March 22, 2016 in Cloud, Deployment - Last update on March 22, 2016.
It's been now more than 4 month I've bought my Fujifilm X-T10 (and it's so cooool) and would like to put my photos on cloud and access them anywhere I want. I would like to store photos in raw JPEG format (4-10MB per photo) and thumbnails for preview.
As many people endorse ...
I moved to Gandi
Published Feb. 18, 2016 in Cloud, Deployment - Last update on Feb. 18, 2016.
After more than one year with $500 of credits at RunAbove, OVH decided to close its beta compute IaaS. I didn't think it was closing soon and already invest a lot in: I hosted my weblog there, implement libcloud compute driver, have a pending pull request for libcloud storage driver and also plan to ...
Why I use RunAbove API instead of OpenStack
Published Sept. 29, 2015 in Cloud - Last update on Sept. 30, 2015.
I recently added RunAbove driver to libcloud codebase and Kami, one of the project owners, asked me why I use the custom RunAbove API instead of the OpenStack one. RunAbove is an OpenStack based cloud and I made the choice to use them API instead of the standard one. It has been accepted in libcloud ...
Use boto, ensure with moto
Published Sept. 24, 2015 in Cloud, Development - Last update on Sept. 23, 2015.
I work since short time at Outscale, it is a cloud provider using a Amazon like API. Like HP Eucalyptus, Outscale made the choice to copy/paste AWS's API and takes benefits of the most used cloud API with:
- A well known API with many third part tools
- A simple transition between them and AWS ...
Contribute to apache-libcloud
Published Aug. 3, 2015 in Cloud, Development - Last update on Aug. 20, 2015.
In past I worked for CloudScreener.com as DevOps, I had in my responsabilities clouds benchmark. Computes' performances was mesured against a lot VMs categorized by the current parameters:
- Size or flavor: Number of vCPU, RAM size and root volume size
- Image: Chosen OS
- Location: Datacenter or region
As many public clouds don't use ...
Docker at RunAbove with SailAbove
Published July 8, 2015 in Cloud, Deployment, Docker - Last update on July 12, 2015.
In the Docker tsnuami where we are, most cloud company has their own public container offer:
- Google with Container Engine
- Amazon EC2 Container Service (ECS)
- Joyent with Triton
- And more and more
Those services are stiil often in Beta or Alpha and for begin a turn around of this Docker compatible offers, I started by ...