Skip to content

Commit a02dc2c

Browse files
authored
Update README.md
1 parent 41c85fe commit a02dc2c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ Lens simplifies data analysis by allowing you to query, transform, and visualize
3333
- 📁 **Support for Multiple File Formats:** Query data stored in Parquet, CSV, and JSON files.
3434
- 🌥 **Cloud Integration:** Seamlessly connect to cloud storage services like AWS S3 or Google Cloud Storage to run SQL queries on remote datasets.
3535
- 💻 **Local Support:** Run SQL queries on files located on your local machine.
36-
- 🔎 **SQL Interface:** Use familiar SQL syntax to query and transform data.
36+
- 🖊 **SQL Interface:** Use familiar SQL syntax to query and transform data.
3737
- 📔 **Query History:** Save and replay previous SQL queries to streamline repetitive tasks.
3838
- 👁 **Data Visualization:** View query results in tabular format
39-
-**Export Results:** Easily export query results to CSV, JSON, or other formats.
39+
- 🔒 **Privacy:** No data is sent to any external service. Files are processed either locally or directly from your cloud provider.
40+
- 💾 **Export Results:** Easily export query results to CSV, JSON, or other formats.
4041

4142

4243
## Installation
@@ -82,6 +83,6 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
8283

8384
[license]: LICENSE
8485
[license-badge]: https://img.shields.io/badge/license-MIT-green?style=for-the-badge
85-
[build-badge]: https://img.shields.io/github/actions/workflow/status/oktal/lens/build?style=for-the-badge
86+
[build-badge]: https://img.shields.io/github/actions/workflow/status/oktal/lens/build.yml?style=for-the-badge
8687
[rust-badge]: https://img.shields.io/badge/rust-logo?style=for-the-badge&logo=rust&color=gray
8788
[svelte-badge]: https://img.shields.io/badge/svelte-logo?style=for-the-badge&logo=svelte&color=gray

0 commit comments

Comments
 (0)