# Simple Proxy Options
## Option 1: Simple Proxy for Write Calls only
1. For this option we can reuse Avdhesh's PR and get it merged.Work will be required here to make avdhesh branch latest with master and fix comments and test it.
2. Use existing code only for read and Transcation DB calls.
3. Merge Nitin's PR for better error handling
## Option 2: Simple Proxy for Write and Read
1. Existing work described in Option 1.
2. Migrate all the read calls to Simple Proxy. This will require 1 week of work to migrate to Simple Proxy.
## Option 3: Simple Proxy for Write, Read and Transaction
1. Work required in Option 2.
2. We will have to come up with separate transaction Manager as it does not exist in Simple Proxy repo today.
3. Once this is done we will have to migrate RnR and QnA code base to Simple Proxy.
## Option 4: Get away with Simple Proxy and take it up post Helios