Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: twitter from Datafuse_Labs to DatabendLabs #10211

Merged
merged 1 commit into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ For general help in using Databend, please refer to the official documentation.

- [Slack](https://link.databend.rs/join-slack) (For live discussion with the Community)
- [GitHub](https://github.com/datafuselabs/databend) (Feature/Bug reports, Contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Get the news fast)
- [Twitter](https://twitter.com/DatabendLabs) (Get the news fast)
- [I'm feeling lucky](https://link.databend.rs/i-m-feeling-lucky) (Pick up a good first issue now!)

## Roadmap
Expand Down
2 changes: 1 addition & 1 deletion docs/doc/00-overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The Databend community is open to data professionals, students, and anyone who h

- [Slack](https://link.databend.rs/join-slack): Chat with the community
- [GitHub](https://github.com/datafuselabs/databend): Feature requests, bug reports, and contributions
- [Twitter](https://twitter.com/Datafuse_Labs): Stay in the know
- [Twitter](https://twitter.com/DatabendLabs): Stay in the know
- [Weekly](https://weekly.databend.rs/): Weekly updates

## Roadmap
Expand Down
2 changes: 1 addition & 1 deletion docs/doc/02-cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ curl --user 'cloudapp:password' --data-binary 'SHOW TABLES' 'https://<tenant>--<

- [Slack](https://link.databend.rs/join-slack) (For live discussion with the Community)
- [Github](https://github.com/datafuselabs/databend) (Feature/Bug reports, Contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Get the news fast)
- [Twitter](https://twitter.com/DatabendLabs) (Get the news fast)
- [Weekly](https://weekly.databend.rs/) (A weekly newsletter about Databend)
- [I'm feeling lucky](https://link.databend.rs/i-m-feeling-lucky) (Pick up a good first issue now!)
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,14 @@ select min(number), max(number) from @lake (pattern => '.*parquet');

### Select from URI

The following options are available to select from for the URI: `s3`, `azblob` , `gcs`, `https`, and `ipfs`.

:::caution

`file_format` must be specified.

:::

```sql
select * from 's3://bucket/test.parquet'
( access_key_id => 'your-access-key-id',
Expand All @@ -109,3 +115,14 @@ select * from 's3://bucket/test.parquet'
file_format => 'parquet');
```

```sql
select count(*), author from 'https://datafuse-1253727613.cos.ap-hongkong.myqcloud.com/data/books.parquet' (file_format => 'parquet')
group by author;
+----------+---------------------+
| count(*) | author |
+----------+---------------------+
| 1 | Jim Gray |
| 1 | Michael Stonebraker |
+----------+---------------------+
```

2 changes: 1 addition & 1 deletion scripts/distribution/release-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ We'd love to hear from you. If you have any questions about Databend or want to
- Discussions: https://github.com/datafuselabs/databend/discussions

Follow us on social media and stay tuned for more exciting updates on Databend:
- Twitter:https://twitter.com/Datafuse_Labs
- Twitter:https://twitter.com/DatabendLabs
- Slack:https://link.databend.rs/join-slack
- WeChat:Databend
2 changes: 1 addition & 1 deletion website/blog/2022-11-30-databend-weekly-70.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature/Bug reports, Contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Get the news fast)
- [Twitter](https://twitter.com/DatabendLabs) (Get the news fast)
- [Slack Channel](https://link.databend.rs/join-slack) (For live discussion with the Community)
2 changes: 1 addition & 1 deletion website/blog/2022-12-07-databend-weekly-71.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2022-12-14-databend-weekly-72.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2022-12-21-databend-weekly-73.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2022-12-28-databend-weekly-74.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-01-04-databend-weekly-75.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-01-11-databend-weekly-76.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-01-18-databend-weekly-77.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-01-25-databend-weekly-78.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-02-01-databend-weekly-79.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-02-08-databend-weekly-80.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-02-15-databend-weekly-81.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
2 changes: 1 addition & 1 deletion website/blog/2023-02-22-databend-weekly-82.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ We'd love to hear from you. Feel free to run the code and see if Databend works

- [Databend Official Website](https://databend.rs)
- [GitHub Discussions](https://github.com/datafuselabs/databend/discussions) (Feature requests, bug reports, and contributions)
- [Twitter](https://twitter.com/Datafuse_Labs) (Stay in the know)
- [Twitter](https://twitter.com/DatabendLabs) (Stay in the know)
- [Slack Channel](https://link.databend.rs/join-slack) (Chat with the community)
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const config = {
({
announcementBar: {
id: 'announcementBar-2', // Increment on change
content: `⭐️ If you like Databend, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/datafuselabs/databend">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/datafuse_labs" >Twitter</a> ${TwitterSvg}`,
content: `⭐️ If you like Databend, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/datafuselabs/databend">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/DatabendLabs" >Twitter</a> ${TwitterSvg}`,
},
navbar: {
title: 'Databend',
Expand Down Expand Up @@ -155,7 +155,7 @@ const config = {
},
{
label: 'Twitter',
href: 'https://twitter.com/Datafuse_Labs',
href: 'https://twitter.com/DatabendLabs',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/i18n/en-US/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"link.item.label.Twitter": {
"message": "Twitter",
"description": "The label of footer link with label=Twitter linking to https://twitter.com/Datafuse_Labs"
"description": "The label of footer link with label=Twitter linking to https://twitter.com/DatabendLabs"
},
"link.item.label.Weekly": {
"message": "Weekly",
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ const community = [
{
'icon':'Twitter',
'title': 'Twitter',
'link': 'https://twitter.com/Datafuse_Labs'
'link': 'https://twitter.com/DatabendLabs'
},
{
'icon':'Youtube',
'title': 'YouTube',
'link': 'https://www.youtube.com/@Datafuse_Labs'
'link': 'https://www.youtube.com/@DatabendLabs'
},
]

Expand Down