# cod-examples **Repository Path**: cftang/cod-examples ## Basic Information - **Project Name**: cod-examples - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cloudera Operational Database Examples This repository is a collection of examples which demonstrate self-contained applications running against the Cloudera Operational Database (COD) Experience. These are "getting started" examples which are designed to be standalone and demonstrate the developer's path. It is expected that, for each example, you will modify some part of it to connect the application to your COD database. ## Included examples * [Apache HBase (NoSQL), Java, Maven: Read-Write](hbase-read-write/README.md) A Java application which creates an HBase table, writes some records, and validates that it can read those records from the table via the HBase Java API. * [Apache Phoenix (SQL), Java, Maven: Read-Write](phoenix-read-write/README.md) A Java application which creates a Phoenix table, writes some rows, and validates that it can read those rows back from the table via Phoenix JDBC API. Variants exist for the Phoenix thick JDBC driver and Phoenix thin JDBC driver. * [Apache Phoenix (SQL), Python: Read-Write](phoenixdb-read-write/README.md) A Python application built on Flask which creates a simple blog using the Phoenix Python adapter. * [Apache Phoenix (SQL), Java, Dropwizard: Stock ticker](phoenix-stock-ticker/README.md) A Java application built on Dropwizard which is a simple tracker for the price of various company's stock prices. * [Apache Phoenix (SQL), C#, .NET, ADO.NET](phoenix-odbc-net-read-write/README.md) A C# application which uses an ODBC driver to interact with Apache Phoenix via the ADO.NET extensions in .NET Framework 4.5.2 and above.