Dynamo DB target requirements1)All writes must not be rejected2)No hierarchical namespaces or relational schema3)No multiple hops. All nodes store sufficient info to route to the appropriate node4)Setup in a trusted …
A Quick introduction to Cassandra’s features
Cassandra is highly suited for large scale deployments spread across multiple data centers with requirements for high availability and fast throughput. Let us look at some of Cassandra’s top features: …
TLS Handshake snapshot
We all know that https or http over a secure connection is the norm right now. Let’s cut to the chase and see how it works.The client say a web …
OAuth and OpenID
OAuth is a protocol used to authorize a client application’s access to some resource. In the past applications may have used basic authentication such as a user name, password combination …