Spark has made it as a top-level Apache project, going from incubation to graduation in record time. It is also one of Apache’s most active projects with hundreds of contributors. This is because of its superior architecture and timeliness of engineering choices. With that plus appropriate care and feeding, Apache Spark will have a bright […]
Uncategorized
Language from Jet Brains, the maker of the world’s best IDEs–Kotlin
Kotlin is a new programming language from Jet Brains, the maker of the world’s best IDEs. Kotlin compiles to JVM byte code or JavaScript. It is not a language you will write a kernel in. It is of greatest interest to people who work with Java today, although it could appeal to all programmers who […]
Optimize web applications with Memcached
High-performance, distributed memory object caching system which is free & open source, is Our MEMCACHED where it helps in speeding up the dynamic web applications by alleviating database load. Deals with in-memory key-value where memcache stores for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached […]
Introduction to Redis – In Memory Key Value Data Structure Store
Redis Labs sponsored an Open-source software project based on in-memory database and stores keys with optional durability. They retrieve most famous key value and possess structured data formats structures such as strings, hashes, lists, and sets, sorted sets with range queries, bitmaps, and hyperloglogs and geospatial indexes with radius queries. Redis has some built-in features […]
Apache Cassandra – The highly scalable NoSQL Database
Apache Cassandra is an open source distributed database system, where they have been enhanced in accordance with ascendablity. Cassandra supports all basic data types and it’s designed and flow’s with p2p symmetric node process, rather than of using master or named nodes, in order to bypass single point of failure, automatically looks for partition among […]




