Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Unigraph

Creating a universal, searchable personal knowledge base that integrates with your existing workflows.
Collective - Host: opensource - https://opencollective.com/unigraph-dev - Website: https://unigraph.dev - Code: https://github.com/unigraph-dev

add update example to go docs

github.com/unigraph-dev/dgraph - 308b61ea3f72db38d0d97937b048a0c1bdd433c3 authored over 7 years ago by MichaelJCompton <[email protected]>
Set GOMAXPROCS to 128, to allow Go to achieve SSD disk I/O throughput.

github.com/unigraph-dev/dgraph - 30237a1429debab73eff38fea2f724914ca38b77 authored over 7 years ago by Manish R Jain <[email protected]>
Significant optimization of query test execution

github.com/unigraph-dev/dgraph - 7aed60720bbf2277155d445ce1cc873021b6494d authored over 7 years ago by Tomasz Zdybał <[email protected]>
add trace in index lock

github.com/unigraph-dev/dgraph - c7373473c70c0926baa632d47cdf0f1c2c83d747 authored over 7 years ago by Janardhan Reddy <[email protected]>
Fixes

1. Add a Close method for DgraphClient which closes the kv store.
2. Skip Count keys in export a...

github.com/unigraph-dev/dgraph - b29e81422b9316599447320d4b0865800c87a9b6 authored over 7 years ago by Pawan Rawal <[email protected]>
Dont initialise pstore in TestMain()

github.com/unigraph-dev/dgraph - aed701f3d91e2970b9e75b9b38a97b0366c06146 authored over 7 years ago by Pawan Rawal <[email protected]>
Use fmt.Println/Printf while logging version details

github.com/unigraph-dev/dgraph - a69e3d89824831f3ad34cb8c9d3a7797b4312772 authored over 7 years ago by Pawan Rawal <[email protected]>
Ensure all values returned by math are of same type

github.com/unigraph-dev/dgraph - 38825ca5b53a6e700bb0f2cf2b54ec8c79c3a3db authored over 7 years ago by Ashwin Ramesh <[email protected]>
make lru cache in client internal

github.com/unigraph-dev/dgraph - f6c0a791b9c44b9da569d692eb23ad3b5ed83ba6 authored over 7 years ago by Janardhan Reddy <[email protected]>
Add v0.8.0 to docs

github.com/unigraph-dev/dgraph - b6ef2e8e0b91cded5bace8ac4f2b7dc9e2821bf7 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 7476fa334ea61ababfe91ec132ec269599253530 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'release/v0.8'

github.com/unigraph-dev/dgraph - 97a0e29b4532877b5443afb02c47aa2170816420 authored over 7 years ago by Pawan Rawal <[email protected]>
Merge pull request #1197 from dgraph-io/client_godocs

Go docs for client

github.com/unigraph-dev/dgraph - f92d520c4d9e61201ed022f0bc3a2b9c4fb42ed9 authored over 7 years ago by Michael Compton <[email protected]>
remove AddSchemaFromString

github.com/unigraph-dev/dgraph - df9f48d0823f0a33b4873d056d936bb66d536c30 authored over 7 years ago by MichaelJCompton <[email protected]>
Fixes and optimizations:

- Don't check context at intermediate levels
- Fix incorrect return
- Preallocate memory to avoid...

github.com/unigraph-dev/dgraph - a963b1eed25401807f3bdc43d1701a7add76933d authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix following bugs.

1. Deletion from store was not working because we didnt copy values.
2. We were calling decr wit...

github.com/unigraph-dev/dgraph - d4aea2ea63f1fe1f55dbecb24e9a092ca29fb034 authored over 7 years ago by Pawan Rawal <[email protected]>
add unit test for count directive in schema query

github.com/unigraph-dev/dgraph - 4229cf3c123a78611fc9f8a20fce8ab7b89d554c authored over 7 years ago by Janardhan Reddy <[email protected]>
return count directive in schema fetch

github.com/unigraph-dev/dgraph - 46eb017120a63e8b56cceb354d3d04e855299bc5 authored over 7 years ago by Janardhan Reddy <[email protected]>
doc changes and new example

github.com/unigraph-dev/dgraph - b1856e4d8f4c576cfd237cf365555fbfb196985e authored over 7 years ago by MichaelJCompton <[email protected]>
UI: Display nodes without children at root if their count is more than the count of nodes with children.

