Skip to content

Commit 236a4bc

Browse files
committed
Update README files for updated filestorage connectors
1 parent 2483653 commit 236a4bc

File tree

2 files changed

+47
-48
lines changed

2 files changed

+47
-48
lines changed

README.md

Lines changed: 43 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -23,38 +23,38 @@
2323

2424
- Prerequisite: You should have Git and Docker installed
2525

26-
1. Get the code
26+
1. Get the code
2727

2828
```
2929
git clone https://github.com/panoratech/Panora.git
30-
```
30+
```
3131

32-
2. Go to Panora folder
32+
2. Go to Panora folder
3333

3434
```
3535
cd Panora && cp .env.example .env
36-
```
36+
```
3737

38-
3. Start
38+
3. Start
3939

4040
```
4141
docker compose -f docker-compose.source.yml up
42-
```
42+
```
4343

44-
Panora is now running! Follow our [Quickstart Guide](https://docs.panora.dev/quick-start) to start adding integrations to your product !
44+
Panora is now running! Follow our [Quickstart Guide](https://docs.panora.dev/quick-start) to start adding integrations to your product !
4545

4646
See also [our selfhost guide here !](https://docs.panora.dev/open-source/selfhost/self-host-guide)
4747

4848
If you want to chat with our codebase, feel free to use our [friend's amazing tool !](https://sage.storia.ai/panora)
4949

50-
# ✨ Core Features
50+
# ✨ Core Features
5151

52-
| |
53-
|---------------------------|
54-
| **Magic Links:** Let your users grant you access to their data. Without writing code. |
55-
| **Custom Fields:** Reflect in Panora the specific data points that matter to your users |
56-
| **Passthrough Requests:** Interact with other software platforms in their native format. |
57-
| **Webhooks:** Listen to one webhook to receive normalized data from various software platforms |
52+
| |
53+
| ---------------------------------------------------------------------------------------------- |
54+
| **Magic Links:** Let your users grant you access to their data. Without writing code. |
55+
| **Custom Fields:** Reflect in Panora the specific data points that matter to your users |
56+
| **Passthrough Requests:** Interact with other software platforms in their native format. |
57+
| **Webhooks:** Listen to one webhook to receive normalized data from various software platforms |
5858

5959
# ✨ Integrations Catalog
6060

@@ -64,43 +64,41 @@ Panora supports integration with the following objects across multiple platforms
6464

6565
### CRM Unified API
6666

67-
| | Contacts | Deals | Notes | Engagements | Tasks | Users | Companies | Stage |
68-
|-----------------------------------------------|:--------:|:-----:|:-----:|:-----------:|:-----:|:-----:|:---------:|:---------:|
69-
| Hubspot | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
70-
| Pipedrive | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |✔️ |
71-
| Zoho CRM | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | |
72-
| Zendesk Sell | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️|
73-
| Attio | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ |
74-
| Close | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |✔️ |
67+
| | Contacts | Deals | Notes | Engagements | Tasks | Users | Companies | Stage |
68+
| ------------ | :------: | :---: | :---: | :---------: | :---: | :---: | :-------: | :---: |
69+
| Hubspot | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
70+
| Pipedrive | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
71+
| Zoho CRM | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | |
72+
| Zendesk Sell | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
73+
| Attio | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ |
74+
| Close | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
7575

7676
### Ticketing Unified API
7777

78-
| | Tickets | Comments | Users | Contacts | Accounts | Tags | Teams | Collections |
79-
|-------------|:----------:|:-------:|:-------:|:------------:|:-------:|:-------:|:------:|:-------------:|
80-
| Zendesk |||||||| |
81-
| Front |||||||| |
82-
| Jira |||| | ||||
83-
| Gitlab |||| | | | ||
84-
| Github |||||||| |
85-
86-
### File Storage Unified API
87-
88-
| | Drives | Files | Folders | Groups | Users | Permissions | Shared Links |
89-
|-----------------------------------------------|:--------:|:-----:|:-----:|:-----------:|:-----:|:-----:|:---------:|
90-
| Google Drive | ✔️ | ✔️ | ✔️ | | | ✔️ | |
91-
| Box | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
92-
| Dropbox | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
93-
| OneDrive | ✔️ | ✔️ | ✔️| ✔️ | ✔️ | | |
94-
| Sharepoint | ✔️ | ✔️ | ✔️| ✔️ | ✔️ | | |
78+
| | Tickets | Comments | Users | Contacts | Accounts | Tags | Teams | Collections |
79+
| ------- | :-----: | :------: | :---: | :------: | :------: | :--: | :---: | :---------: |
80+
| Zendesk |||||||| |
81+
| Front |||||||| |
82+
| Jira |||| | ||||
83+
| Gitlab |||| | | | ||
84+
| Github |||||||| |
85+
86+
| File Storage | Drives | Files | Folders | Groups | Users | Permissions | Shared Links |
87+
| ------------ | :----: | :---: | :-----: | :----: | :---: | :---------: | :----------: |
88+
| Google Drive | ✔️ | ✔️ | ✔️ | | | ✔️ | |
89+
| Box | | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
90+
| Dropbox | | ✔️ | ✔️ | ✔️ | ✔️ | | |
91+
| OneDrive | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
92+
| SharePoint | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | |
9593

9694
### Ecommerce Unified API
9795

98-
| | Customers | Orders | Fulfillments | Fulfillment Orders | Products |
99-
|-----------------------------------------------|:--------:|:-----:|:-----:|:-----------:|:-----:|
100-
| Amazon | ✔️ | ✔️ | | | |
101-
| Shopify | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
102-
| Squarespace | ✔️ | ✔️ | | | ✔️ |
103-
| Woocommerce | ✔️ | ✔️ | | | ✔️ |
96+
| | Customers | Orders | Fulfillments | Fulfillment Orders | Products |
97+
| ----------- | :-------: | :----: | :----------: | :----------------: | :------: |
98+
| Amazon | ✔️ | ✔️ | | | |
99+
| Shopify | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
100+
| Squarespace | ✔️ | ✔️ | | | ✔️ |
101+
| Woocommerce | ✔️ | ✔️ | | | ✔️ |
104102

105103
Your favourite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new)
106104

packages/api/src/filestorage/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Panora supports integration with the following objects across multiple platforms
55
| File Storage | Drives | Files | Folders | Groups | Users | Permissions | Shared Links |
66
| ---------------- | :----: | :---: | :-----: | :----: | :---: | :---------: | :----------: |
77
| [Google Drive]() | ✔️ | ✔️ | ✔️ | | | ✔️ | |
8-
| [Box]() | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
9-
| [Dropbox]() | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
10-
| [OneDrive]() | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | |
8+
| [Box]() | | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
9+
| [Dropbox]() | | ✔️ | ✔️ | ✔️ | ✔️ | | |
10+
| [OneDrive]() | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
11+
| [SharePoint]() | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | |
1112

1213
Your favourite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new)
1314

0 commit comments

Comments
 (0)