Java programming Links

Mon 14 September 2015
Build Install local jar with Maven Maven Deploy to Nexus Maven Release to Nexus How to build true pipelines with Jenkins and Maven How to create a jar file with Maven Continuous Integration Continuous Integration with JBoss Fuse, Jenkins and Nexus Streamlining a Deployment Pipeline with a Custom Jenkins Plug-In ...

Scala programming Links

Mon 14 September 2015
Core sbt The interactive build tool. Use Scala to define your tasks. Then run them in parallel from the shell. Scala standard library Documentation Scala Guides and Overviews Tests With ScalaTest, you can test either Scala or Java code. By offering deep integration with tools such as JUnit, TestNG, Ant ...

Kerberos

Mon 14 September 2015
Kerberos Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography. Kerberos was created by MIT as a solution to these network security problems. The Kerberos protocol uses strong cryptography so that a client can prove its identity to ...

BigData Business Intelligence links

Mon 14 September 2015
ActivePivot: Java In-Memory OLAP cube stored in columns, with clearly decoupled pre/post processing Adatao: business intelligence and data science platform Apama analytics: platform for streaming analytics and intelligent automated action Atigeo xPatterns: data analytics platform BIME Analytics: business intelligence platform in the cloud Chartio: lean business intelligence platform to ...

BigData System Deployment links

Mon 14 September 2015
Ankush: A big data cluster management tool that creates and manages clusters of different technologies. Apache Ambari: operational framework for Hadoop mangement Apache Bigtop: system deployment framework for the Hadoop ecosystem Apache Helix: cluster management framework Apache Mesos: cluster manager Apache Slider: is a YARN application to deploy existing distributed ...

The R-Hadoop technology stack (notes)

Sun 13 September 2015
R is a free, open-source statistical programming language originally based on the S programming language. Here are a few reasons why R is a great place to start for data analysis: It’s completely free: SAS and SPSS are expensive to get started with, and you often need to buy ...

Virtual Disks

Sat 12 September 2015
Disk Format The disk format of a virtual machine image is the format of the underlying disk image. Virtual appliance vendors have different formats for laying out the information contained in a virtual machine disk image. You can set your image’s disk format to one of the following: raw ...

Amazon Web Services in Plain English (notes)

Sat 12 September 2015
Read original page: Amazon Web Services in Plain English Base Services EC2 (Amazon Virtual Servers): Host the bits of things you think of as a computer. It's handwavy, but EC2 instances are similar to the virtual private servers you'd get at Linode, DigitalOcean or Rackspace IAM (Users, Keys ...

SysAdmin Books

Thu 10 September 2015
Ansible for DevOps, Jeff Geerling Author Jeff Geerling says it best, this book is “server and configuration management for humans.” Whether you’re just venturing into server management, are already up and running, or just want to know what all the fuss is about, this book is a down-to-earth and ...

Totem: continous delivery pipeline tool

Tue 08 September 2015
Totem is continous delivery pipline tool which is aimed in simplifying delivery of the code for stateless application to any environment. Under the hood, it utilizes containerization tools and technology (Docker). It was specifically designed for micro services/frameworks by utilizing practices and patterns that are used for deploying the ...