Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Jan 11, 2024
1 parent 70212e5 commit ea85b8c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ example, `~/.local/bin`.
If you prefer manual installation, download, extract and run the GlareDB binary
from a release in our [releases page].



## Getting started

After [Installing](#install), get up and running with:
Expand Down Expand Up @@ -196,20 +194,21 @@ Done with this data source? Remove it with the following command:
```sql
DROP DATABASE my_pg;
```
## Supported data sources
| Source | Read | Write | Table Function | External Table | External Database | Supported Object Stores |
| ---------------------- | :--: | :---: | :------------: | :------------: | ----------------- | ----------------------------------- |
| **Databases** | -- | -- | -- | -- | -- | -- |
| MySQL |||||||
| PostgreSQL |||||||
| Microsoft SQL Server |||||||
| MongoDB || |||||
| Snowflake || |||||
| BigQuery || |||||
| Cassandra/ScyllaDB || |||||
| ClickHouse || |||||
| MariaDB (_via mysql)_ || |||||
| MariaDB _(via mysql)_ |||||||
| Microsoft SQL Server || 🚧 |||||
| MongoDB || 🚧 |||||
| Snowflake || 🚧 |||||
| BigQuery || 🚧 |||||
| Cassandra/ScyllaDB || 🚧 |||||
| ClickHouse || 🚧 |||||
| DuckDB | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 ||
| Oracle | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 ||
| SQLite | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 ||
Expand All @@ -221,9 +220,9 @@ DROP DATABASE my_pg;
| Apache Parquet |||||| HTTP, S3, Google, Azure, Local File |
| Apache Arrow |||||| HTTP, S3, Google, Azure, Local File |
| Delta |||||| HTTP, S3, Google, Azure, Local File |
| BSON || 🚧 |||| Local File |
| BSON || |||| HTTP, S3, Google, Azure, Local File |
| Iceberg || 🚧 |||| HTTP, S3, Google, Azure, Local File |
| Lance || 🚧 || 🚧 || HTTP, S3, Google, Azure, Local File |
| Lance || 🚧 || || HTTP, S3, Google, Azure, Local File |
| Microsoft Excel || 🚧 || 🚧 || Local File |
| JSON | 🚧 | 🚧 | 🚧 | 🚧 || 🚧 |
| Apache Avro | 🚧 | 🚧 | 🚧 | 🚧 || 🚧 |
Expand All @@ -232,6 +231,7 @@ DROP DATABASE my_pg;
✅ = Supported
➖ = Not Applicable
🚧 = Not Yet Supported
## Building from source
Building GlareDB requires Rust/Cargo to be installed. Check out [rustup](https://rustup.rs/) for
Expand Down

0 comments on commit ea85b8c

Please sign in to comment.