3

This site already has great answers for questions like What is DevOps and what is SecOps.

Over time, I have come to be of the opinion that DevOps was born when the philosophy of the Agile methodology was applied to Operations. Similarly so with SecOps.

What then would be DataOps - applying agile methods to Big Data & Data Analytics look like? How is this similar to agile software development and DevOps and where might it be different?

Dan Cornilescu
  • 6,780
  • 2
  • 21
  • 45
James Shewey
  • 3,752
  • 1
  • 17
  • 38

2 Answers2

2

Over time, I have come to be of the opinion that DevOps was born when the philosophy of the Agile methodology was applied to Operations. Similarly so with SecOps.

Wikipedia indicates that Agile software development is about "early delivery", "adaptive planning" and "rapid and flexible response to change". In order to deliver early, automation is key in DevOps.

What then would be DataOps - applying agile methods to Big Data & Data Analytics look like?

According to Wikipedia, DataOps tries to incorporate DevOps best practices to enhance data analytics.

How is this similar to agile software development and DevOps and where might it be different?

Similar

  • Quick action on change
  • Fail fast
  • Adaptation
  • Tools & platforms: ansible, terraform, AWS, GCP, AKS, EKS

Differences

  • Focus on BigData
  • Knowledge about NoSQL Hadoop, Hbase, Cassandra, MongoDB needed
  • How to tune relational database like postgres, mysql that contains large amount of data
  • More emphasize on bigdata tools like Spark
030
  • 13,383
  • 17
  • 76
  • 178
-1

The ultimately goals of agile and DevOps are the same - to improve the speed and quality of software development see the following articles which give a better understanding -

Atlassian : DevOps vs Agile

PhoenixNAP: Head to head comparison

Jimmy
  • 119
  • 2