Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oktal authored Sep 7, 2024
1 parent 8b6517f commit 41c85fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<img alt="demo" align="center" src="./assets/demo.gif" /> <br />

## πŸ’‘ About

Powerful, lightweight application that provides an interactive interface to run SQL queries on structured files, including Parquet, CSV, and JSON formats.
You can use Lens locally or directly access data stored in cloud services like Amazon AWS or Google GCP.
Lens simplifies data analysis by allowing you to query, transform, and visualize data without complex setup or external databases.
Expand All @@ -29,10 +31,10 @@ Lens simplifies data analysis by allowing you to query, transform, and visualize

## Features
- πŸ“ **Support for Multiple File Formats:** Query data stored in Parquet, CSV, and JSON files.
- ☁ **Cloud Integration:** Seamlessly connect to cloud storage services like AWS S3 or Google Cloud Storage to run SQL queries on remote datasets.
- πŸŒ₯ **Cloud Integration:** Seamlessly connect to cloud storage services like AWS S3 or Google Cloud Storage to run SQL queries on remote datasets.
- πŸ’» **Local Support:** Run SQL queries on files located on your local machine.
- πŸ”Ž **SQL Interface:** Use familiar SQL syntax to query and transform data.
- πŸ““ **Query History:** Save and replay previous SQL queries to streamline repetitive tasks.
- πŸ“” **Query History:** Save and replay previous SQL queries to streamline repetitive tasks.
- πŸ‘ **Data Visualization:** View query results in tabular format
- ↬ **Export Results:** Easily export query results to CSV, JSON, or other formats.

Expand Down

0 comments on commit 41c85fe

Please sign in to comment.