Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.18 KB

File metadata and controls

59 lines (48 loc) · 2.18 KB

ETCD for Beginners

In this section, we will take a quick look at introduction to ETCD for beginners.

  • What is ETCD?
  • What is a Key-Value Store?
  • How to get started quickly with ETCD?
  • How to operate ETCD?

What is a ETCD?

 - ETCD is a distributed reliable key-value store that is simple, secure & Fast.

What is a Key-Value Store

  • Traditionally, databases have been in tabular format, you must have heared about SQL or Relational databases. They store data in rows and columns

    relational-dbs

  • A Key-Value Store stores information in a Key and Value format.

    key-value

Install ETCD