Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Additional Steps

## Running the application

To help you get started, sample Informix queries have been included in the data/informix/functions and data/informix/simple directories. You can choose to upload these files to test the application.
To help you get started, here's the [Sample Workflow](./SampleWorkflow.md) you can follow to try it out.

## Environment configuration for local development & debugging
> Set APP_ENV in your .env file to control Azure authentication. Use dev to enable to use Azure CLI credential, Prod to enable Managed Identity (for production). **Ensure you're logged in via az login when using dev in local**.
Expand Down
31 changes: 31 additions & 0 deletions docs/SampleWorkflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

# Sample Workflow

To help you get started, here’s a **sample process** you can follow in the app.

## **Process**

> Note: Download Sample Data – The folder [here](../data/informix) contains sample Informix query files (simple and function) for download.

### **Upload**

_Sample Operations:_

- Select **q1_informix.sql** from _simple_ folder and **F1.sql** and **F2.sql** from _functions_ folder.
- Click **Upload** button.
- Click **Start Translating** Button to Process Files.
> _Note: Average translating time is 01 minute 15 seconds._ <br>

### **Review**

- The batch Processing page will open and the translation process will be visible. One file at a time will be processed and others will be in queued state.
- Once the batch processing is done for any file, the file is available to review.
- Once the translation process is complete for a batch, it becomes available for review in the History panel (located at the top right).

### **Download**

- Once the files are translated, the **Download all as .zip** button at the bottom left will be enabled to download the translated files.

![Application](images/samplecodmod1.png)

This structured approach ensures that users can efficiently validate, test, and deploy cloud-ready solutions for improved scalability and performance.
Binary file added docs/images/samplecodmod1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.