Gartner nedir?

Gartner 1979 yılında Gideon Gartner tarafından Amerikada kurulmuş, 85 ülkede 3500 çalışanı ile faaliyette bulunan bir araştırma ve danışma kuruluşudur. Müşterileri ise firmalardır ve 100 ülkede 11000 i aşkın müşterisi mevcuttur. Öncelikle bilgi teknoloji ürünleri üzerinde araştırma ve tavsiyelerde bulunmaktadır. İkincil olarak ise, finans, insan kaynaklar, müşteri destek ve servisleri, yasallık ve uyumluluk, pazarlama ve … Read more

container computation

Container computation Container computation aslında microservices lerin yaratılmasına yol açtı. Şöyleki, microservis kendine ait bir containerde çalışır. Application bunları ayrı yönetir. serverless architecture takes the step further by making an application more granular to the level of functions and events. We’ve gone from monoliths to microservices to functions. FaaS also improves the shortcoming of PaaS … Read more

microservices

Microservices = container based computing microservices = server ları daha küçük parçalara ayırarak oluşturulan servisler olarak tanımlanabilir.   Microservices is basically a self-contained process that provides a unique business capability service dor accepting orders, service recommending items to buy, service for authenticating etc. Microservices communicate with eachpther with wekk defined interfaces uch as Rest and … Read more

Serverless architecture (FaaS)

Serverless architecture (FaaS) Vendors Amazon lambda functions IBM OpenWhisk Microsoft Azure funtions Google google cloud functions   Serverless architecture (FaaS) Event tabanlı, instant computing – all its business logic–is implemented as functions and events. Ancak workflow durumunda ya da uzun süreli çalışması gereken işlemlerde serverless computing çok faydalı olmayabilir. Here’s the full break-down. Applications get … Read more

Hadoop Distributions

Cloudera vs Hortonworks vs MapR: Comparing Hadoop Distributions For all those looking to harness the potential of big data, Hadoop is the platform of choice. This open source software framework enables processing of huge data sets by distributing them across commodity servers. Thus, it eliminates dependency on high-end hardware and makes the entire process economical … Read more

hadoop ecosystem

Apache OOZIE: Workflow Scheduler for Hadoop Oozie is a workflow scheduler system to manage Apache Hadoop jobs. Oozie Workflow jobs are Directed Acyclical Graphs (DAGs) of actions. Oozie Coordinator jobs are recurrent Oozie Workflow jobs triggered by time (frequency) and data availability. Oozie is integrated with the rest of the Hadoop stack supporting several types … Read more