Build An Elasticsearch Query GUI Application Using Kivy and Python (Part 1)

Introduction If you’re looking to create an Elasticsearch GUI app, using Kivy is a natural choice. The Kivy library is a cross-platform toolkit for developing applications with natural user interfaces using the Python programming language. When you use Kivy, you can deploy applications for all platforms including iOS, Android, Windows, Linux, and Windows. In this … Continued

SQL Delete Row

Introduction In this article we will be showing you how to delete a row in PostgreSQL. This is an extremely common operation you’ll need to perform on your database and we’ll show a couple different variations so you get a feel for how your specific SQL delete row task might be accomplished. Prerequisites You should … Continued

Build An Elasticsearch Query GUI Application Using Kivy and Python (Part 2)

Introduction This tutorial will explain how to build an Elasticsearch GUI App with Kivy in Python. Kivy is a cross-platform, free, open-source Python library used to develop mobile GUI Apps and other software applications with Python programming language. Kivy is compatible with Apple, Android, Linux and Windows operating systems. The application will demonstrate the potential … Continued

Use Python To Check If An Elasticsearch Cluster Is Running 657

Introduction When you use the Python programming language to make an API method call to an Elasticsearch cluster, you’ll want things to go as smooth as possible. To increase your instances of successful connections and reduce returning exceptions, perform these Python check Elasticsearch cluster running verification steps. Follow the training in this tutorial to learn … Continued

How to Use the PostgreSQL DROP TRIGGER Statement

Introduction If you’re using triggers in PostgreSQL, there will likely be times when you want to remove one from use. Fortunately, it’s easy to remove a trigger with the help of the DROP TRIGGER statement. In this article, we’ll show you how to drop a trigger using DROP TRIGGER in PostgreSQL. Prerequisites Before we delve … Continued

How to Create a PostgreSQL CREATE FUNCTION Statement

Introduction This tutorial will explain how to create a PostgreSQL CREATE FUNCTION using the CREATE TRIGGER statement. The CREATE TRIGGER statement will initiate a new trigger that will be connected to a specific table to execute a specified command when specific events occur. The trigger can be created to fire before the operation is initiated … Continued

Check If A MongoDB Server Is Running Using The PyMongo Python Driver

Introduction When you work on a MongoDB database project, it’s important to verify that your port and domain are correct. Having the wrong settings and not realizing it right away can quickly lead to slowed productivity and increased frustration. This tutorial shows you how to check MongoDB server running PyMongo Python so that an exception … Continued

Update Document using Mongo Shell

Introduction MongoDB CRUD operations are used for various functions such as inserting documents inside a collection, fetching documents from a collection, updating and deleting documents. These operations are heavily used in the back-end. We can use MongoDB CRUD operations from a mongo shell. They are easy to use and have simple syntax. The update operation … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.