Skip to content

Commit cb8dd11

Browse files
committed
udpate doc
1 parent d27e07e commit cb8dd11

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/intro.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ The function will partition the query by **evenly** splitting the specified colu
2424
ConnectorX will assign one thread for each partition to load and write data in parallel.
2525
Currently, we support partitioning on **numerical** columns (**cannot contain NULL**) for **SPJA** queries.
2626

27-
We are now providing federated query support (experimental, PostgreSQL only and do not support partition for now), you can write a single query to join tables from two or more databases. JRE (Java Runtime Environment) is required.
28-
27+
**Experimental: We are now providing federated query support (PostgreSQL only and do not support partition for now), you can write a single query to join tables from two or more databases! (JRE >= 1.8 is required)**
2928
```python
3029
import connectorx as cx
3130

@@ -100,15 +99,12 @@ For more planned data sources, please check out our [discussion](https://github.
10099
- [x] Dask (through Pandas)
101100
- [x] Polars (through PyArrow)
102101

103-
# Next Plan
104-
105-
Checkout our [discussion][discussion_page] to participate in deciding our next plan!
106-
107102
# Supports
108103

109104
You are always welcomed to:
110105
1. Ask questions in stackoverflow. Make sure to have #connectorx attached.
111106
2. Ask questions & propose new ideas in our [forum][discussion_page].
107+
3. Help us developing this project (adding databases and dataframes), please check out this [guide](https://github.com/sfu-db/connector-x/blob/main/CONTRIBUTING.md).
112108

113109
# Organizations and Projects using ConnectorX
114110

0 commit comments

Comments
 (0)