Tag: cassandra

  • Java Example to Push Website Access Logs to Cassandra DB

    Java Example to Push Website Access Logs to Cassandra DB

    Cassandra DB is one of the leading NoSQL database system as it can be very easily configured in scalable cluster in bot on-prime and cloud environment. Most of the leading cloud providers now providing it as managed or serverless service. It is a column based NoSQL and provides very fast write operation. Cassandra has drivers…

  • Configure Apache Cassandra Cluster Using Ubuntu and Virtual Box

    Configure Apache Cassandra Cluster Using Ubuntu and Virtual Box

    In this post, I am going to show you, how you can configure a simple Cassandra cluster using VirtualBox and Ubuntu server on Windows 10. You can easily learn the basics of the Cassandra cluster and use this setup for your learning and development purpose. For this, you first need to install and set up…

  • Apache Cassandra Installation on Ubuntu

    Apache Cassandra is a fault-tolerant, highly scalable, very reliable, and performant NoSql database system. It is free open-source, fully developed using java can run on any JVM-based system. Installation of the Cassandra database is very straightforward. One can just download unzip precompiled binaries and run if they have all the prerequisites to run them. For…