Skip to content

Commit

Permalink
Fixing link to the source files (#16)
Browse files Browse the repository at this point in the history
* test

* removing test file

* adding Delta Lake documentation

* ODI and Data Flow Integration

* ODI and Data Flow Integration

* ODI and Data Flow Integration

* Delta Lake integration documentation and sample code.

* Delta Lake integration documentation and sample code.

* Delta Lake integration documentation and sample code.

* updating the link to the source files

Co-authored-by: Mohan Kumar <[email protected]>
  • Loading branch information
mohanln-cloud and Mohan Kumar authored Aug 21, 2022
1 parent a422c7a commit 6269f13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deltalake/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@ SQL

### Here are the Sample code to start using Delta Lake on Data Flow

1. Delta Lake Java/Scala sample operations [Main](https://github.com/oracle/oracle-dataflow-samplesdeltalake/deltalake/scala/src/main/scala/com/oracle/delta/Main)
1. Delta Lake Java/Scala sample operations [Main](https://github.com/oracle-samples/oracle-dataflow-samples/blob/main/deltalake/scala/src/main/scala/com/oracle/delta/Main.scala)

```
Main class : com.oracle.delta.Main
Arguments: oci://<location>/samplecsv.csv oci://<location>/delta/spark-DeltaTable oci://<location>/delta/spark-ParquetToDeltaTable
```

2. Delta Lake Python sample operations [delta_lake_sample](https://github.com/oracle/oracle-dataflow-samplesdeltalake/deltalake/python/delta_lake_sample.py)
2. Delta Lake Python sample operations [delta_lake_sample](https://github.com/oracle-samples/oracle-dataflow-samples/blob/main/deltalake/python/delta_lake_sample.py)

```
Main class : delta_lake_sample.py
Arguments: oci://<location>/samplecsv.csv oci://<location>/delta/spark-DeltaTable oci://<location>/delta/spark-ParquetToDeltaTable
```
3. Delta Lake Streaming sample operations [DeltaStreamRun](https://github.com/oracle/oracle-dataflow-samplesdeltalake/deltalake/scala/src/main/scala/com/oracle/delta/DeltaStreamRun)
3. Delta Lake Streaming sample operations [DeltaStreamRun](https://github.com/oracle-samples/oracle-dataflow-samples/blob/main/deltalake/scala/src/main/scala/com/oracle/delta/DeltaStreamRun.scala)

```
Main class : com.oracle.delta.DeltaStreamRun
Arguments: oci://<delta-table-location> oci://<delta-table-location>/another-spark-DeltaTable oci://<location-to-checkoint-folder>/
```
4. Delta Lake sample batch write operation simulation [LongRunDelta](https://github.com/oracle/oracle-dataflow-samplesdeltalake/deltalake/scala/src/main/scala/com/oracle/delta/LongRunDelta)
4. Delta Lake sample batch write operation simulation [LongRunDelta](https://github.com/oracle-samples/oracle-dataflow-samples/blob/main/deltalake/scala/src/main/scala/com/oracle/delta/LongRunDelta.scala)

```
Main class : com.oracle.delta.LongRunDelta
Arguments: oci://<location>/samplecsv.csv oci://<location>/delta/spark-DeltaTable oci://<location>/delta/spark-ParquetToDeltaTable <sleepTimeInSec> <totalRuns>
```
4. CSV sample data generation [GenerateCSVData](https://github.com/oracle/oracle-dataflow-samplesdeltalake/deltalake/scala/src/main/scala/com/oracle/delta/GenerateCSVData)
4. CSV sample data generation [GenerateCSVData](https://github.com/oracle-samples/oracle-dataflow-samples/blob/main/deltalake/scala/src/main/scala/com/oracle/delta/GenerateCSVData.scala)

```
Main class : com.oracle.delta.GenerateCSVData
Expand Down

0 comments on commit 6269f13

Please sign in to comment.