Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
campoy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
campoy
7y ago
Hi there, out of curiosity what do you mean the data is stored multiple times for speed? We (I work at Dgraph) have data redundancy when you have multiple replicas for a given group - but that's an optional feature. Thanks!
2.
▲
by
campoy
7y ago
That's great to hear! Let us know if you need any support with Badger
3.
▲
by
campoy
7y ago
Hi there, Head of Product at Dgraph here. Our license is Apache v2 for most of our source code. Only our enterprise features are licensed with the Dgraph Community License [DCL]( https://github.com/dgraph-io/dgraph/
4.
▲
by
campoy
7y ago
Yes, we fixed all those issues and we're currently rerunning all of the jepsen tests on our new release coming up in a couple of weeks. Working with Kyle is always a pleasure, so we definitely don't discard having him have another
5.
▲
by
campoy
7y ago
I think Dgraph is not a great choice for this right now, as it seems you're looking to be able to use those different replicas offline too? We use RAFT to reach consensus on transactions, so the nodes need to be able to communicate wit
6.
▲
by
campoy
7y ago
We are happy to get new feature requests on github.com/dgraph-io/dgraph! SPARQL is something we're considering but we haven't heard much interest from any of our customers so it's not very high up on our roadmap. I&
7.
▲
by
campoy
7y ago
Hi there, We are not hyping, we're blogging about our fundraising success while working on our new release which will include a series of benchmarks which we'll be happy to share with all the details, obviously including source co
8.
▲
by
campoy
7y ago
Thanks for sharing these, cool handle name btw :)
9.
▲
by
campoy
7y ago
GraphQL+- will still be a thing, since GraphQL doesn't provide all of the things we need to manage a database. That said, we're working on a pure GraphQL support, which will help with any kind of integration with other GraphQL pro
10.
▲
by
campoy
7y ago
I would love to chat with you about your needs and requirements in the healthcare field! If you're willing to share some info, my email is francesc@dgraph.io!
11.
▲
by
campoy
7y ago
Let's chat! We're working on improving our docs specifically regarding the data modeling aspects. If your use case is open source we could even use it as one of our case studies :) francesc@dgraph.io
12.
▲
by
campoy
7y ago
Thanks! We're very happy to finally share the announcements. We bet on GraphQL very early on, right after the initial specs came out, as their language was surprisingly similar to what we were working on. We have not looked back since
13.
▲
by
campoy
7y ago
Most graph databases are being used as secondary systems, often used as indexing for other databases, etc. We believe this is due to a lack of features or performance at scale. Our goal at Dgraph is to be used as main storage similarly to h
14.
▲
by
campoy
7y ago
Hi there, I lead product at Dgraph and I'll be happy to answer any questions you might have. We're very happy we're finally able to share our fundraise, and this is just the beginning of many more features and improvements! P
15.
▲
The State of Go: Feb 2019
(speakerdeck.com)
13 points
by
campoy
8y ago
|
0 comments
16.
▲
Measuring code sentiment in a Git repository
(blog.sourced.tech)
6 points
by
campoy
8y ago
|
0 comments
17.
▲
The State of Go 1.10
(speakerdeck.com)
3 points
by
campoy
9y ago
|
0 comments
18.
▲
by
campoy
10y ago
I'm a Google employee and you made me LOL hahaha
19.
▲
by
campoy
10y ago
well thanks
20.
▲
Justforfunc #5: Defining a Color Flag in Go
(youtube.com)
1 points
by
campoy
10y ago
|
0 comments
21.
▲
[workshop] Build Web Applications with Go on App Engine
(github.com)
2 points
by
campoy
10y ago
|
0 comments
22.
▲
Is Microsoft the biggest OSS contributor?
(medium.com)
3 points
by
campoy
10y ago
|
0 comments
23.
▲
Embedmd: embed code into your markdown and keep it easily in sync
(github.com)
10 points
by
campoy
10y ago
|
0 comments
24.
▲
Go Tooling in Action [screencast]
(medium.com)
1 points
by
campoy
10y ago
|
0 comments
25.
▲
by
campoy
11y ago
I totally agree with you on this. The code for all three languages is clearly not optimal. I wonder how much of this performance difference is C++ being very good at optimizing your code rather than the runtime being more performant. I don&
26.
▲
by
campoy
11y ago
I know, and that is exactly my point. Micro benchmarks across languages with code that doesn't do anything interesting is pretty pointless IMHO. Also, am I a twitter developer advocate now? what is that?
27.
▲
by
campoy
11y ago
I don't care about micro benchmarks ... but if you're gonna do one, make sure your code is decent. By replacing the Go slice declarations (var x[]int64) with (x := make([]int64, 0, 1000000)) you'll get an algorithm that in my
28.
▲
by
campoy
11y ago
I'm happy to give you credits to host it on Google Cloud Platform :-) Shoot me an email campoy@google.com
29.
▲
Functional Golang [video] – dotgo.eu
(thedotpost.com)
2 points
by
campoy
11y ago
|
0 comments
30.
▲
Functional Go
(speakerdeck.com)
6 points
by
campoy
11y ago
|
0 comments
More ›