LOOPING IN PYTHON

LOOPING IN PYTHON Loop: A loop is a control flow structure that allows a set of statements that will be executed repeatedly until a certain condition is met. Loops are used to automate repetitive tasks, to iterate over a data structure. Python language support two… Read More

Parameterization in Jenkins job

Parameterization in Jenkins job Parameters in Jenkins: Parameters can be used in 2 ways in Jenkins job. ▪️ Define parameter value directly inside a build job (or in shell/batch commands) as fixed value. ▪️ Define using Build Parameters – Setting build parameter and passing values… Read More

CASSANDRA QUERY LANGUAGE

CASSANDRA QUERY LANGUAGE WHAT IS CASSANDRA QUERY LANGUAGE? The computer languages used to create queries in databases and information systems are known as query languages. The main query language used to interact with the Apache Cassandra database is called Cassandra Query Language. A model resembling… Read More

Variables in Python

Variables in Python Identifiers: An identifier is a name given to the entities in a program such as variables, classes, functions and all the other objects in python. ▪️ Identifiers are case sensitive. ▪️ There is no length restriction for the identifiers, but you have… Read More

GUI TOOLS FOR APACHE CASSANDRA

GUI TOOLS FOR APACHE CASSANDRA An interface containing visual elements like buttons or icons that the user uses to interact with electronic equipment is known as a graphical user interface (GUI) tool for Apache Cassandra. The enhancement of graphical user interface’s usability for the typical… Read More

CASSANDRA DATA MODELING TOOLS

CASSANDRA DATA MODELING TOOLS You can create queries and maintain your Cassandra schema with a number of available tools. KASHLEV DATA MODELER: The data modeling process outlined in this paper, which includes defining access patterns, conceptual, logical, and physical data modeling, and schema development, is automated… Read More