Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/unigraph-dev/dgraph
Native GraphQL Database with graph backend
https://github.com/unigraph-dev/dgraph
9d0cb32f2a4eb39b4564fcc970c98578bf8e9f9f authored about 8 years ago
8909b52f2439697b7d3bd1e5be3a291deebb105d authored about 8 years ago
d024fdf60d2bedd8bddec1b367668c2bc15d206c authored about 8 years ago
8f5d31c0d8ad5f55cd659a58322e6b68a6aec0a6 authored about 8 years ago
ca520ff733bac391e6329225973a7d4a76a5ef45 authored about 8 years ago
1e546bb1296d4132cb69b7968bffca5157395206 authored about 8 years ago
63f36f6d99993547ce2e367f4c2b9bf8e6cb3411 authored about 8 years ago
8ff38b7c37dca4670bab2d1aca709ccc6e78e51d authored about 8 years ago
backup.
692c285f76fb3fcb64f486d3aac63bc15fa2570a authored about 8 years agoa64e8a292402171a753afb94b67881805d31971b authored about 8 years ago
bd7f3e11fdd766f537f4c6aef107097b7475fe25 authored about 8 years ago
bbef326ab6ee8234ea0051dd1e826313eb3a28e8 authored about 8 years ago
f260f3ac4385726359658a3ac9d52ce47dc926d5 authored about 8 years ago
0be8cea2bd0f2a9328cd8923525d6437dff3aff8 authored about 8 years ago
d359b1d2c2fc6af531d4e50e80843b53b9221e78 authored about 8 years ago
851d43ec0cdda4e18d3c42b04b650665bcf10592 authored about 8 years ago
84687a342050c64ae4a731d5f05c1a859951ff0a authored about 8 years ago
819cfa335468a8d714d77dd8b29fce9f1f166fdf authored about 8 years ago
b5db1f885d6e1dc4bd18a45afbbda0b2425b9477 authored about 8 years ago
This bug caused TestBackup to go into infinite loop.
bf56473b1b4b58850a894812fc6b48258cd34c12 authored about 8 years ago0bc134655e981006d214804197db87b4e6962002 authored about 8 years ago
fd210b37747e256cfe426b3afebd135ba93e851d authored about 8 years ago
2b9adfedb6ee8e1fe7bb84951ee7f1ccf101100e authored about 8 years ago
318349e284d73cc5f0d4a8c6dfe43cd4114dcf62 authored about 8 years ago
3c88c96d15448b9756103d6e1feaed7a95e67825 authored about 8 years ago
080a4884f9b2f57d3fcc74ce3fe9058ea8b32d7e authored about 8 years ago
a9ef7e6662a47695cae3049f9609a0d1df0fc395 authored about 8 years ago
9a58caed59b2380ef7bd21cd706cf3bc32e2bd59 authored about 8 years ago
Modify SubGraph so it can take in a SrcFunc function just like it
currently takes SrcUids. That ...
500696de7734b481e752c96c14a46f737742aec4 authored about 8 years ago
6e8014344b020516f93d37ef0bd22a10ff31a278 authored about 8 years ago
b0b49b8104423cef7ac02343947360c433991964 authored about 8 years ago
16b98bbd818ba28c105a5370d1d37bba9a50071c authored about 8 years ago
e7bb09101c6b97ae2b104d0d9dcfd36462859699 authored about 8 years ago
bd00259fd1d069a7efa3eabd0d5f26f4f86d9158 authored about 8 years ago
f5859261bb216e3f6386ba399c3bed04061588d4 authored about 8 years ago
ce8e14bdb0cf96b0bb154194f12913aea13a9bfc authored about 8 years ago
34e8400ccdfb26b73f605d5a2d762c2619a92f3f authored about 8 years ago
a162df43f29945d4efc9c9a4dd1530c56839462e authored about 8 years ago
9460a443a3b4ec4bbde5ee369a6870923a254de0 authored about 8 years ago
b9d9aa6bb0eb69c949f3116c7e2038cca360ff2e authored about 8 years ago
- Simplify backup code.
- Just use a single RPC call to handle backup, where each server, if una...
f207645f5bfe1cf9bcad17fd0902ae08452cd25d authored about 8 years ago
de6f7ed2b9e6119eb7fbff46b2717fe1d93f75e9 authored about 8 years ago
fda5f8c2e706480c6c79881985b0e448aa3208fb authored about 8 years ago
821aec79fd323b219a7381e2a63c34095cbd5149 authored about 8 years ago
Keep track of membership information for all nodes of all groups in the
cluster, routing all inf...
831e1ca944856c5b6179f6a67ccedc7d93bf93d7 authored about 8 years ago
Move all time.Tick out of for loops. Create a ticker outside the loop
and just use it's channel ...
Don't call time.Tick within a quick iterating for loop. Because Go
creates a new ticker at every...
9c59b4604cdc70f098a46d7d49f7efb6150fc48b authored about 8 years ago
14710a932fe1c6b798a42ceec9ace406c98c4062 authored about 8 years ago
f978f81f0228966e54f65a5801f19633af9dff90 authored about 8 years ago
Reviewed Jiawei's sort PR and did small refactorings based on my
comments. Fixed various tests a...
44269f93c77a705ba57285a95419d24b212c31cd authored about 8 years ago
f7744ab96f749904d1116ea54be4bf5f4926a57d authored about 8 years ago
cc5851b07bf4c2fef9e0bed86f5a8fb1bb31029e authored about 8 years ago
925958272ee45a225c819d8a9af49cccfd7d83a2 authored about 8 years ago
d67d672ce3387bf30a1097315a40e52773b876a6 authored about 8 years ago
We shouldn't return a pointer to types.Posting, which is based on the
underlying internal PL buf...
So, the node can become leader quickly, and we can make progress.
7564c98d23aae275d23078daadcceedb471a7a6b authored about 8 years ago
Instead of allowing random access into posting list, which complicates
the mutation layers logic...
65676b1e99a6e240c248bc1bec8bcd449e5708c3 authored about 8 years ago
- Remove worker.State.
- Move all raft and worker flags within worker package.
- Move all RAFT I...
4bfc8e060824bb5aa99c38696460b9cfb6ce81dd authored over 8 years ago
6313e647ef3772f464aa841414cbbacf40f7b112 authored over 8 years ago
3bb0ce3739a151772e6fd0d7131d60db64b37534 authored over 8 years ago
Includes:
Implemented query filters for contains, within and intersects.
Add support for near qu...
Also, fix the case where we don't have address of a peer. Just drop
those messages. And let RAFT...
- Implement a persistent WAL based on RocksDB. We use RocksDB because
given a RAFT entry at inde...
88f085c07394f49bcb1a9279a789fa7e85fafe29 authored over 8 years ago
8d93194f7997761734c1a148726cee312e1923c2 authored over 8 years ago
933c8787376dcb9ba9e0eb7d7cebf07a7e31d3f1 authored over 8 years ago
6640d1d9d79e9eea53a55d2f7a21d627beeb699a authored over 8 years ago
e74a2d3e704f47ad4efadecf6e0d2f9e356fc54c authored over 8 years ago
c1acb875d19cf4ce75ab344a7243b93a2641c4d7 authored over 8 years ago
e56fc7fe3e55d42139f4c989e9033abb70d9ca24 authored over 8 years ago
f63c7de860907018ca073d142d01f58e17c9d02b authored over 8 years ago
8452935ad4913e82ee4c314f1c013ed161594d9d authored over 8 years ago
4e0228bb789ca769be824812548c13e7e83cb829 authored over 8 years ago
Add s2, s1, r1, r2, r3 to vendor.
2054cccc869a4246142234aabeb3f84ee8c185b9 authored over 8 years ago970629049d49864471e572f8da1c50a6be16c5cf authored over 8 years ago
baf3de05a19e3f220bf92c7a2d5f093e79eb7e7c authored over 8 years ago
1. Rename TypeValue to Value.
2. Add the Type function to the Value.
3. Unexport the scalar type...
9f88b84f1206deeed87848c5a74142ac2081d7ba authored over 8 years ago
8e1e2c76bbcbb0447adab85e4366852fddf571fb authored over 8 years ago
3749c02fe1a45e9ae4bb7f93844bd838e189a705 authored over 8 years ago
fe59910cced0b6a48ac1d2b0e3ed0e6017ab3f19 authored over 8 years ago
476adef00a7d0b3190d86be20957ecd2fe718515 authored over 8 years ago
77cc3a662621d05bca6594be85d97d67b73c9eb3 authored over 8 years ago
883e51c66ab1a3233b25df028fa6131c5b617b35 authored over 8 years ago
6e60e88692d4a65ea208d0db185f9486e5fac3a8 authored over 8 years ago
6445989f67ef9487ce62f1445b363063ae06e44b authored over 8 years ago
ed1e887970c5c67db69e32e87aa46176cb6b56f5 authored over 8 years ago
60ae5e6654708f2c676099feede78e3441a69a2a authored over 8 years ago
c7014806fb97bff685a6112d818e2175171a6e46 authored over 8 years ago
2874d852bcd34fc7d534c5e7f365d46db22d5af0 authored over 8 years ago
c40a1e7983f83c8914f92e83f48b85f77a2251a2 authored over 8 years ago
0b3084dd0805a27b90b16144ae4e9899e4cdf318 authored over 8 years ago
3754703591143259c0338d6f21780f01e088b910 authored over 8 years ago