Posts

How to explore github repos via Databend

  Databend now supports GitHub as a data source, and you can read the relevant code at storages/github . create github-engine based database Before running databend, your Github Access Token should be set. export GITHUB_TOKEN= < your_token > ; Create a Github powered database. Next, start up databend. databend :) create database datafuselabs engine =github; 0 rows in set. Elapsed:  2.611  sec.  show all tables Show all tables in this database, which are currently flattened. This means that Repos, issues and PRs are all in the form of tables. databend : ) use datafuselabs; ​ 0 rows in set. Elapsed: 0 . 013 sec. ​ databend : ) show tables; ​ +---------------------------------+ | name | +---------------------------------+ | .github | | .github_comments | | .github_issues | | .github_prs | | databend | | data...

This week in Databend #20

  D a t a b e n d [ 1 ]   a i m e d   t o   b e   a n   o p e n   s o u r c e   e l a s t i c   a n d   r e l i a b l e   c l o u d   w a r e h o u s e ,   i t   o f f e r s   b l a z i n g   f a s t   q u e r y   a n d   c o m b i n e s   e l a s t i c i t y ,   s i m p l i c i t y ,   l o w   c o s t   o f   t h e   c l o u d ,   b u i l t   t o   m a k e   t h e   D a t a   C l o u d   e a s y . B i g   c h a n g e s B e l o w   i s   a   l i s t   o f   s o m e   m a j o r   c h a n g e s   t h a t   w e   d o n ' t   w a n t   y o u   t o   m i s s . F e a t u r e s • a d d   q u e r y   l o g   t a b l e   w r i t e   b y   @ d r m i n g d r m e r [ 4 ]   ( # 3 4 6 8 [ 5 ] ) • a d d   S H O W   G R A ...