Logo
    Search

    data-engineering

    Explore "data-engineering" with insightful episodes like "Kafka Schema Evolution: A Guide to the Confluent Schema Registry", "What The Heck is WarpStream?", "How to Connect to Oracle, MySql and PostgreSQL Databases Using Python" and "Saving Dataframes into Oracle Database with Python" from podcasts like ""Programming Tech Brief By HackerNoon", "Programming Tech Brief By HackerNoon", "Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (4)

    Kafka Schema Evolution: A Guide to the Confluent Schema Registry

    Kafka Schema Evolution: A Guide to the Confluent Schema Registry

    This story was originally published on HackerNoon at: https://hackernoon.com/kafka-schema-evolution-a-guide-to-the-confluent-schema-registry.
    Learn Kafka Schema Evolution: Understand, Manage & Scale Data Streams with Confluent Schema Registry. Essential for Data Engineers & Architects.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #kafka, #apache-kafka, #schema, #schema-evolution, #data-streaming, #data-engineering, #data-architecture, #json-scheme, and more.

    This story was written by: @aahil. Learn more about this writer by checking @aahil's about page, and for more stories, please visit hackernoon.com.

    Schema evolution is the process of managing changes to the structure of data over time. In Kafka, it means handling the modifications to the format of the messages being produced and consumed in Kafka topics. As applications and business requirements evolve, the data they generate and consume also change. These changes must be managed carefully to ensure compatibility between producers and consumers of the data.

    What The Heck is WarpStream?

    What The Heck is WarpStream?

    This story was originally published on HackerNoon at: https://hackernoon.com/what-the-heck-is-warpstream.
    Discover WarpStream, a powerful and user-friendly Kafka API-compatible data streaming platform designed to simplify your data infrastructure.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #apache-kafka, #data-engineering, #datastreaming, #kafka, #warpstream, #data-infrastructure, #cloud-migration, #data-streaming-solutions, and more.

    This story was written by: @progrockrec. Learn more about this writer by checking @progrockrec's about page, and for more stories, please visit hackernoon.com.

    WarpStream is an open-source event streaming platform that can collect, store, process, and publish streaming data in real time. It's delivered as a single, stateless Go binary, so there are no local disks to manage, no brokers to rebalance, and no ZooKeeper to operate.

    How to Connect to Oracle, MySql and PostgreSQL Databases Using Python

    How to Connect to Oracle, MySql and PostgreSQL Databases Using Python

    This story was originally published on HackerNoon at: https://hackernoon.com/how-to-connect-to-oracle-mysql-and-postgresql-databases-using-python.
    To connect to a database and query data, you need to begin by installing Pandas and Sqlalchemy.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #python, #database, #oracle, #mysql, #postgresql, #data-engineering, #data-analyst, #data-analysis, and more.

    This story was written by: @luca1iu. Learn more about this writer by checking @luca1iu's about page, and for more stories, please visit hackernoon.com.

    To connect to a database and query data, you need to begin by installing Pandas and Sqlalchemy.

    Saving Dataframes into Oracle Database with Python

    Saving Dataframes into Oracle Database with Python

    This story was originally published on HackerNoon at: https://hackernoon.com/saving-dataframes-into-oracle-database-with-python.
    Here are two common errors that you'll want to watch out for when using the to_sql method to save a data frame into an Oracle database.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #python, #database, #pandas, #data-analysis, #data-analyst, #data-engineering, #sql, #oracle, and more.

    This story was written by: @luca1iu. Learn more about this writer by checking @luca1iu's about page, and for more stories, please visit hackernoon.com.