diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 42f4c7ad1..d9d9ba482 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. **Version:** - Predator: [e.g. 1.0.8] - Predator-runner [e.g. 1.0.5] - - Database [e.g. cassandra] + - Database [e.g. sqlite] **Additional context** Add any other context about the problem here. diff --git a/README.md b/README.md index 478aa0181..460daf2d9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It has a simple, one-click installation, built with support for Kubernetes, DC/O |-------------------------------- |:------------------:|:---------| | Distributed Load | :sparkle: |Predator supports an unlimited number of load generators that produce multiple load runners concurrently. | Rich UI | :sparkle: |Predator offers a rich UI where you can write tests, run them and compare results. -| Reports && Tests Persistence | :sparkle: |Predator provides out-of-the box functionality for persisting data in Cassandra, Postgres, MySQL, MSSQL and SQLITE. +| Reports && Tests Persistence | :sparkle: |Predator provides out-of-the box functionality for persisting data in Postgres, MySQL, MSSQL and SQLITE. | Real time reports | :sparkle: |Predator aggregates all concurrent runs into a single beautiful report in real time (latency, rps, status codes and more). | CSV Datasets | :sparkle: |Predator support uploading files like csv to provide dataset for test inputs | Scheduled runs | :sparkle: |Predator can run recurring tests using cron expressions. diff --git a/docs/devguide/docs/about.md b/docs/devguide/docs/about.md index 01253769d..e8e802363 100644 --- a/docs/devguide/docs/about.md +++ b/docs/devguide/docs/about.md @@ -18,7 +18,7 @@ Predator is a performance platform that can be configured to automatically load - **One click installation**: Predator can be installed with just one click in Kubernetes and DC/OS, or on any other machine running Docker. -- **Supports 5 Different databases**: Predator provides out-of-the box functionality for persisting data in Cassandra, Postgres, MySQL, MSSQL and SQLITE. +- **Supports 5 Different databases**: Predator provides out-of-the box functionality for persisting data in Postgres, MySQL, MSSQL and SQLITE. - **Scheduled jobs**: Predator can run recurring tests using cron expressions. @@ -37,5 +37,3 @@ load engine to fire the requests. The schema for creating tests via the Predator ## Feature Comparison  - - diff --git a/docs/devguide/docs/configuration.md b/docs/devguide/docs/configuration.md index b06ebfe61..7cc316efc 100644 --- a/docs/devguide/docs/configuration.md +++ b/docs/devguide/docs/configuration.md @@ -22,7 +22,7 @@ Below are variables Predator can be configured with. ## Database | Environment Variable | Description | Configurable from UI/API | Default value | |---------------------- |--------------------------------------------------------------------------------- |-------------------------- |--------------- | -| DATABASE_TYPE | Database to integrate Predator with [Cassandra, Postgres, MySQL, MSSQL, SQLITE] | x | SQLITE | +| DATABASE_TYPE | Database to integrate Predator with [Postgres, MySQL, MSSQL, SQLITE] | x | SQLITE | | DATABASE_NAME | Database/Keyspace name | x | | | DATABASE_ADDRESS | Database address | x | | | DATABASE_USERNAME | Database username | x | | @@ -30,14 +30,6 @@ Below are variables Predator can be configured with. Additional parameters for the following chosen databases: -#### Cassandra -| Environment Variable | Configurable from UI/API | Default value | -|------------------------------ |-------------------------- |---------------- | -| CASSANDRA_REPLICATION_FACTOR | x | 1 | -| CASSANDRA_CONSISTENCY | x | localQuorum | -| CASSANDRA_KEY_SPACE_STRATEGY | x | SimpleStrategy | -| CASSANDRA_LOCAL_DATA_CENTER | x | | - #### SQLITE | Environment Variable | Description | Configurable from UI/API | Default value | |---------------------- |------------------ |-------------------------- |--------------- | @@ -109,4 +101,4 @@ Additional parameters for the following chosen databases: | SMTP_PASSWORD | smtp_server.password | SMTP password | ✓ | | | SMTP_TIMEOUT | smtp_server.timeout | How many milliseconds to wait for the connection to establish to SMTP server | ✓ | 200 | | SMTP_SECURE | smtp_server.secure | if true the connection will use TLS when connecting to server. [Nodemailer SMTP options](https://nodemailer.com/smtp/) | ✓ | false | -| SMTP_REJECT_UNAUTH_CERTS | smtp_server.rejectUnauthCerts | should fail or succeed on unauthorized certificate | ✓ | false | \ No newline at end of file +| SMTP_REJECT_UNAUTH_CERTS | smtp_server.rejectUnauthCerts | should fail or succeed on unauthorized certificate | ✓ | false | diff --git a/docs/devguide/docs/index.html.bk b/docs/devguide/docs/index.html.bk index f5306ecfe..1fb17b15b 100644 --- a/docs/devguide/docs/index.html.bk +++ b/docs/devguide/docs/index.html.bk @@ -28,28 +28,28 @@
- + @@ -162,7 +162,7 @@Predator provides out-of-the box functionality for persisting data in Cassandra, Postgres, MySQL, MSSQL and SQLITE.
+Predator provides out-of-the box functionality for persisting data in Postgres, MySQL, MSSQL and SQLITE.