-
Notifications
You must be signed in to change notification settings - Fork 28
Nebula Graph Community Meeting Archive
Meeting Archive
- @wey-gu
- @porscheme
πΊ recording: - https://youtu.be/
-
#3993 Something error when the version of tag/edge schema is greater than 256
-
#3946, #4060 UDF progress
-
#4063 Query optimization summary based on cache experiment
-
#3771 persist learner info
-
#4030 refactor: use STL facilities instead of 3rd party libraries(Jun)
-
Feature:
- #3989 clear space
-
Others
- #3905 console in binary packages
- Nebula .net, Nebula jdbc with 3.0.0 supported
How I use Knowledge Graph to help solve Chinese Wordle
- wey gu
- lisa liu
recording: - https://youtu.be/y1M-8mW5YSs
Project Heartbeat
Interesting ISSUE:
- https://github.com/vesoft-inc/nebula/issues/3941 thread pool perf
- https://github.com/vesoft-inc/nebula/issues/3940 multi-get rocksDB Surrounding Merged:
- https://github.com/vesoft-inc/nebula-third-party/pull/37 arm build supported
- https://github.com/vesoft-inc/nebula-operator/pull/117 Operator: Helm Auth supported Core Merged:
- https://github.com/vesoft-inc/nebula/pull/3904 use one global lock in meta
- https://github.com/vesoft-inc/nebula/pull/3896 permission for kill queries
- https://github.com/vesoft-inc/nebula/pull/3913 auto_remove_invalid_space default true
- https://github.com/vesoft-inc/nebula/pull/3839 https://github.com/vesoft-inc/nebula/issues/2533 GetProps supports Limit push down
Ad-hoc: the workflow of contributing to nebula-graph core.
- wey gu
- wei sheng
recording: - https://youtu.be/jDdbsntxoZA
Project Heartbeat
-
3.0 Released π©! https://nebula-graph.io/posts/nebula-graph-v3.0.0-release-note/
-
Master Core
- Prop pruner nebula/pull/3750
-
--disable_page_cache
nebula/pull/3890 - GetProps LIMIT push down nebula/pull/3839
-
Spark-Connector and Algo(2.6.2)/Exchange(2.6.3)
- fixed address invalid when it's domain name
-
Nebula-Contrib
- php, .net, nodejs client moved here
Topic: Nebula Graph Index Explained
- wey gu
- hera han
- jamie liu
recording: - https://youtu.be/hlNzrbqTcP4
-
2.6.2
Core released π©nebula/releases/tag/v2.6.2- fixed memeory issue/CGROUPv2 issue/full-text index issue
-
Master Core
- Snowflake ID supported in
UUID()
nebula/pull/3500 - Single Server(standalone) Support nebula/pull/3310
- fixed a backup issue if after v2 -> v3 upgrade nebula/pull/3855
- Snowflake ID supported in
-
β K8s Operator nebula-operator/pull/109
-
unsatisfiableAction
, configuration for POD Spread Constraint
-
-
3.1.0
project created: π https://github.com/orgs/vesoft-inc/projects/28/views/6 -
nebula-agent v0.1.0 released nebula-agent/releases/tag/v0.1.0
- Arch. of Nebula Graph
- How Nebula Services are landed in K8s
- Service Discovery in Nebula
- Nebula-Algorithm config explained
- How-to & Hands-on ππ»
- wey-gu/nebula-operator-kind ππ» #whats-next
Community meeting kick-off and way of working - 5 mins - wey Project heartbeats - 5 mins - wey
- wey
recording: - https://youtu.be/7IiPAJ66IZg
- LDBC test cases introduced: https://github.com/vesoft-inc/nebula/pull/3537
- K6 supports Nebula Graph v1: https://github.com/vesoft-inc/k6-plugin/tree/nebula_v1
-
SHOW HOSTS
now reports version: https://github.com/vesoft-inc/nebula/pull/3702 - Configurable
max_expression_depth
: https://github.com/vesoft-inc/nebula/pull/3722 - Limit number of sessions per client: https://github.com/vesoft-inc/nebula/pull/3729
- PostgreSQL support in exchange: https://github.com/vesoft-inc/nebula-exchange/pull/62
-
Dgraph Data Import to Nebula Graph
- option 0 https://github.com/vesoft-inc/nebula-exchange/issues/57
- nebula-spark-connector & dgraph-spark-connector
- option 1 https://github.com/jievince/rdf-converter
- option 0 https://github.com/vesoft-inc/nebula-exchange/issues/57
-
Why is nebula in python slow?
- https://discuss.nebula-graph.com.cn/t/topic/7285 (Chinese, but with python code)
- TL;DR:
- CPU-bound in case of huge returning data(unserilzation), multi-process should be considerred
- IO-bound in case of long query(like
count(*)
), multi-thread helps only in this case
-
GraphD crash on CGROUPv2 OS/Container host OS
- https://github.com/vesoft-inc/nebula/issues/3278
- 2.6.2 is on the way