Proto commits in varchar-io/nebula

These 42 commits are when the Protocol Buffers files have changed:

Commit:90ad0ce
Author:Shawn Cao
Committer:GitHub

Support timezone bound time (#188) * support timezone offset in bounded time alignment * bug fix

The documentation is generated from this commit.

Commit:4f386d3
Author:Shawn Cao
Committer:Shawn Cao

data spec needs version to trigger block reload

Commit:5c3dc4d
Author:Shawn Cao
Committer:Shawn Cao

simplify nebula-lib to include nebula service interface only

Commit:9a4f0eb
Author:Shawn Cao
Committer:Shawn Cao

support table unload from nebula on demand

Commit:b8f80b0
Author:Shawn Cao
Committer:Shawn Cao

change time type from size_t to int64_t to support time before 1970 in unix time format

Commit:3c5ed8a
Author:Michael Cao
Committer:GitHub

Round time unit in query (#182) * added new input variable time_unit and implemented custom time unit for day/week * implement UDF for rounding integer to hour/day/week/month/year (TODO: quarter case) * make fixes and implement more tests for new functions in Evidence * implement time query * minify files * update run.sh port * make starting time unit always 0 to avoid negative points on table * implement pr suggestions * implement quarter test * delete local copy of run.sh * minify web.js * implement suggestions * minor fixes * fix tests and revert stoll

Commit:88c28c7
Author:ritvik-statsig
Committer:GitHub

Small fixes (#168)

Commit:19faa50
Author:Shawn Cao

Deploy website - based on 4f33b53e4c1848629e0377b9d85e4eea4a4583ec

This commit does not contain any .proto files.

Commit:8221a28
Author:Shawn Cao
Committer:Shawn Cao

tell client the same data set is in loading

Commit:badfaac
Author:Shawn Cao
Committer:Shawn Cao

support operators of unlike and iunlike as counterparts to like and ilike

Commit:909cc1f
Author:Joshua Wright
Committer:GitHub

Replaced all occurrences in the file headers (#89) From Copyright 2017-present Shawn Cao to Copyright 2017-present varchar.io

Commit:c55f7be
Author:shuoshang1990
Committer:Shuo Shang

Connect Hist udf with UI (#68) * Connect Hist udf with UI max/min value for each column is queried by blockmanager

Commit:3a3570c
Author:shuoshang1990
Committer:GitHub

Connect Hist udf with UI (#68) * Connect Hist udf with UI max/min value for each column is queried by blockmanager

Commit:de1a494
Author:Shawn Cao
Committer:GitHub

collect histogram of each column (#64) support column histogram

Commit:4bb9fcf
Author:Shawn Cao
Committer:GitHub

Remove display from query (#23) * Do not send display type to Nebula since it's UI problem * Do not send display type to Nebula since it's UI problem * update version of nebula-lib * doc fix * fix reference and fix canvas height issue in flame * a few more updates on charts * try to use static openssl in linker * small bug fix

Commit:4880411
Author:Shawn Cao
Committer:Shawn Cao

Nebula service discovery

Commit:cc4ef61
Author:Shawn Cao
Committer:Shawn Cao

enable hyperloglog for cardinality estimation

Commit:efe76ef
Author:Shawn Cao
Committer:Shawn Cao

bring up native metadb and support URL shortening

Commit:ceced6f
Author:Shawn Cao
Committer:Shawn Cao

support nebula to load abitrary data through its load API

Commit:2303e4f
Author:Shawn Cao
Committer:Shawn Cao

support reading google sheets as data source

Commit:53640ad
Author:Shawn Cao
Committer:Shawn Cao

enable normal table overwrite batch size and adjust aggregation function order

Commit:d6674e4
Author:Shawn Cao
Committer:Shawn Cao

populate more compute metrics to UI including rows scan blocks scan and result rows

Commit:959681f
Author:Shawn Cao
Committer:Shawn Cao

support delta encoded data

Commit:6ad70a1
Author:Shawn Cao
Committer:Shawn Cao

bug fix for typed value list choices

Commit:9700b6f
Author:Shawn Cao
Committer:Shawn Cao

add integer values and floating values in predicate

Commit:ced6158
Author:Shawn Cao
Committer:Shawn Cao

fix naming convention violation - using cap for all enum values

Commit:d6742e9
Author:Shawn Cao
Committer:Shawn Cao

add nebula web SDK to allow user to program nebula to visually analyze big data in seconds.

Commit:1a9e852
Author:Shawn Cao
Committer:Shawn Cao

Enable aggregation on call stack to output a merged tree

Commit:2f43ce1
Author:Shawn Cao
Committer:Shawn Cao

Support on-demand data loading

Commit:24f61d1
Author:Shawn Cao
Committer:Shawn Cao

Enable percentile aggregation

Commit:dc0249f
Author:Shawn Cao
Committer:Shawn Cao

introduce case insensitive verions of prefix and like

Commit:b9f9699
Author:Shawn Cao
Committer:Shawn Cao

complex filters

Commit:b4c98d2
Author:Shawn Cao
Committer:Shawn Cao

stablize kafka streaming

Commit:e79e923
Author:Shawn Cao
Committer:Shawn Cao

Enable samples query from web

Commit:ec09647
Author:Shawn Cao
Committer:Shawn Cao

Support time line query

Commit:c2011c2
Author:Shawn Cao
Committer:Shawn Cao

Update nebula query user interface

Commit:77c6ce6
Author:Shawn Cao
Committer:Shawn Cao

Update order type definition in pb due to a pb code gen bug for bool type

Commit:42c6512
Author:Shawn Cao
Committer:Shawn Cao

Polish querying data with many dates

Commit:702a49f
Author:Shawn Cao
Committer:Shawn Cao

Enable query through service interface

Commit:023354d
Author:Shawn Cao
Committer:Shawn Cao

client fix for the service demo

Commit:382ba28
Author:Shawn Cao
Committer:Shawn Cao

Let the service run

Commit:065a887
Author:Shawn Cao
Committer:Shawn Cao

Add GRPC into nebula and set up service endpoint through protobuf and grpc