DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

The Latest Databases Topics

article thumbnail
Collecting Prometheus Metrics With Azure Monitor
Learn more about collecting Prometheus metrics with Azure Monitor.
August 5, 2019
by Sam Cogan
· 10,778 Views · 1 Like
article thumbnail
Why Declarative Coding Makes You a Better Programmer
Read this article and understand how to become a better programmer using declarative code with functional composition.
August 5, 2019
by Per-Åke Minborg
· 42,778 Views · 23 Likes
article thumbnail
Fine-Grained vs. Coarse-Grained APIs in MuleSoft
In this article, see some insights into the various parameters that we need to think through before arriving at the 'right'-grained API.
August 2, 2019
by Madhusudan Atmakuri
· 15,259 Views · 2 Likes
article thumbnail
Real-Time Stream Processing With Apache Kafka Part 4: Use Case
A final use case in our four part series.
August 2, 2019
by Satish Sharma
· 21,339 Views · 7 Likes
article thumbnail
WSO2 API Manager and Apache Reverse Proxy
This is an end-to-end article describing how to use Apache as a reverse proxy server for WSO2 API Manager (Single node all-in-one).
August 2, 2019
by Anupam Gogoi
· 15,592 Views · 3 Likes
article thumbnail
Batch Processing Large Data Sets With Spring Boot and Spring Batch
Let's process some data.
August 2, 2019
by Swathi Prasad
· 76,150 Views · 6 Likes
article thumbnail
Setting Title and Caption With ExifTool
Set photo titles and captions with ExifTool.
August 1, 2019
by Rob Allen
· 7,593 Views · 1 Like
article thumbnail
AIOps, Microservices, and Cloud Platforms
The digital landscape is moving from monoliths to microservices, cloud-based services. Enterprises and companies need to adapt to continually changing technical landscape and keep up with the change. Systems are becoming more and more complex and are not easy to manage. I will try to explain some of the newer architectural approaches, trends, and provide insight towards AIOps and how it helps to solve this very problem. Microservices Microservices architecture is becoming the most preferred architectural and development strategies. The advantages of building and running software with this architecture outweigh the disadvantages. Benefits include: Building highly efficient autonomous "small" teams to deliver new services or features faster, this means you do not have to wait for the long release cycle, you release features as soon as they are ready. Increased productivity and speed of deliverables. Isolated development approach results in highly independently deployable service, and testable service. Managing and maintaining tests for the microservice is easier since the scope is limited to the service capabilities, automated testing for unit testing, regression testing as well as performance testing can be achieved easily. Different teams can build microservices using different technologies. The best suitable technologies can be leveraged to build specific microservices. Teams can be spread across geography. Microservices are easier to build and deploy; specifically on container platform, the resource utilization is optimized. Microservices are built around a particular business functionality Microservices scalability is better since they have a very small footprint Serverless Cloud platforms provide many capabilities and tools to work with. A fully managed system on cloud platforms is serverless. Cloud-based serverless technologies are a big boost to companies smaller or larger to move their small functions/code like nano services, asynchronous jobs, scheduled jobs, integration of cloud services with on-premises. With serverless: The underlying infrastructure is fully managed by the cloud platforms, resulting in very low maintenance costs The deployed serverless services are highly available Easier to scale globally with high concurrency Event-driven architecture which means that it is used only when a relevant event is triggered Most serverless are pay-for-usage which results in low cost for running the services Digital Modernization Utilizing both microservices-based architecture and serverless together is what is called as Digital Modernization. Container platforms like Kubernetes, Openshift are the most suitable platform for hosting microservices, Serverless can be utilized for, but not limited to, asynchronous processing, scheduled jobs, ETL jobs, etc. With the advent of microservices and serverless different challenges arise like: Monitoring the high number of microservices Identifying the root cause for failure Addressing the failure quickly Testing across the various features Monitoring end-user conversions Adapting to continuous upgrades and changes to the systems Simple DevOps strategy will not be enough to manage such a complex system. Bringing in Artificial Intelligence (AI) coupled with Machine Learning capabilities into DevOps will help to address the new complexities in development, deployment as well as production application performance monitoring (APM). AIOps helps in enabling autonomous DevOps, offer prescriptive resolutions and self-healing. AIOps AIOps brings in four critical features needed for creating highly effective processes and systems: 1. AIOps: Analysis of the traffic, logs, usage with the help of machine learning, anomaly detection and alerting, and reliable root cause analysis 2. Intelligence DevOps: software quality is improved significantly with AI is driven performance and regression testing 3. Remediation and Self Healing: Auto-detect issues and alerts and trigger remediation and self-healing, provide prescriptive automation 4. User Experience: AIOps provide better insights for the usage of the system and measure conversions easily With AIOps, immediately test your code for performance and regression automatically analyzing the test traffic and detect issues early. DevOps pipelines integration with the AI-based complete APM solutions together is a powerful AIOps tool. AI-based APM solutions perform analysis of traffic, logs and resource utilization and detect an anomaly. If any anomaly observed an alert is triggered, based on the alerts teams can build automated scripts for known issues which can be executed as and when the issue occurs. E.g. Increase disk space or allocate new persistent volumes if the resource(s) is running out of disc space Run archival processes when a sudden surge in traffic resulted in increased database table sizing Scale up or scale down based on memory or CPU usage exceeding prescribed thresholds (usually in absence of autoscaling setup) Auto-remediation of a failed deployment and revert to older build if the new build failed A typical workflow for automated remediation will look like this: How cool would it be if you were able to automate most of the remediations, self-healing! AIOps Tools There are many AIOps tools available in the market including the ones provided by the cloud platform. They continue to evolve with a better understanding of systems and behaviors. New features and capabilities are being added. Some of the tools are: 1. Dynatrace: The front runner and identified as one of the leaders by Gartner is one of the most powerful APM solutions for managing multiple on-premise as well as cloud environments. This product provides very strong AIOps capabilities. Its root cause analysis tool is one of the best in the market. Finding the root cause can be done within minutes. Dynatrace also provides a reference implementation for Autonomous Cloud Management through its framework called keptn.sh. Its auto-discovery of services is one of its kind and very powerful. Link: https://www.dynatrace.com Link: https://keptn.sh 2. Cisco AppDynamics: AppDynamics is an application performance management (APM) and IT operations analytics (ITOA) company based in San Francisco. The company focuses on managing the performance and availability of applications across cloud computing environments as well as inside the data center. Link: https://www.appdynamics.com/ 3. New Relic: New Relic's software analytics product for application performance monitoring (APM) delivers real-time and trending data about your web application's performance and the level of satisfaction that your end-users experience. With end to end transaction tracing and a variety of color-coded charts and reports, APM visualizes your data, down to the deepest code levels. Link: https://www.newrelic.com Conclusion Digital Modernization is here to stay and CTO group need to view this strategy holistically and adopt AI-based DevOps or AIOps. AIOps will bring significant improvements for APM capabilities as well as streamlining the development and testing. Please share your feedback and views which will help me improve my writing. References: 1. https://www.dynatrace.com/gartner-magic-quadrant-application-performance-monitoring-suites/ 2. https://en.wikipedia.org/wiki/AppDynamics 3. https://docs.newrelic.com/docs/apm/new-relic-apm/getting-started/introduction-new-relic-apm
Updated August 1, 2019
by Prashant Kumashi
· 2,162 Views
article thumbnail
Common Problems Found in RAML 0.8 API Specifications
Let's view some common problems found in RAML 0.8 API specifications.
August 1, 2019
by Ramesh janga
· 10,058 Views · 1 Like
article thumbnail
Secrets Manager in Anypoint Platform
Learn more about Secrets Manager in Anypoint Platform.
July 31, 2019
by Nitin Gupta
· 18,365 Views · 6 Likes
article thumbnail
An Introduction to Apache Cassandra
In this article, we’ll look at what Apache Cassandra is, what’s special about it, and how it distributes and stores data.
July 31, 2019
by John Hammink
· 36,275 Views · 26 Likes
article thumbnail
Improving Performance at NoSQL Query With Pagination
This post will talk about how to do pagination at Jakarta EE with a new specification: Jakarta NoSQL.
July 30, 2019
by Otavio Santana DZone Core CORE
· 15,735 Views · 1 Like
article thumbnail
Spring Boot Transaction Management Hello World Example
In this tutorial, we will be learning what transaction management is and implementing it for an application developed using Spring Boot + JDBC.
July 30, 2019
by Rida Shaikh
· 132,817 Views · 14 Likes
article thumbnail
RESTful Web Services With Spring Boot, Gradle, HATEOAS, and Swagger
Let's look at RESTful web services with Spring Boot, Gradle, HATEOAS, and Swagger.
July 30, 2019
by Jahid Akhtar
· 20,539 Views · 9 Likes
article thumbnail
Data Encryption at Storage on Alibaba Cloud
Understand data encryption at storage on the Alibaba Cloud.
July 30, 2019
by Leona Zhang
· 6,504 Views · 2 Likes
article thumbnail
The Definitive Guide to CMS Architecture
A full-length guide to CMS architecture.
July 30, 2019
by Niklas Winkels
· 16,719 Views · 2 Likes
article thumbnail
Design Patterns for Microservices
A detailed description of many design patterns for Microservices.
July 30, 2019
by Madhuka Udantha
· 157,818 Views · 80 Likes
article thumbnail
Analysis on Group by and Order by Performance
An analysis of some common issues involving 'group by'; and 'order by' performance.
July 30, 2019
by Leona Zhang
· 8,815 Views · 2 Likes
article thumbnail
How to Secure Your Git Project Using an Easy Branching Strategy
Learn more about how to safely secure your Git project using a branching strategy.
July 30, 2019
by Divya Bhushan
· 16,660 Views · 7 Likes
article thumbnail
Getting Started With DBeaver on a Distributed SQL Database
Let's get started with DBeaver on a distributed SQL database.
July 29, 2019
by Jimmy Guerrero
· 21,791 Views · 5 Likes
  • Previous
  • ...
  • 337
  • 338
  • 339
  • 340
  • 341
  • 342
  • 343
  • 344
  • 345
  • 346
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×