This commit is contained in:
Kranthi Kumar Medam 2019-01-11 19:54:06 +05:30 коммит произвёл GitHub
Родитель 24d8616f94
Коммит 2a23fb8c26
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -55,6 +55,8 @@ The utility helps in below
**Sample rule2**
![screen6](/docs/images/sRule2.png)
Note there are options to validate, save and load these rules
**Migration screen**
@ -74,9 +76,9 @@ As can be inferred from above, documents will be sanitized based on rules.
### Todos
- Adapt to other Cosmos API like Graph and Cassandra apart from SQL API
- Parellilze read and write to improve efficiency
- Parellelize read and write to improve efficiency
- Add anonymization option to mask with random values (predefined patterns and regular expressions)
- Refactor some of the UI and utility code
- Refactor some of the UI and utility code to improve maintainability
- Write more tests
## References