Skip to content

Commit

Permalink
Merge pull request #122 from mabel-dev/DOCS-3
Browse files Browse the repository at this point in the history
DOCS
  • Loading branch information
joocer committed May 15, 2022
2 parents 94f8678 + 887599a commit 6f540a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
pip install -r $GITHUB_WORKSPACE/tests/requirements.txt
- name: Execute Test
run: pylint --fail-under=6 --load-plugins perflint opteryx
run: pylint --fail-under=0 --load-plugins perflint opteryx
4 changes: 0 additions & 4 deletions docs/Getting Started.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Getting Started

<!---
Opteryx offers two modes of operation, as a Python library which is available to issue queries to on a local system, or as a platform.
--->

## Installation

**Install from PyPI (recommended)**
Expand Down
8 changes: 7 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@

## Use Cases

Cost-optimized environments, querying over ad hoc data stores, and ad hoc querying and analysis.
Great for use in cost-optimized environments, where a traditional data solution like Hadoop is out of reach.

Querying ad hoc data stores, where data is collected by logging systems and output to storage.

Where you have many different environments, and each would require their own database to query static data.

Where you occassionally query data, and don't want the effort of loading into a database or the cost of maintaining a database for infrequent use.

0 comments on commit 6f540a0

Please sign in to comment.