Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    Apache Kafka – Consumer Group Example

    • Post author:S K S
    • Post published:August 13, 2021
    • Post category:apache
    • Post comments:1 Comment

    Consumer group is a multi-threaded or multi-machine consumption from Kafka topics. Here we will discuss about Consumer Group Example of apache kafka. Consumer Group Consumers can join a group by…

    Continue ReadingApache Kafka – Consumer Group Example

    Apache Kafka – Simple Producer Example

    • Post author:S K S
    • Post published:August 13, 2021
    • Post category:apache
    • Post comments:2 Comments

    Here we will discuss about Simple Producer Example of apache kafka. Let us create an application for publishing and consuming messages using a Java client. Kafka producer client consists of…

    Continue ReadingApache Kafka – Simple Producer Example

    CI – Creating a Project in TeamCity

    • Post author:B D
    • Post published:August 13, 2021
    • Post category:C I
    • Post comments:0 Comments

    Now that we have our source code in the Git repository and all of our initial code works on the build server, it is time to create a project in…

    Continue ReadingCI – Creating a Project in TeamCity

    CouchDB – Updating a Document

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:CouchDB
    • Post comments:0 Comments

    Updating Documents using cURL You can update a document in CouchDB by sending an HTTP request to the server using PUT method through cURL utility. Following is the syntax to…

    Continue ReadingCouchDB – Updating a Document

    Apache Kafka – Basic Operations

    • Post author:S K S
    • Post published:August 13, 2021
    • Post category:apache
    • Post comments:1 Comment

    First let us start implementing single node-single broker configuration and we will then migrate our setup to single node-multiple brokers configuration. Here we will discuss about basic operations of apache kafka. Hopefully…

    Continue ReadingApache Kafka – Basic Operations

    Teradata – Date/Time Functions

    • Post author:S J
    • Post published:August 13, 2021
    • Post category:Teradata
    • Post comments:0 Comments

    This chapter discusses the date/time functions available in Teradata. Date Storage Dates are stored as integer internally using the following formula. ((YEAR - 1900) * 10000) + (MONTH * 100)…

    Continue ReadingTeradata – Date/Time Functions

    CI – Checking in Source Code

    • Post author:B D
    • Post published:August 13, 2021
    • Post category:C I
    • Post comments:0 Comments

    The next key aspect is to ensure our baseline code is checked into our source code repository management server which is Git. To do this, we need to follow these…

    Continue ReadingCI – Checking in Source Code

    Teradata – String Manipulation

    • Post author:S J
    • Post published:August 13, 2021
    • Post category:Teradata
    • Post comments:0 Comments

    Teradata provides several functions to manipulate the strings. These functions are compatible with ANSI standard. Sr.NoString Function & Description1||Concatenates strings together2SUBSTRExtracts a portion of a string (Teradata extension)3SUBSTRINGExtracts a portion…

    Continue ReadingTeradata – String Manipulation

    CouchDB – Creating a Document

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:CouchDB
    • Post comments:0 Comments

    Documents are CouchDB’s central data structure. Contents of the database will be stored in the form of Documents instead of tables. You can create these documents using cURL utility provided…

    Continue ReadingCouchDB – Creating a Document

    Teradata – SET Operators

    • Post author:S J
    • Post published:August 13, 2021
    • Post category:Teradata
    • Post comments:0 Comments

    SET operators combine results from multiple SELECT statement. This may look similar to Joins, but joins combines columns from multiple tables whereas SET operators combines rows from multiple rows. Rules…

    Continue ReadingTeradata – SET Operators
    • Go to the previous page
    • 1
    • …
    • 672
    • 673
    • 674
    • 675
    • 676
    • 677
    • 678
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP