Tag: postgres

  • Building Agentic AI Applications on AWS: Detailed Tools and Resources

    Amazon Web Services (AWS) provides a robust and evolving ecosystem for building sophisticated agentic AI applications. These intelligent systems can operate autonomously, plan actions, retain memory, and interact with their environment to achieve specific goals. This detailed guide outlines key AWS services, their functionalities, and relevant links to help you get started, formatted for your… Read more

  • Comparing various Time Series Databases

    A Time Series Database (TSDB) is a type of database specifically designed to handle sequences of data points indexed by time. This is in contrast to traditional relational databases that are optimized for transactional data and may not efficiently handle the unique characteristics of time-stamped data. Here’s a comparison of key aspects of Time Series… Read more

  • Sample Project demonstrating moving Data from Kafka into Tableau

    Here we demonstrate connection from Tableau to Kafka using a most practical approach using a database as a sink via Kafka Connect and then connecting Tableau to that database. Here’s a breakdown with conceptual configuration and Python code snippets: Scenario: We’ll stream JSON data from a Kafka topic (user_activity) into a PostgreSQL database table (user_activity_table)… Read more