HN user

jamie-vesoft

278 karma

jamieliu1023@gmail.com

Posts57
Comments44
View on HN
github.com 1y ago

Show HN: OpenDeRisk – open-source intelligent app risk manager

jamie-vesoft
1pts1
en.oceanbase.com 2y ago

How to Make DDL Execution Efficient and Transparent in a Distributed Database

jamie-vesoft
1pts0
github.com 2y ago

Coca: An open-source project that breaks the limit of context length in LLMs

jamie-vesoft
3pts0
medium.com 2y ago

Fine-tuning CodeLLama improves Text2SQL accuracy to 82.5%

jamie-vesoft
2pts0
medium.com 2y ago

Fun project: Creating a LangChain alternative from scratch

jamie-vesoft
1pts0
github.com 2y ago

Show HN: Re-shape interactions with databases using private LLM technologies

jamie-vesoft
9pts1
github.com 3y ago

Show HN: Improve Text-to-SQL Accuracy with LLM

jamie-vesoft
17pts4
github.com 3y ago

Show HN: OceanBase – An open-source distributed SQL database written in C++

jamie-vesoft
1pts0
news.ycombinator.com 3y ago

Ask HN: NoSQL vs. NewSQL, what's your choice?

jamie-vesoft
1pts2
mlabonne.github.io 4y ago

How to Design the Most Powerful Graph Neural Network

jamie-vesoft
2pts0
sifted.eu 4y ago

What’s it like being a startup founder over 40?

jamie-vesoft
2pts0
www.indiehackers.com 4y ago

I admit it, my success involves luck

jamie-vesoft
2pts2
nebula-graph.io 4y ago

I cracked Chinese Wordle using knowledge graph

jamie-vesoft
1pts0
github.com 4y ago

Useful Tools and Programs List for SQL/NoSQL Databases

jamie-vesoft
2pts0
nebula-graph.io 5y ago

Nebula Operator: Automated the Nebula Graph Cluster Deployment on K8s

jamie-vesoft
1pts0
discuss.nebula-graph.io 5y ago

Graph database performance comparison: Dgraph VS Nebula Graph VS HugeGraph

jamie-vesoft
2pts0
nebula-graph.io 5y ago

Practicing Graph Computation with GraphX in Nebula Graph

jamie-vesoft
1pts0
nebula-graph.io 5y ago

Exploring the S&P 100 Index Stocks Using Graph Machine Learning

jamie-vesoft
1pts0
discuss.nebula-graph.io 5y ago

Performance Comparison by Meituan: Dgraph vs. Nebula Graph vs. JanusGraph

jamie-vesoft
1pts0
nebula-graph.io 5y ago

Vivo's feature storage platform based on Nebula Graph

jamie-vesoft
1pts0
discuss.nebula-graph.io 5y ago

Graph DB Perf Comparison by Tencent Cloud: Neo4j vs JanusGraph vs Nebula Graph

jamie-vesoft
1pts0
nebula-graph.io 6y ago

One Trillion Connections – Nebula Graph Database at WeChat

jamie-vesoft
9pts0
github.com 6y ago

Nebula Graph 1.0 has been launched

jamie-vesoft
1pts0
techcrunch.com 6y ago

$8M funding goes to an open source graph database project

jamie-vesoft
15pts0
techcrunch.com 6y ago

VEsoft raises $8M to meet the growing need for graph databases

jamie-vesoft
1pts0
discuss.nebula-graph.io 6y ago

Nebula Graph Database Benchmarking Based on the LDBC Social Networking Dataset

jamie-vesoft
1pts0
nebula-graph.io 6y ago

How to Build a CI/CD System with GitHub Action in Nebula Graph

jamie-vesoft
2pts2
nebula-graph.io 6y ago

Force-Directed Graph Layout Optimization for Multiple Edges Between Two Nodes

jamie-vesoft
1pts0
nebula-graph.io 6y ago

Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++

jamie-vesoft
136pts21
nebula-graph.io 6y ago

Nebula Graph Uses Jepsen to Detect Data Consistency Issues

jamie-vesoft
3pts0

Graph databases are efficient in exploring multi-hop relationships which are common in many business scenarios. So basically if your application needs to query n-hop relationships all the time, then graph database is a better choice. Some main use cases include real-time recommendation (product/content/shop), risk management like fraud detection in the financial services industry, knowledge graph and machine learning, etc.

Great digging! Thanks so much for paying attention to the benchmark report data. We apologize that you have to wait for so long!

Yes we have been working on the benchmark data for quite some time because we have been working with our clients to verify our capability. For example, one of our clients has inserted 300b records to 6 servers within 20 hours, then we are confident to say that Nebula Graph can manage 690k inserts/sec/server.

We will keep working and provide a trustworthy benchmark report for you as soon as we can.

Thanks again!

Thanks so much for your suggestion regarding the website!I am thinking about the same thing as well. Will keep improving the site along the way. Really appreciate it.

As to the data for throughput, there are some PoC projects going on and according to data from production, for inserting, one of our clients has inserted 300b records to 6 servers within 20 hours, that is 690k inserts/sec/server.

We want the benchmark data to be verified by decent clients in their production environment. And will reveal more data in the future.

Thanks again!

Totally agree that the nice thing is everything stays in one place. I use it for Stack Overflow as well. :) And will definitely add Reddit to my list.

Thanks so much for trying Nebula! We really appreciate it.

Sorry about the where clause issue. Do you mind bringing an issue in this regard on our GitHub repo? So that we can assign it to relevant staff.

As to the query language, thanks for your suggestion and nGQL will surely be aligned with the GQL standard. We are keeping a close eye on it. :)

We are planning to support OpenCypher in the first half of 2020 and TinkerPop would be the next.

Thanks again! Here's our slack group btw and you may raise any question there: https://join.slack.com/t/nebulagraph/shared_invite/enQtNjIzM...

Thanks for asking! Sorry I missed this question earlier.

Nebula doesn't store data multiple times for index.

And here's how the indexing works in Nebula Graph:

You are allowed to create multiple indexes for one tag or edge type in Nebula Graph. For example, if a vertex has 5 properties attached to it, then you can create one index for each if it's necessary for you. Both indexes and the raw data are stored in the same partition with their own data structure for quick query statement scanning. Whenever there are "where" clause/syntax in the queries, the index optimizer decides which index file should be traversed.

Thanks for the questions! Good ones indeed.

1)nGQL will be compatible with the international standard GQL.

2) Currently no

3) So far the following SDKs are available:

   Python https://github.com/vesoft-inc/nebula-python 

   Java https://github.com/vesoft-inc/nebula-java

   Go https://github.com/vesoft-inc/nebula-go
4) We are working on the benchmark. Stay tuned.

5) Yes we'll follow the Open Core business model like you said. All the features that are open source today will remain open source. :)

Please let me know if you have any further questions.

Really appreciate the feedback and discussion! We will seriously consider the license issue.

Please DO let us know if you have any better license options than Common Clause that can help provide an open-source project for the community while stop cloud vendors from monetizing without contributing back?

Thanks again!

Thanks for your feedback!

While our original intention is to provide a real open-source graph database project for the community, we also want to prevent cloud vendors from monetizing the project without contributing back to the community. Exactly like what's explained in this TechCrunch article: https://techcrunch.com/2018/09/07/commons-clause-stops-open-...

That being said, Common Clause seems to be the only license that can be used. Quote the article: "Academics, hobbyists or developers wishing to use a popular open-source project to power a component of their application can still do so. "

However, we will seriously consider the license issue. Please do let us know if you know any better licenses that can be used.

Much appreciated!