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

Removing duplicates after tokenization

This resolves issue #1183

95166e6c5d1d4e5de859378ecb602754cefb4dfe authored over 7 years ago
Dgraph embeddable as library

Dgraph can be used as library. It won't open any ports/network
connections. It can be accessed v...

95e9335797b813aaae29f385a84caa285ef16b28 authored over 7 years ago
More consistent logging with x.Print* functions

fmt.Print* and log.Print* functions are replaced by x.Print* functions.
It uses logger (from log...

baa057cddca194b6e087099c99315ff7c2ee3bfe authored over 7 years ago
Dgraph embeddable as library

Dgraph can be used as library. It won't open any ports/network
connections. It can be accessed v...

09a4e50ee37aad34b318108f86241e47b001ecb3 authored over 7 years ago
Remove syncCh and batchSync in posting/lists.go. Start using

pstore.AsyncSet. Delete from lru cache only when callback
function is trigerred by badger.

530f42fdb6e324280bca85366c3b498f791c73d9 authored over 7 years ago
fix bug while setting metric

23ee657e399121356761dd6c74fa2e51e04ad279 authored over 7 years ago
Allocate memory to vars when used

da3e0acb0e78779a8f327b0d99e3f8204271373e authored over 7 years ago
More consistent logging with x.Print* functions

fmt.Print* and log.Print* functions are replaced by x.Print* functions.
It uses logger (from log...

ac2fd7945e73513bdf089cd950cc3b8ef6363f79 authored over 7 years ago
Removing duplicates after tokenization

This resolves issue #1183

8e412fd37c42af776165b92cb398b9f20d52a0d8 authored over 7 years ago
Changes in worker sort

* Check context often in sortWithoutIndex to return quickly
* Start sortWithoutIndex after some ...

a25947b06730a30935afda76442e3e25ba4c3033 authored over 7 years ago
allow users to specify badger table options (#1188)

allow users to specify badger table options and make it loadtoram by default

57815c7ec4440129b0f7c0905a74285dbb4bb335 authored over 7 years ago
Make addToServers update byNodeID

b61e2281b4c8ba825b6256a8ddc40393b0dff53f authored over 7 years ago
Make getPool increment refcount of pool

This fixes a bug because the caller is supposed to release the pool.

a9c8a48ff39ae9a2d979afe53f6ed82e9a7fd05f authored over 7 years ago
Refactoring of configuration handling

This is a part of work on #673

4721bd5c4d72aeeef91ed8b260bb7187d6529382 authored over 7 years ago
Squashed commit of the following:

commit 146bd66f3b272096662e8ef0620d0efee2fdbc61
Author: Janardhan Reddy <[email protected]>
Da...

d10c5426f4aa8c421710b39625e3ad0e4dcc5f3f authored over 7 years ago
Upload nightly binaries on S3

aa607712b945f8172b0bcfbefd6e00198d38ecc5 authored over 7 years ago
Add GetPeerPool (and getPool) to avoid useless double-lookup

Also removes x.Check2f, because passing multiple return values
alongside other parameters doesn'...

1dc69654e15dcc50113db7571635618c50202c4f authored over 7 years ago
Allow blanknodes with variables in mutation

8a802a488880b5fa83efaff84f3dd4b815d20622 authored over 7 years ago
docs update, mostly var to val/uid

333af81d83f6624f41e4bdfbd807a9ec7a450ecf authored over 7 years ago
Add more index types for datetime

[month, day, hour]

59b2fd5c448a629394b900e1171391e90388dd17 authored over 7 years ago
updates

ce06ececb42c730c1c6d18f4b1ec58f5568bb463 authored over 7 years ago
adds examples

865afbecaaf1c4c8fb1d864f99258f35e0df2b38 authored over 7 years ago
use xid instead of _xid_ in spielberg test

8ecb9781f00e4dae8a61de9971998ed924150d3b authored over 7 years ago
Make pool hold one gRPC conn and refcount itself.

Also, configures the gRPC conn to allow unlimited simultaneous
connections. The refcounting mea...

a0d178a512096230f76382805deed1103561de40 authored over 7 years ago
Rename local l to lexer in Parse()

9899ef10643e6c3cfd296ffb16eb3061c816bef5 authored over 7 years ago
update contrib tests to use xid instead of _xid_

f5a258b2497c12137a8d0aeb021d681c53056791 authored over 7 years ago
Fixes github issues #1002 #1074 #1025 (#1170)

* Fixes github issues #1002 #1074 #1025
* renamed _xid_ to xid

d11c5e6866ca8eaf6c690a65b981955f5a67a5f0 authored over 7 years ago
go docs update

69964c29a1f3b46e1501f651e9743f678de4ab9c authored over 7 years ago
Mrjn/raft (#1161)

* Fix some errors with Badger operations.
* Remove rebuild index. Remove the first byte logic f...

07abc9a22252d7a12085c2c563663545f7de1063 authored over 7 years ago
Exclude _uid_ while checking child nodes in cascade

e352f53f84656aa3deb9ed68283c0e21860ac08e authored over 7 years ago
Merge branch 'master' of github.com:dgraph-io/dgraph

2499ab8439c287db43ea3c3599edfaeb5b8fef2a authored over 7 years ago
Fix a small issue with posting list iteration.

f5c7893f1c28c8976b504a83e6dcc4f9f4339316 authored over 7 years ago
Support vars in mutations using the client.

15442f23d00e0378df212c4a2f6be8563e8c06d6 authored over 7 years ago
Add a directive to ignore reflexive edges from result

0936c24186d8e35b96efa4b4897d76e9bee8621e authored over 7 years ago
add stop word reference

2c86040ea9685045b815ba706c394667eab549fc authored over 7 years ago
Cleanup (after merge)

d3f7048cb18f46564c01ec2af6bcd83e5156f75a authored over 7 years ago
Extraction of 'dgraph' package, start of work on embedded client

473eddb72ed56356cab8cb7469ad711fa081aa5b authored over 7 years ago
Use efficient algorithm for one shortest path

c9253021e7d29751d3ba3bbdd45914c83c7d4a2d authored over 7 years ago
change variable name

7fa87d86f7513c6ad98368ed221d3c51153b0f75 authored over 7 years ago
Modify/posting pool (#1148)

don't return emptylist to pool
Switch posting list uids to a byte array.
add Metrics
change w...

01e1564f558cb3d42dfc1aaf617e8da61dd6c872 authored over 7 years ago
Fix unused format argument in expand err (#1145)

* Fix unused format argument in expand err

bc5d9274ceeaae97b8fa6a8cfbd9de6500d64705 authored over 7 years ago
Default to ~/go if GOPATH unset (for uiDir)

Also uses path.Join for uiDir. This has the effect of making the path
relative if a GOPATH (or ...

3f1dc9a4c9501da94353abe6cb7c2d726d864f86 authored over 7 years ago
Add support for adding and retrieving raw bytes from Client.

ae3c2317e234f9b33f2db043ae91560bd18aa9e1 authored over 7 years ago
Touch on count index keys

80959a7b297563d918542d20d2ef4ccfcc800a89 authored over 7 years ago
Add jq for OSX

23ac921a00d0e610144cd3a84567e7bc2d902b3a authored over 7 years ago
Increase STW ram mb for Travis

00e837f592f09a3f95001d745bcf0d5e9fcfdf05 authored over 7 years ago
Serve gRPC on port 9080, HTTP on 8080.

Avoids problems with cmux not listening properly, because gRPC
connections don't always come wit...

302486faa4bfef316082fac3b2ca80728f3e3bc5 authored over 7 years ago
Rename slurp_loop label to Go-friendly slurpLoop

d785ffa8e58659bb96777fd34bb1853516ea0c82 authored over 7 years ago
Fix bug in rdf lexer/parser. Fixes #903

4ddf551aaad9f6fa76432c27da912b4b0ed673b9 authored over 7 years ago
Use kv.Touch() to for index keys. Also remove all Sleeps in query_test.go

769dfb224bbe0e3e8b032940f553565847e808d9 authored over 7 years ago
Don't seek index for eq fn. Add Get() function to get value from disk and not add it to lhmap

50c3059f674a3705556cc2ee055f25540685c30a authored over 7 years ago
Update test

5506d4d2571f1ca2746988d3c06d756183c276f0 authored over 7 years ago
Change syntax for specifying id at root to use uid func.

82c65ae4ca34e897d355fd6b5afdc779edf9ddd0 authored over 7 years ago
Switch name from backup to export. Export blank nodes instead of UIDs

2972291031a2a14497684846a711ad0311324de4 authored over 7 years ago
Disallow count of var. Better error handling in parser

2034f56ddf7bcf69187141b01bfcafd06575ec78 authored over 7 years ago
Make batch loops limit batch size

Namely in schema.batchSync, posting.batchSync, and
worker.batchAndSendMessages. A reasonable ba...

cfa25abcc830f3f6d6a5a427a8d5f0db2062ba3c authored over 7 years ago
Make batch loops block on channel

Avoids use of time.Sleep.

worker.batchAndSendMessages is the most questionable change, because
...

3e92cf487f13c43c6240f5f7e04f7cb79b20304b authored over 7 years ago
Fix a bug in recurse when order was applied

c46df7f3bf1a115b2fdfc9f26e7482839641c81a authored over 7 years ago
Fix bounds check in RaftMessage gprcWorker

813ac83c90c32a7f79114a1af7d93341f84c951e authored over 7 years ago
Language filtering in functions with lossy indexes

a5bcb620c03da496caf51db57e1afbba79d9ab9d authored over 7 years ago
Error returned for multiple same blocks in mutaiton

This resolves #1119.

6842dc283deb4c68918b0d4ffe940451bb2e6358 authored over 7 years ago
Allow func names as predicates. Disallow predicates starting and ending with _

e8ebbdfd9f76f6c8dd4e82423859cebddc1ff1e6 authored over 7 years ago
Fix race condition while doing shutdown

3f177482962ca3a98b9be144936fdff4ddac8564 authored over 7 years ago
Avoid value copy, use sync.Mutex in schema, allocate result on heap

296ff8b3e7ff9d7314c060f1571cf48ff71d9407 authored over 7 years ago
Changes for loading so data (#1106)

* Changes for loading so data
process upto 3 files in parallel in dgraph loader
enable trace f...

e38b51675477f02f23aa6b4a11307c1f51ce8cf9 authored over 7 years ago
Add a maxdepth arg for shortest path

50c09b753f8844fa04a88501fba8fc20c9956a2b authored over 7 years ago
Put pool in poolsi even if we can't connect

This doesn't fix a bunch of other problems with connection handling --
for example, we log.Fatal...

7531a5033798144e2199ef8d04ac6fc0e0ccc112 authored over 7 years ago
Range parsing in groups configuration

This commit resolves #1068.

d6b1664b18f3eaf068c87d53da7624e39c96e574 authored over 7 years ago
docs update: count index, variable propagation, * P * delete

b4119afa85506d21d6d7b5d72252fd4c6d6cc4e0 authored over 7 years ago
Remove all badges to make page loading faster.

c6c24aec78394c71ce144417930c25306770c2df authored over 7 years ago
Move BatchMutation example out of godoc to our docs

30522c868c17e1ec8f9f28a5a744791a39f8a6af authored over 7 years ago
Change var(x) to val(x) || uid(x) depending on what is it used for.

16b30a8090a0b0c05e7b1e57e39ffc9d5e0a92c6 authored over 7 years ago
Avoid extra call for _uid_

94ee95b154008c2f23f7b235677a96881e639852 authored over 7 years ago
Merge branch 'master' of github.com:dgraph-io/dgraph

240548f26d8539346fa1b94f84f4a940c60c77fd authored over 7 years ago
Remove all badges from Get Started

eb84f8aa5e7fc7793936744dfe1bed07a5ea7623 authored over 7 years ago
Have UID slice in PostingList to optimize unmarshal

716defcba911fb4f5b9c81b645195be801d171ab authored over 7 years ago
Change LICENSE of left over files

1f179695e5f5cb5232c407aca717e3cf967d52aa authored over 7 years ago
Update license of packages imported by client to Apache

c2ed6f74fe0b43764279a86088b5d2b86d6735af authored over 7 years ago
Increase max size of data that the server can send and receive over gRPC to 256MB

2c3d27604b8ecc94429dda0e3bba4b2085a00c9f authored over 7 years ago
Add a script to compile the binaries with X ldflags

2e4869014dec1767eec07304e3651755475dae6b authored over 7 years ago
Move DeletePredicate test to top of main_test.go

fda012efb866a614dcb5da1effe4947529c4f14b authored over 7 years ago
Badger package renamed/moved.

This is related to dgraph-io/badger@1c84ab8cd8f3528ff9a68059db2e4fc4d0b4f947

82b82e7dccfd444825eb5f09afb67eedb3453a30 authored over 7 years ago
Dont allow specifying groups for reverse predicate in group config

5208f722f755e5a0dc11ce600045c9e045623be2 authored over 7 years ago
Allow adding count indexes so that queries comparing count at root are

faster.

22c6a77e8b7483a676395a49e954c09021aac2e4 authored over 7 years ago
Support uid_in function

b3d169ab4ccc8dd6de224709e40a11bd39e7d306 authored over 7 years ago
Fix path for groupby variables

050853018b3807302807c77f9bb4c7edd9297403 authored over 7 years ago
add delete * P * doco

d0fc7f98e43c45d5dd0fdf89b48e0b3eff3b1bd3 authored over 7 years ago
Tracing related optimizations and other improvements.

1. Do tracing inline instead of passings args to a separate function as
thats cheaper.
2. Set gr...

a09c86100007fb7d19021eb4f858f06551fe99aa authored over 7 years ago
Fix handling empty values in variables

9e65edc4acefe4a20bc29f043646e0f8229ef5df authored over 7 years ago
Allow variables to be used in math of other blocks

61c6dfb0c315a1a4fd94a37eede0d65301c7ff80 authored over 7 years ago
Allow using facet vars in aggregator functions

46b343348589288df40c4eacedd364d61a8a8cdc authored over 7 years ago
take stw per shard (#1087)

* take stw per shard
* run evictshard in a goroutine
* increase frequency of periodic commit
...

813a9d2a4db318cad5a27d6a9f1547b3e3151ff6 authored over 7 years ago
Support deletion of predicates using * <P> *

32ac271a1a3e4991c321e6bdc7c44a46c4b16768 authored over 7 years ago
Merge branch 'master' of github.com:dgraph-io/dgraph

edfdc1a1c3e53ce426630ef63a31653afc48af52 authored over 7 years ago
Remove other badges. Add Twitter follow badge.

54688a1bf5f6ca1dde25997bada7070ab20ffb99 authored over 7 years ago
remove printf from watermark and fetch pl value outside goroutine

78137e565129885055e2a8a4c3f00e240fd8a6fd authored over 7 years ago
Add Twitter handle

bebaf971bbdeb5dade09f8aab8df822cbc63ad9d authored over 7 years ago
Allow facet vars and facet filters in same branch

fd8dfbf418854e68829576c357be20098c2b6458 authored over 7 years ago
Fix bug with facets using the wrong args

09dbd9950cf639d4e2a5a7a5539674555fd584f8 authored over 7 years ago
Allow two vars in mutation

9e0b5f3643bd10b89f174a036a72973ab5b91712 authored over 7 years ago