github.com/unigraph-dev/dgraph - 7a706109b7397f940ebbdf781190440934182a57 authored over 7 years ago by Pawan Rawal <[email protected]>
add docs for monitoring

github.com/unigraph-dev/dgraph - 98679b73bc9d55f0cb29a513351829f829e70618 authored over 7 years ago by Janardhan Reddy <[email protected]>
add k-shortest path docs

github.com/unigraph-dev/dgraph - 40f5662f351f2a52a272a6c1362ea6979759f93d authored over 7 years ago by MichaelJCompton <[email protected]>
docs updates

github.com/unigraph-dev/dgraph - 5c6d1b10a863798a5d338dd50d86dd8b98a386ef authored over 7 years ago by MichaelJCompton <[email protected]>
Display warning if my address is specified without bindall

github.com/unigraph-dev/dgraph - 4a704a95d30d5a003b709f733b718cb9702f6cb8 authored over 7 years ago by Janardhan Reddy <[email protected]>
Display warning if my address is specified without bindall

github.com/unigraph-dev/dgraph - 167686d5470c149be3694995cfd05ba95b716708 authored over 7 years ago by Janardhan Reddy <[email protected]>
Validate req.Set(e) and req.Delete(e)

github.com/unigraph-dev/dgraph - fd767bf641e45368e99bcb676d502880cfe311ba authored over 7 years ago by Pawan Rawal <[email protected]>
godoc edits

github.com/unigraph-dev/dgraph - 73b996cde4ae33b56f20459d97a6c5960a817de2 authored over 7 years ago by MichaelJCompton <[email protected]>
godoc updates

github.com/unigraph-dev/dgraph - 2f499c1550d0230e817e155e20e466ca0b58f206 authored over 7 years ago by MichaelJCompton <[email protected]>
Removing duplicates after tokenization

This resolves issue #1183

github.com/unigraph-dev/dgraph - 95166e6c5d1d4e5de859378ecb602754cefb4dfe authored over 7 years ago by Tomasz Zdybał <[email protected]>
Dgraph embeddable as library

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

github.com/unigraph-dev/dgraph - 95e9335797b813aaae29f385a84caa285ef16b28 authored over 7 years ago by Tomasz Zdybał <[email protected]>
More consistent logging with x.Print* functions

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

github.com/unigraph-dev/dgraph - baa057cddca194b6e087099c99315ff7c2ee3bfe authored over 7 years ago by Tomasz Zdybał <[email protected]>
Dgraph embeddable as library

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

github.com/unigraph-dev/dgraph - 09a4e50ee37aad34b318108f86241e47b001ecb3 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Remove syncCh and batchSync in posting/lists.go. Start using

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

github.com/unigraph-dev/dgraph - 530f42fdb6e324280bca85366c3b498f791c73d9 authored over 7 years ago by Pawan Rawal <[email protected]>
fix bug while setting metric

github.com/unigraph-dev/dgraph - 23ee657e399121356761dd6c74fa2e51e04ad279 authored over 7 years ago by Janardhan Reddy <[email protected]>
Allocate memory to vars when used

github.com/unigraph-dev/dgraph - da3e0acb0e78779a8f327b0d99e3f8204271373e authored over 7 years ago by Ashwin Ramesh <[email protected]>
More consistent logging with x.Print* functions

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

github.com/unigraph-dev/dgraph - ac2fd7945e73513bdf089cd950cc3b8ef6363f79 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Removing duplicates after tokenization

This resolves issue #1183

github.com/unigraph-dev/dgraph - 8e412fd37c42af776165b92cb398b9f20d52a0d8 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Changes in worker sort

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

