Jin Mingjian
Jin Mingjian
- [ ] prepare ballista - [ ] 1.0: confederated query - [ ] enable ballista on Base - [ ] meta center - [ ] 2.0: dba free -...
- [ ] support http primitives on top of existed CH existed CH compatible server - [ ] improve some internal flow to enable primary data types - [ ]...
- [ ] #142 - [ ] #62
- [ ] #131 - [ ] #132 - [ ] #133
- [x] native tcp - [ ] https
We want to support two cases from CH[1]: 1. Selecting data from a remote server: ``` SELECT * FROM remote(clickhouse, '127.0.0.1', db.remote_engine_table) LIMIT 3; ``` 2. Inserting data from a...
this will be done in some configuration file rather than DDL dialect in ClickHouse We may reuse some existed libraries, for example, [casbin-rs](https://github.com/casbin/casbin-rs). - [x] 1.0 BRSL(Base Resources Spec Language)...
especially for less obvious but lengthy code snippets!
- [x] add mysql server - [ ] integrate into key path - [ ] primary data types adaption - [ ] concurrent safety for existed CH compatible server -...
- [ ] 1.0: consolidation - [x] #55 - [ ] support primary key and row deduplication - [ ] TTL(Time To Live) attribute - [ ] #224 - [...