Posts

Showing posts from 2020

Difference between Analysis, data Analysis, Analytics & Data Analytics

  Analysis  is a detailed examination of something in order to understand its nature or determine its essential features.  D ata analysis  is the process of compiling, processing , and analyzing data so that you can use it to make decisions. Analytics  is the systematic analysis of data.   D ata analytics  is the specific analytical process being applied

Maven Spring and Apache Camel notes

Maven command to create mvn project or Camel mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-spring  -DarchetypeVersion=3.0.0 -DgroupId=myGroupId -DartifactId=myArtifactId central maven repo https://repo1.maven.org/maven2/ nexus repo https://repository.apache.org/#nexus-search;quick~camel-archetype-spring camel maven archtype https://camel.apache.org/manual/latest/camel-maven-archetypes.html mvn archetype:generate \ -DarchetypeGroupId=org.apache.camel.archetypes \ -DarchetypeArtifactId=camel-archetype-java \ -DarchetypeVersion=3.4.0-SNAPSHOT \ -DarchetypeRepository=https://repository.apache.org/content/groups/snapshots-group SPRING BASED CAMEL ROUTE mvn archetype:generate \ -DarchetypeGroupId=org.apache.camel.archetypes \ -DarchetypeArtifactId=camel-archetype-spring \ -DarchetypeVersion=1.5.0 \ -DgroupId=myGroupId \ -DartifactId=myArtifactId which can be run i

AWS Migration Steps

5 Phase Approach 1. Migration Preparation and business planning - Stand alone little planning. In most cases inter-connectivity requires very detail planning and prep for technical and business side of operation right obj determines and type of benefit you see. it starts with foundation experience and developing preliminary business case for migration Write done: objective to meet age and architecture of existing applications Application constraints output is : Types of benefit you see and begins 2. Portfolio discovery and planning take deeper look at IT portfolio find dependencies what migration works for each application focus on app discovery building use case for each application etc AWS application discover service  can assist. 3/4. Designing, migration and validating your applications focus is from portfolio level to application level for designing. migrating  and validating 6 R's you can take help from partners AWS server migration

Architecture And Framework Support

Enterprise Architecture | |------Business Architecture | |------Data Architecture | |---- -Application Architecture | |------Process Architecture | |------Security Architecture | |------Solution Architecture Business Architecture plays an important role in any organization and is responsible for developing and maintaining the business capabilities of the enterprise, as well as defining and developing a blueprint of organizational capabilities to align to strategic objectives Data Architecture is a set of rules, policies, and standards which govern the way data is collected. Used by data architects, it involves the mapping and visualization of data models in an easy to understand way Application Architecture is the process of defining the framework of an organization’s application solutions against business requirements. It ensures the application landscape is scalable, reliable and manageable. Process Architecture is a commonly understood, shared view of all bus