github.com/unigraph-dev/dgraph - a25947b06730a30935afda76442e3e25ba4c3033 authored over 7 years ago by Ashwin Ramesh <[email protected]>
allow users to specify badger table options (#1188)

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

github.com/unigraph-dev/dgraph - 57815c7ec4440129b0f7c0905a74285dbb4bb335 authored over 7 years ago by Janardhan Reddy <[email protected]>
Make addToServers update byNodeID

github.com/unigraph-dev/dgraph - b61e2281b4c8ba825b6256a8ddc40393b0dff53f authored over 7 years ago by Sam Hughes <[email protected]>
Make getPool increment refcount of pool

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

github.com/unigraph-dev/dgraph - a9c8a48ff39ae9a2d979afe53f6ed82e9a7fd05f authored over 7 years ago by Sam Hughes <[email protected]>
Refactoring of configuration handling

This is a part of work on #673

github.com/unigraph-dev/dgraph - 4721bd5c4d72aeeef91ed8b260bb7187d6529382 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Squashed commit of the following:

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

github.com/unigraph-dev/dgraph - d10c5426f4aa8c421710b39625e3ad0e4dcc5f3f authored over 7 years ago by Janardhan Reddy <[email protected]>
Upload nightly binaries on S3

github.com/unigraph-dev/dgraph - aa607712b945f8172b0bcfbefd6e00198d38ecc5 authored over 7 years ago by Pawan Rawal <[email protected]>
Add GetPeerPool (and getPool) to avoid useless double-lookup

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

github.com/unigraph-dev/dgraph - 1dc69654e15dcc50113db7571635618c50202c4f authored over 7 years ago by Sam Hughes <[email protected]>
Allow blanknodes with variables in mutation

github.com/unigraph-dev/dgraph - 8a802a488880b5fa83efaff84f3dd4b815d20622 authored over 7 years ago by Ashwin Ramesh <[email protected]>
docs update, mostly var to val/uid

github.com/unigraph-dev/dgraph - 333af81d83f6624f41e4bdfbd807a9ec7a450ecf authored over 7 years ago by MichaelJCompton <[email protected]>
Add more index types for datetime

[month, day, hour]

github.com/unigraph-dev/dgraph - 59b2fd5c448a629394b900e1171391e90388dd17 authored over 7 years ago by Ashwin Ramesh <[email protected]>
updates

github.com/unigraph-dev/dgraph - ce06ececb42c730c1c6d18f4b1ec58f5568bb463 authored over 7 years ago by MichaelJCompton <[email protected]>
adds examples

github.com/unigraph-dev/dgraph - 865afbecaaf1c4c8fb1d864f99258f35e0df2b38 authored over 7 years ago by MichaelJCompton <[email protected]>
use xid instead of _xid_ in spielberg test

github.com/unigraph-dev/dgraph - 8ecb9781f00e4dae8a61de9971998ed924150d3b authored over 7 years ago by Janardhan Reddy <[email protected]>
Make pool hold one gRPC conn and refcount itself.

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

github.com/unigraph-dev/dgraph - a0d178a512096230f76382805deed1103561de40 authored over 7 years ago by Sam Hughes <[email protected]>
Rename local l to lexer in Parse()

github.com/unigraph-dev/dgraph - 9899ef10643e6c3cfd296ffb16eb3061c816bef5 authored over 7 years ago by Sam Hughes <[email protected]>
update contrib tests to use xid instead of _xid_

github.com/unigraph-dev/dgraph - f5a258b2497c12137a8d0aeb021d681c53056791 authored over 7 years ago by Janardhan Reddy <[email protected]>
Fixes github issues #1002 #1074 #1025 (#1170)

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

github.com/unigraph-dev/dgraph - d11c5e6866ca8eaf6c690a65b981955f5a67a5f0 authored over 7 years ago by Janardhan Reddy <[email protected]>
go docs update

github.com/unigraph-dev/dgraph - 69964c29a1f3b46e1501f651e9743f678de4ab9c authored over 7 years ago by MichaelJCompton <[email protected]>
Mrjn/raft (#1161)

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

github.com/unigraph-dev/dgraph - 07abc9a22252d7a12085c2c563663545f7de1063 authored over 7 years ago by Janardhan Reddy <[email protected]>
Exclude _uid_ while checking child nodes in cascade

github.com/unigraph-dev/dgraph - e352f53f84656aa3deb9ed68283c0e21860ac08e authored over 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 2499ab8439c287db43ea3c3599edfaeb5b8fef2a authored over 7 years ago by Manish R Jain <[email protected]>
Fix a small issue with posting list iteration.

github.com/unigraph-dev/dgraph - f5c7893f1c28c8976b504a83e6dcc4f9f4339316 authored over 7 years ago by Manish R Jain <[email protected]>
Support vars in mutations using the client.

github.com/unigraph-dev/dgraph - 15442f23d00e0378df212c4a2f6be8563e8c06d6 authored over 7 years ago by Pawan Rawal <[email protected]>
Add a directive to ignore reflexive edges from result

github.com/unigraph-dev/dgraph - 0936c24186d8e35b96efa4b4897d76e9bee8621e authored over 7 years ago by Pawan Rawal <[email protected]>
add stop word reference

github.com/unigraph-dev/dgraph - 2c86040ea9685045b815ba706c394667eab549fc authored over 7 years ago by MichaelJCompton <[email protected]>
Cleanup (after merge)

github.com/unigraph-dev/dgraph - d3f7048cb18f46564c01ec2af6bcd83e5156f75a authored over 7 years ago by Tomasz Zdybał <[email protected]>
Extraction of 'dgraph' package, start of work on embedded client

github.com/unigraph-dev/dgraph - 473eddb72ed56356cab8cb7469ad711fa081aa5b authored over 7 years ago by Tomasz Zdybał <[email protected]>
Use efficient algorithm for one shortest path

github.com/unigraph-dev/dgraph - c9253021e7d29751d3ba3bbdd45914c83c7d4a2d authored over 7 years ago by Ashwin Ramesh <[email protected]>
change variable name

github.com/unigraph-dev/dgraph - 7fa87d86f7513c6ad98368ed221d3c51153b0f75 authored over 7 years ago by Janardhan Reddy <[email protected]>
Modify/posting pool (#1148)

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

github.com/unigraph-dev/dgraph - 01e1564f558cb3d42dfc1aaf617e8da61dd6c872 authored over 7 years ago by Janardhan Reddy <[email protected]>
Fix unused format argument in expand err (#1145)

* Fix unused format argument in expand err

github.com/unigraph-dev/dgraph - bc5d9274ceeaae97b8fa6a8cfbd9de6500d64705 authored over 7 years ago by Javed Khan <[email protected]>
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 ...

github.com/unigraph-dev/dgraph - 3f1dc9a4c9501da94353abe6cb7c2d726d864f86 authored over 7 years ago by Sam Hughes <[email protected]>
Add support for adding and retrieving raw bytes from Client.

github.com/unigraph-dev/dgraph - ae3c2317e234f9b33f2db043ae91560bd18aa9e1 authored over 7 years ago by Pawan Rawal <[email protected]>
Touch on count index keys

github.com/unigraph-dev/dgraph - 80959a7b297563d918542d20d2ef4ccfcc800a89 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Add jq for OSX

github.com/unigraph-dev/dgraph - 23ac921a00d0e610144cd3a84567e7bc2d902b3a authored over 7 years ago by Pawan Rawal <[email protected]>
Increase STW ram mb for Travis

github.com/unigraph-dev/dgraph - 00e837f592f09a3f95001d745bcf0d5e9fcfdf05 authored over 7 years ago by Pawan Rawal <[email protected]>
Serve gRPC on port 9080, HTTP on 8080.

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

github.com/unigraph-dev/dgraph - 302486faa4bfef316082fac3b2ca80728f3e3bc5 authored over 7 years ago by Sam Hughes <[email protected]>
Rename slurp_loop label to Go-friendly slurpLoop

github.com/unigraph-dev/dgraph - d785ffa8e58659bb96777fd34bb1853516ea0c82 authored over 7 years ago by Sam Hughes <[email protected]>
Fix bug in rdf lexer/parser. Fixes #903

github.com/unigraph-dev/dgraph - 4ddf551aaad9f6fa76432c27da912b4b0ed673b9 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Use kv.Touch() to for index keys. Also remove all Sleeps in query_test.go

github.com/unigraph-dev/dgraph - 769dfb224bbe0e3e8b032940f553565847e808d9 authored over 7 years ago by Pawan Rawal <[email protected]>
Don't seek index for eq fn. Add Get() function to get value from disk and not add it to lhmap

github.com/unigraph-dev/dgraph - 50c3059f674a3705556cc2ee055f25540685c30a authored over 7 years ago by Ashwin Ramesh <[email protected]>
Update test

github.com/unigraph-dev/dgraph - 5506d4d2571f1ca2746988d3c06d756183c276f0 authored over 7 years ago by Pawan Rawal <[email protected]>
Change syntax for specifying id at root to use uid func.

github.com/unigraph-dev/dgraph - 82c65ae4ca34e897d355fd6b5afdc779edf9ddd0 authored over 7 years ago by Pawan Rawal <[email protected]>
Switch name from backup to export. Export blank nodes instead of UIDs

github.com/unigraph-dev/dgraph - 2972291031a2a14497684846a711ad0311324de4 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Disallow count of var. Better error handling in parser

github.com/unigraph-dev/dgraph - 2034f56ddf7bcf69187141b01bfcafd06575ec78 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Make batch loops limit batch size

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

github.com/unigraph-dev/dgraph - cfa25abcc830f3f6d6a5a427a8d5f0db2062ba3c authored over 7 years ago by Sam Hughes <[email protected]>
Make batch loops block on channel

Avoids use of time.Sleep.

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

github.com/unigraph-dev/dgraph - 3e92cf487f13c43c6240f5f7e04f7cb79b20304b authored over 7 years ago by Sam Hughes <[email protected]>
Fix a bug in recurse when order was applied

github.com/unigraph-dev/dgraph - c46df7f3bf1a115b2fdfc9f26e7482839641c81a authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix bounds check in RaftMessage gprcWorker

github.com/unigraph-dev/dgraph - 813ac83c90c32a7f79114a1af7d93341f84c951e authored over 7 years ago by Sam Hughes <[email protected]>
Language filtering in functions with lossy indexes

github.com/unigraph-dev/dgraph - a5bcb620c03da496caf51db57e1afbba79d9ab9d authored over 7 years ago by Tomasz Zdybał <[email protected]>
Error returned for multiple same blocks in mutaiton

This resolves #1119.

github.com/unigraph-dev/dgraph - 6842dc283deb4c68918b0d4ffe940451bb2e6358 authored over 7 years ago by Tomasz Zdybał <[email protected]>
Allow func names as predicates. Disallow predicates starting and ending with _

github.com/unigraph-dev/dgraph - e8ebbdfd9f76f6c8dd4e82423859cebddc1ff1e6 authored over 7 years ago by Ashwin Ramesh <[email protected]>
Fix race condition while doing shutdown

github.com/unigraph-dev/dgraph - 3f177482962ca3a98b9be144936fdff4ddac8564 authored over 7 years ago by Pawan Rawal <[email protected]>
Avoid value copy, use sync.Mutex in schema, allocate result on heap

github.com/unigraph-dev/dgraph - 296ff8b3e7ff9d7314c060f1571cf48ff71d9407 authored over 7 years ago by Pawan Rawal <[email protected]>
Changes for loading so data (#1106)

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

github.com/unigraph-dev/dgraph - e38b51675477f02f23aa6b4a11307c1f51ce8cf9 authored over 7 years ago by Janardhan Reddy <[email protected]>
Add a maxdepth arg for shortest path

github.com/unigraph-dev/dgraph - 50c09b753f8844fa04a88501fba8fc20c9956a2b authored over 7 years ago by Ashwin Ramesh <[email protected]>
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...

github.com/unigraph-dev/dgraph - 7531a5033798144e2199ef8d04ac6fc0e0ccc112 authored over 7 years ago by Sam Hughes <[email protected]>
Range parsing in groups configuration

This commit resolves #1068.

github.com/unigraph-dev/dgraph - d6b1664b18f3eaf068c87d53da7624e39c96e574 authored over 7 years ago by Tomasz Zdybał <[email protected]>
docs update: count index, variable propagation, * P * delete

github.com/unigraph-dev/dgraph - b4119afa85506d21d6d7b5d72252fd4c6d6cc4e0 authored over 7 years ago by MichaelJCompton <[email protected]>
Remove all badges to make page loading faster.

github.com/unigraph-dev/dgraph - c6c24aec78394c71ce144417930c25306770c2df authored over 7 years ago by Manish R Jain <[email protected]>
Move BatchMutation example out of godoc to our docs

github.com/unigraph-dev/dgraph - 30522c868c17e1ec8f9f28a5a744791a39f8a6af authored over 7 years ago by Pawan Rawal <[email protected]>
Change var(x) to val(x) || uid(x) depending on what is it used for.

github.com/unigraph-dev/dgraph - 16b30a8090a0b0c05e7b1e57e39ffc9d5e0a92c6 authored over 7 years ago by Pawan Rawal <[email protected]>