Object Storages

Thu 10 March 2016
An object is defined as data (typically a file) along with all its metadata, all bundled up as an object. This object is given an ID that is typically calculated from the content of that object (both file and metadata) itself. An object is always retrieved by an application by ...

REST Resources, URL (notes)

Wed 16 September 2015
read original posts: Restful API Design/Resources Restful API Design/URLs The fundamental concept in any RESTful API is the resource. A resource is an object with a type, associated data, relationships to other resources, and a set of methods that operate on it. It is similar to an object ...

REST API rules (notes)

Tue 15 September 2015
read original post REST APIs must be hypertext-driven A REST API should not be dependent on any single communication protocol, though its successful mapping to a given protocol may be dependent on the availability of metadata, choice of methods, etc. In general, any protocol element that uses a URI for ...

Links / 2015-04-30

Thu 30 April 2015
Ansible and Docker Running Secured Docker Registry 2.0 Ansible Tower in the Software Development Lifecycle Clustering Using Docker Swarm 0.2.0 Docker Networking Hadoop Ecosystem and its components - в слайдах, очень наглядно Big Data-As-A-Service Is Next Big Thing Smart Container Orchestration within the Cloud Platform. Don’t Build ...