This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
6,876 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: About | ||
--- | ||
|
||
In 2018 several members of the Rust community in China began talking: Europe, North America, and now South America have their own community conferences. | ||
|
||
## What about Asia? | ||
|
||
Founding organizers from Nervos and PingCAP knew that something must be done. Later, our friends from Baidu X-lab offered their help. With the support & assistance of the Rust team itself, as well as the RustFest Europe team, a conference began to take shape. | ||
|
||
## RustCon Asia | ||
|
||
> Asia has a long history of Rust use. | ||
**People in Asia are using Rust.** With a 'Rust China Community' group on Wechat of over 300 users and other Rust centric learning groups (some with over 80 members), we wanted to connect with other Rust communities across Asia, & Worldwide. | ||
|
||
**Companies in Asia are using Rust.** PingCAP, based in Beijing, was one of the first production users of Rust in the (now CNCF) project [TiKV](http://tikv.org/). Nervos is using Rust to build next trust layers in [Cryptape](https://www.cryptape.com/#/). Baidu X-Lab is using Rust to build a more secure Linux with their [MesaLock](https://github.com/mesalock-linux/) project. | ||
|
||
We can accomplish more, and do better, together. So let us gather our voices together at RustCon Asia. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "Hello Asia" | ||
date: 2019-01-08 | ||
author: Ana, RustCon Team | ||
--- | ||
|
||
Today we are very proud to announce RustCon Asia {{< param "dates.year" >}}, happening {{< param "dates.start" >}} to {{< param "dates.end" >}} at {{< param "location.name" >}} in Beijing, China. The conference will span two days, including 1 day of talks and 1 day of workshops. | ||
|
||
<!--more--> | ||
|
||
We chose Beijing to host this conference because it makes the most sense. All of our organizers are based in China, and we are most familiar with the Chinese community. We hope to make the conference annual, and we hope to have it migrate between places to ensure everyone can access the event. | ||
|
||
While we're still organizing the final details, you can expect the following things from us: | ||
|
||
* A space to meet new friends, new or old. | ||
* English and Chinese talks. Live transcription will be available on-site, so you'll be able to follow along even if you don't speak both languages. | ||
* Hands-on workshops (not transcribed). | ||
* A blind CFP process, mirroring that of Rust LatAm, Rust Belt Rust and RustFest, to ensure a high quality of content. | ||
* Members of organizations using Rust in production like Mozilla, Nervos, and PingCAP. | ||
* An open, inviting atmosphere where everyone is welcome. | ||
* A team that wants to make sure you can access the event. Contact us ([email protected]) for help. | ||
* A chance to explore Beijing with new & old friends. | ||
|
||
You can propose a talk or workshop here: | ||
|
||
// TODO | ||
|
||
You can buy earlybird tickets here: | ||
|
||
// TODO | ||
|
||
RustCon Asia is organized by members of PingCAP (makers of TiKV), Nervos (makers of Cryptape), and Baidu X-Lab (makers of Mesalock Linux). For some of us, it's our first time organizing an event like this. So please give us constructive feedback if you see something wrong. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
- name: Geo-replication | ||
description: TiKV uses the [Raft](https://raft.github.io/) consensus algorithm and the [Placement Driver](/docs/architecture#placement-driver) to support geo-replication. | ||
icon: fa-globe | ||
- name: Horizontal scalability | ||
description: With the [Placement Driver](/docs/architecture#placement-driver) and carefully designed Raft groups, TiKV excels in horizontal scalability and can easily scale to 100+ terabytes of data. | ||
- name: All Skill Levels | ||
description: | | ||
Our content will be catered towards having something for all of our attendees. | ||
From never ran `cargo` to core committer. | ||
icon: fa-ruler-horizontal | ||
- name: Consistent distributed transactions | ||
description: Similar to Google's [Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. | ||
icon: fa-align-center | ||
- name: Coprocessor support | ||
description: Similar to [Hbase](https://hbase.apache.org), TiKV implements a coprocessor framework to support distributed computing. | ||
- name: Local Connections | ||
description: | | ||
Get a chance to meet with other Rust users in your area and learn how they're using Rust. | ||
Need a job, an employee? We want to help. | ||
icon: fa-microchip | ||
- name: Global Reach | ||
description: | | ||
We invite speakers from both Asia & worldwide to share with us in either Chinese or English. | ||
Live translation will be available. | ||
icon: fa-align-center | ||
- name: Warm & Welcoming | ||
description: | | ||
As the Rust community has shown, a diverse set of attendees creates a better event. | ||
We follow the [Berlin Code of Conduct](https://berlincodeofconduct.org/) for this event. | ||
icon: fa-globe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- name: Baidu X-Lab | ||
url: http://xlab.baidu.com/en/ | ||
logo: img/logos/baidu.png | ||
- name: Nervos | ||
url: https://www.nervos.org/ | ||
logo: img/logos/nervos.png | ||
- name: PingCAP | ||
url: https://pingcap.com/ | ||
logo: img/logos/pingcap.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.