Skip to content

Commit 01f0f5d

Browse files
committed
Small corrections to the README.md
1 parent 87094da commit 01f0f5d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# DQOps Data Quality Operations Center
22

3-
DQOps is an DataOps friendly data quality monitoring tool with customizable data quality checks and data quality dashboards.
4-
DQOps comes with around 150 predefined data quality checks which helps you monitor the quality of your data.
3+
DQOps is a DataOps-friendly data quality monitoring tool with customizable data quality checks and data quality dashboards.
4+
DQOps comes with around 150 predefined data quality checks, which help you monitor the quality of your data.
55

66
![DQOps screens](https://dqops.com/docs/images/dqo-screens.gif)
77

88
## Key features
99
- Intuitive graphical interface and access via CLI
1010
- Support of a number of different data sources: BigQuery, Snowflake, PostgreSQL, Redshift, SQL Server and MySQL
11-
- ~150 build-in table and column checks with easy customization
12-
- Table and column-level checks which allows writing your own SQL queries
11+
- ~150 built-in table and column checks with easy customization
12+
- Table and column-level checks, which allow writing your own SQL queries
1313
- Daily and monthly date partition testing
1414
- Data grouping by up to 9 different data grouping levels
15-
- Build-in scheduling
15+
- Built-in job scheduling
1616
- Calculation of data quality KPIs which can be displayed on multiple built-in data quality dashboards
1717
- Data quality incident management and notifications
1818

1919
## Installation
2020

21-
To use DQOps you need:
21+
To use DQOps, you need:
2222

2323
- Python version 3.8 or greater (for details see [Python's documentation](https://www.python.org/doc/) and [download sites](https://www.python.org/downloads/)).
2424
- Ability to install Python packages with pip.
25-
- If you want to compile DQOps locally, also Java JDK (version 17 or higher), and a configured JAVA_HOME environment variable.
25+
- If you want to compile DQOps locally, you also need Java JDK (version 17 or higher) and a configured JAVA_HOME environment variable.
2626

2727

2828
DQOps is available on [PyPi repository](https://pypi.org/project/dqops/).
2929

30-
1. To install DQOps via pip manager just run
30+
1. To install DQOps via pip manager, just run
3131

3232
```
3333
python -m pip install --user dqops
@@ -55,10 +55,10 @@ DQOps is available on [PyPi repository](https://pypi.org/project/dqops/).
5555
After creating a user's home folder, you will be asked whether to log in to the DQO cloud. After typing Y, you will be
5656
redirected to [https://cloud.dqops.com/registration](https://cloud.dqops.com/registration), where you can create a new account, use Google single sign-on (SSO) or log in if you already have an account.
5757
58-
During the first registration, a unique identification code (API Key) will be generated and automatically retrieved by DQOps application.
58+
During the first registration, a unique identification code (API Key) will be generated and automatically retrieved by the DQOps application.
5959
The API Key is now stored in the configuration file.
6060
61-
5. Open the DQOps User Interface Console in your browser by CTRL-clicking on the link displayed on the command line (for example http://localhost:8888)
61+
5. Open the DQOps User Interface Console in your browser by CTRL-clicking on the link displayed on the command line (for example, http://localhost:8888)
6262
or by copying the link.
6363
6464
@@ -128,7 +128,7 @@ dqops_client = client.Client(base_url="http://localhost:8888")
128128

129129
Alternatively, if you are connecting to a production instance of DQOps that has authentication
130130
enabled, you have to open the user's profile screen in DQOps and generate your DQOps API Key.
131-
Then take the key and use it as the token, when creating an `AuthenticatedClient` instead.
131+
Then take the key and use it as the token when creating an `AuthenticatedClient` instead.
132132

133133
```python
134134
from dqops import client
@@ -200,7 +200,7 @@ and how to configure data quality checks.
200200

201201
## Contact and issues
202202

203-
If you find any issues with the tool, just post it here:
203+
If you find any issues with the tool, just post them here:
204204

205205
https://github.com/dqops/dqo/issues
206206

0 commit comments

Comments
 (0)