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

Update DestUids correctly when facet order is applied in recurse query.

github.com/unigraph-dev/dgraph - 5553ebad753e0f2928ea79cb7a81deff305b8baf authored almost 7 years ago by Pawan Rawal <[email protected]>
Start working on Omid implementation for posting lists.

Remove all logic related to primary key
allow multiple writes to pl at same time.

github.com/unigraph-dev/dgraph - 2c35554a986148d88d723664032cf64d766281fb authored almost 7 years ago by Janardhan Reddy <[email protected]>
Implement Omid

Start work towards implementing Omid style lock free txn support in Dgraph.

github.com/unigraph-dev/dgraph - bb1f43dc6503374a92050826a2c4fdb161253a42 authored almost 7 years ago by Manish R Jain <[email protected]>
Couple of bug fixes

update sys tests to use -zero flag
Retry in case of temporary error instead of aborting the ...

github.com/unigraph-dev/dgraph - be4f27aec1fbf4214266ce3c4d9033ca0aed9f2f authored almost 7 years ago by Janardhan Reddy <[email protected]>
A small FAQ about transactions.

github.com/unigraph-dev/dgraph - 286d5b659b455467601f9d9f81af29001d69c7ca authored almost 7 years ago by Manish R Jain <[email protected]>
use txn.get before using iterator

Don't evict from lru if sync fails

github.com/unigraph-dev/dgraph - 6ba6f2766a2ed0cbcdfd1e50abc56a89d49b141d authored almost 7 years ago by Janardhan Reddy <[email protected]>
A bunch of changes to optimize loading.

- Simplify the loader, so it doesn't try to catch interrupt.
- Add CommitImmediately in mutation...

github.com/unigraph-dev/dgraph - aaf0ce137d9e1c34b0566819ce6edae22d39f282 authored almost 7 years ago by Manish R Jain <[email protected]>
Remove unnecessary public interfaces from Dgraph service.

github.com/unigraph-dev/dgraph - c987c14115f0d87864854b47bf7c9af13aea0771 authored almost 7 years ago by Manish R Jain <[email protected]>
Cleanup flags no longer needed.

github.com/unigraph-dev/dgraph - ad61081bd4226e665f4a0d5f089de6ef0a40bdc6 authored almost 7 years ago by Manish R Jain <[email protected]>
add delta always

github.com/unigraph-dev/dgraph - 8bacf33384b5b0e861906d864083894f70975b11 authored almost 7 years ago by Janardhan Reddy <[email protected]>
revert change done for testing

github.com/unigraph-dev/dgraph - 78b79f5f90c61fb642ddc8ab00bca0e73ea447e2 authored almost 7 years ago by Janardhan Reddy <[email protected]>
Throw error if readTs is older than minTs we have in pl

Remove syncallmarks
Modify how syncmarks are updated.
Wait and abort pending transactions before ...

github.com/unigraph-dev/dgraph - c185b6fa4fd1c30b5bd09d1feab3bbcb4a26e1de authored almost 7 years ago by Janardhan Reddy <[email protected]>
Remove cmux, which used to cause long delays during shutdown. Also remove unused deps.

github.com/unigraph-dev/dgraph - 70c4a8d4f5789fde347c58f9f10b7eb15912cc96 authored almost 7 years ago by Manish R Jain <[email protected]>
Auto Raft ID assignment for Dgraph

Use Dgraph zero to auto assign Raft IDs to Dgraph.
Store the assigned ID in the write-ahead log;...

github.com/unigraph-dev/dgraph - 4c2a5cafa7a96dfdee44c5e31058afd8c85075a1 authored almost 7 years ago by Manish R Jain <[email protected]>
Fix systest package (#1677)

* Get bulk loader compiling with new badger API

* Rename from "kv" form to "db" form

* Fix...

github.com/unigraph-dev/dgraph - 253291f6140ca1bb6b99cb04736a812e22256cc6 authored almost 7 years ago by Peter Stace <[email protected]>
Use 1e5 instead of 1e6 for uid chunk size (missed in previous review)

github.com/unigraph-dev/dgraph - 8618a98a99a0c171d080578f6b9ac5286e36775a authored almost 7 years ago by Peter Stace <[email protected]>
Separate out database operations

Move drop predicate, drop all and schema mutations out of transaction.
Remove comments f...

github.com/unigraph-dev/dgraph - 1e4c6321878f167f5a78043f33b46ea56c8ce211 authored almost 7 years ago by Manish R Jain <[email protected]>
Give latency as numeric (ns) instead of string (#1672)

github.com/unigraph-dev/dgraph - 3baebcc07d81cc1cae53bb1fafed7b85d7342263 authored almost 7 years ago by Peter Stace <[email protected]>
Squashed commit of the following:

add test to ensure txn gets aborted if client dies before aborting.
posting tests passes now
bri...

github.com/unigraph-dev/dgraph - 7ed71be51d5e8be6f873a1a7997b3a97f77cde67 authored almost 7 years ago by Janardhan Reddy <[email protected]>
Bulkloader: badger upgrade + uids from zero + write TS from zero (#1664)

* Get bulk loader compiling with new badger API

* Rename from "kv" form to "db" form

* Fix...

github.com/unigraph-dev/dgraph - 648b6caeb9feff163d364d9f948b9c11d9f7f8b8 authored almost 7 years ago by Peter Stace <[email protected]>
Vendor in latest badger and use managedDb in dgraph

github.com/unigraph-dev/dgraph - cc8914e294f5f5ddcf6bf8788229b4c4e12b146b authored almost 7 years ago by Janardhan Reddy <[email protected]>
Rename Run endpoint to Query in Dgraph service.

github.com/unigraph-dev/dgraph - 773d60b68c172a0a846de0d3c9a6fa4263f371f5 authored almost 7 years ago by Manish R Jain <[email protected]>
Add server level linearizable reads to Dgraph zero.

github.com/unigraph-dev/dgraph - b88870385e172f6672a0feef3d51e78135e50b46 authored almost 7 years ago by Manish R Jain <[email protected]>
Linearizable reads

Start passing in group id -> proposal id map to allow linerizable reads at client side.
Instead ...

github.com/unigraph-dev/dgraph - 8196c3fc52bd6132af46773f4a535f10ee920fcf authored almost 7 years ago by Manish R Jain <[email protected]>
Remove hardcoded timeout and pass context.Context through client (#1662)

* Remove hardcoded timeout and allow context to be passed via Go client

* Update testtxn/main...

github.com/unigraph-dev/dgraph - 9d6dd6e4a8d8a632e69f170e33776fbaab2bd609 authored almost 7 years ago by Peter Stace <[email protected]>
Don't allow uid as argument in root function (#1659)

* Disallow "uid" as argument for functions

* Add unit test

github.com/unigraph-dev/dgraph - 2386ddb22f71244938ab41c6051bb0d58e099c7d authored about 7 years ago by Peter Stace <[email protected]>
Write deltas to disk only when committed.

Fix export, snapshot to use new iterator
Don't evict pl if it has pending mutation.
Special Hand...

github.com/unigraph-dev/dgraph - 9da6611999ed266f37acda4a3ca4649a052a95eb authored about 7 years ago by Janardhan Reddy <[email protected]>
Ability to fix conflicts during writes. Send txncontext back even if there's an error. Various other conflict detection mechanisms to improve throughput.

github.com/unigraph-dev/dgraph - ee15c04d011e0f10acd59b3d9bba7d138c97163c authored about 7 years ago by Manish R Jain <[email protected]>
Maintain uid/value/facet matrices in the same dimension (#1651)

github.com/unigraph-dev/dgraph - a42bdbe5211f9d070358467f22625b230352b76e authored about 7 years ago by Peter Stace <[email protected]>
Move live loader code from experimental to the original dir. This code is a simplified version of the previous loader code.

github.com/unigraph-dev/dgraph - b13deee2f5c9869aa1f52fd8070546c12a26d520 authored about 7 years ago by Manish R Jain <[email protected]>
Add experimental loader

Don't set primary key in client
Remove touch index key
Write to disk before aborting/committing ...

github.com/unigraph-dev/dgraph - 479645230fe88d045056d2765e93ba13c16acf08 authored about 7 years ago by Janardhan Reddy <[email protected]>
Remove Dgraph live loader for now. Users should use transactions directly to update data in live Dgraph.

github.com/unigraph-dev/dgraph - f328001da677cc0e9eb4810f6d2b79531bd9f9cd authored about 7 years ago by Manish R Jain <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - d333b34e9872c902b7dd196f815a8a533277bf72 authored about 7 years ago by Manish R Jain <[email protected]>
Remove all Request logic from client. It only contains transaction API now.

github.com/unigraph-dev/dgraph - c235ae834ee56cd0b4766bf0f0f2c1a1891e27b9 authored about 7 years ago by Manish R Jain <[email protected]>
Output "" instead of "_nil_" for empty strings (#1646)

* Check for "_nil_" for both DefaultID and StringID when generating output nodes

* Fix _nil_ ...

github.com/unigraph-dev/dgraph - cdfd6dfd2021322569d5a482e1e1e153e2cde1dc authored about 7 years ago by Peter Stace <[email protected]>
Store the list of mutated keys in Badger, so an abort can remove all the keys.

github.com/unigraph-dev/dgraph - d947e6ddd2c1255f949dbbbe91d99bb96a9a81ac authored about 7 years ago by Manish R Jain <[email protected]>
Fix write conflict during read

Test out the conflict fix logic during reads.
Get primary and start ts both from list.
...

github.com/unigraph-dev/dgraph - 1a75954f1526e11217068e91627b9527b7905fa5 authored about 7 years ago by Manish R Jain <[email protected]>
don't abort without proposal

github.com/unigraph-dev/dgraph - 4844fc6abff37023f65477cece850f7373811e1b authored about 7 years ago by Janardhan Reddy <[email protected]>
commit/abort primary key first.

Do commit/abort via proposals.
Restore primary key from disk.

github.com/unigraph-dev/dgraph - 8a4b7860c21bcbf0ab24cfd0bbfe99a1c2473976 authored about 7 years ago by Janardhan Reddy <[email protected]>
Cleanup how mutations are committed and abortede.

github.com/unigraph-dev/dgraph - 26d3bef103e153f279b025029a679d2ff0a84ac1 authored about 7 years ago by Manish R Jain <[email protected]>
Add an endpoint to check the status of a transaction.

github.com/unigraph-dev/dgraph - ef4604b61e7f44da413d1619736c751d4865aa3d authored about 7 years ago by Manish R Jain <[email protected]>
Update primary lock key to store txn commit ts. Some other small fixes.

github.com/unigraph-dev/dgraph - 898ac24212d7e403f490a131e200eb6992c63355 authored about 7 years ago by Manish R Jain <[email protected]>
Remove alpha badge.

github.com/unigraph-dev/dgraph - 430da42f5c3734fb14164d76e69e7035548fe131 authored about 7 years ago by Manish R Jain <[email protected]>
add some tests for txn

github.com/unigraph-dev/dgraph - 0464190c48619b3f26e2d6a352cfba959e0d99a8 authored about 7 years ago by Janardhan Reddy <[email protected]>
Logic for transaction commit

- Add a lock over primary attribute.
- Add partial logic for commit or abort.
- Generate and pro...

github.com/unigraph-dev/dgraph - e1f22843e9b7d8255d854722ac84cd266d13e760 authored about 7 years ago by Manish R Jain <[email protected]>
Allow comparison between facets of different type (#1641)

* Add fix for facet comparison bug for when types are mismatched

* Simplify float vs int comp...

github.com/unigraph-dev/dgraph - 4d52b3819ae59476dd2897d49abb1ad79e1dce63 authored about 7 years ago by Peter Stace <[email protected]>
Consolidate all the protos into one file for easy search.

github.com/unigraph-dev/dgraph - 7844d9c94d8d0c9d20df1e897373c0679da83f1a authored about 7 years ago by Manish R Jain <[email protected]>
pass around readTs for reads

pass back the keys changed in transaction

github.com/unigraph-dev/dgraph - 04275428c41bbafaa47888281171748f6a39d914 authored about 7 years ago by Janardhan Reddy <[email protected]>
Remove food binary.

github.com/unigraph-dev/dgraph - f4d75d01f8c5d08482095cbbed6d7c97ede7b1c2 authored about 7 years ago by Manish R Jain <[email protected]>
Small fix to check for error.

github.com/unigraph-dev/dgraph - 6811480c78f6347a00ddbf031265150bbef23896 authored about 7 years ago by Manish R Jain <[email protected]>
Add endpoint to commit or abort transaction.

github.com/unigraph-dev/dgraph - 0bad53856234236033504573f8843ddc6b2b444e authored about 7 years ago by Janardhan Reddy <[email protected]>
Start work on Transaction support in client.

github.com/unigraph-dev/dgraph - 88fe48018cf7481d1294cdf863d390e84bcaae69 authored about 7 years ago by Manish R Jain <[email protected]>
Reduce layers and size of base dockerfile (#1639)

* Reduce layers and size of base dockerfile

github.com/unigraph-dev/dgraph - 670315e01f4463c2e8b8c55f2792b4e899e520ea authored about 7 years ago by Motakjuq <[email protected]>
dgraph, dgraph-live-loader compiles with latest badger api

TODO:
1. Need to pass around readTs in worker/task.go
2. Change export, predicate_move

github.com/unigraph-dev/dgraph - cf2842a4f269c876f6486c28c0c12beaecf7a03a authored about 7 years ago by Janardhan Reddy <[email protected]>
Tokenizer Plugins (#1630)

* Get initial prototype working

* Check to make sure predicate is indexed correctly before us...

github.com/unigraph-dev/dgraph - a574fc6b94c9e12d829da59527f3de9532273d7a authored about 7 years ago by Peter Stace <[email protected]>
Jan/txn0, doesn't compile. postings tests pass, will fix worker in next PR

Add versioning for posting lists
vendor in latest badger.

github.com/unigraph-dev/dgraph - 1251cddd5ecd9f528c0e6d9daec8e3b191441553 authored about 7 years ago by Janardhan Reddy <[email protected]>
Remove custom codec file, because no more custom encoding is going on.

github.com/unigraph-dev/dgraph - ddc710db0c89c94edefaf3f2a020ca1d9c147f31 authored about 7 years ago by Manish R Jain <[email protected]>
Remove ToProtobuf function.

- All responses would now be sent back as JSON bytes in response proto.
- Latency is part of res...

github.com/unigraph-dev/dgraph - d5ed6fcbc83e6b83630a5ee490aba1152b2e025e authored about 7 years ago by Manish R Jain <[email protected]>
Fix #1620. Don't set schema for _predicate_ on all nodes.

github.com/unigraph-dev/dgraph - 126dfa478b9778f9c069f288d6403c9f73d95ef6 authored about 7 years ago by Pawan Rawal <[email protected]>
Cleanup more code which was handling upsert

github.com/unigraph-dev/dgraph - d62ff3776196309aab724340353f2667d3bbcfc0 authored about 7 years ago by Pawan Rawal <[email protected]>
1. Remove Node and Edge from Go client along with associated methods.

2. Also move all the batching logic to dgraphloader. Users can just create the batch and set via ...

github.com/unigraph-dev/dgraph - e3301256715e648273b9b46474a13c3c22395c4e authored about 7 years ago by Pawan Rawal <[email protected]>
Move mutations out of query

- Query no longer contains mutations. This means:
- No more query vars can be used in mutation...

github.com/unigraph-dev/dgraph - 06d576ba20fe999bb548c3a3af8a791787699694 authored about 7 years ago by Manish R Jain <[email protected]>
Fix tests and copy the key.

github.com/unigraph-dev/dgraph - babb4cabb6866b07fc965eac799f594e91067e88 authored about 7 years ago by Pawan Rawal <[email protected]>
copy key in iterator before calling posting.Get

github.com/unigraph-dev/dgraph - 81206ede7665d7c72e40453a131a2e5cdf52d58c authored about 7 years ago by Janardhan Reddy <[email protected]>
Ignore nil x.ParsedKey being returned.

github.com/unigraph-dev/dgraph - ae4caf51403d5443d9025d477dfee0af6e38ed03 authored about 7 years ago by Pawan Rawal <[email protected]>
Assign timestamps via Zero.

github.com/unigraph-dev/dgraph - 1e62513c57b5239f237b842e0dd1156459514de2 authored about 7 years ago by Manish R Jain <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - d520ab9019c80b619d6810c4324cb830c938dd52 authored about 7 years ago by Manish R Jain <[email protected]>
Allow re-Connect to Zero if Dgraph restarts.

github.com/unigraph-dev/dgraph - 8ec25854f136c331f5be90ca8997a65be5eac911 authored about 7 years ago by Manish R Jain <[email protected]>
Share XID map between bulk loader and dgraph client (#1622)

* Fix client over to xidmap

* Fix bug in shard index calculation

* Prefix keys in dgraph/c...

github.com/unigraph-dev/dgraph - 879d6307723fb8a4b0ba10ebb0aeb8215addbd25 authored about 7 years ago by Peter Stace <[email protected]>
Refactor schema package to remove stateGroup

github.com/unigraph-dev/dgraph - f6d17ab8a47f39101a32cae9e2cb62dd2c5392fb authored about 7 years ago by Pawan Rawal <[email protected]>
Get rid of waitForSyncMark and use syncAllMarks in DeletePredicate. This fixes #1590.

github.com/unigraph-dev/dgraph - d90645d371e55eaa1c548efbe941dcf220169e02 authored about 7 years ago by Pawan Rawal <[email protected]>
Merge branch 'release/v0.8.3'

github.com/unigraph-dev/dgraph - 134311b44dba806499a863554d78c9d3489cd006 authored about 7 years ago by Pawan Rawal <[email protected]>
Do brew update before brew install jq

github.com/unigraph-dev/dgraph - 68e482a33d5e95d8b48b71e39ac183fc7bf2587a authored about 7 years ago by Pawan Rawal <[email protected]>
ignore cas check if older value not found during value log replay

github.com/unigraph-dev/dgraph - 4eb2cf93d9a9ab47963e18b985f1803fe68ed8d4 authored about 7 years ago by Janardhan Reddy <[email protected]>
Update assets again

github.com/unigraph-dev/dgraph - 0a8f84bbb7be31444b8ea71dd503ee43b068c280 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix share endpoint

github.com/unigraph-dev/dgraph - ed057136df218452bc9ede0408751f95af978f8f authored about 7 years ago by Pawan Rawal <[email protected]>
Upload Windows binaries as part of build process

github.com/unigraph-dev/dgraph - 298937c95542bf6e819fce2e07e9b96ea428f7cd authored about 7 years ago by Pawan Rawal <[email protected]>
Added Java package option to proto files (#1610)

github.com/unigraph-dev/dgraph - 7e5c682a86cdd4ec7759b9d5b025f8129bee73f3 authored about 7 years ago by Ophir Radnitz <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 1e26d7f3f1ae2c6a4e1a29d75a42134bb7a51943 authored about 7 years ago by Pawan Rawal <[email protected]>
Update how jq is installed on Mac and other things

github.com/unigraph-dev/dgraph - 4032853ea322098b751f99223a70456175eccb67 authored about 7 years ago by Pawan Rawal <[email protected]>
Remove `schemaState` type (use `Explicit` field instead) (#1608)

github.com/unigraph-dev/dgraph - c082b2aec15a963491545ea28e5e985fc9b3c2d9 authored about 7 years ago by Peter Stace <[email protected]>
Remove license so that it doesn't pollute the example

github.com/unigraph-dev/dgraph - f7081a36cf9b10a69d447b514ff9a20a2a9b6bf3 authored about 7 years ago by Pawan Rawal <[email protected]>
Add version to docs.

github.com/unigraph-dev/dgraph - ca68a34d39afce6ffaf47befefccc0bc3e044c06 authored about 7 years ago by Pawan Rawal <[email protected]>
Add license to example file and restructure it.

github.com/unigraph-dev/dgraph - 1c10438cea3a88141af44e601d27c17fe87d2ad3 authored about 7 years ago by Pawan Rawal <[email protected]>
Add an example to the package for Go client.

github.com/unigraph-dev/dgraph - 2b70425e373add057a29dd32b4c9481b05367f45 authored about 7 years ago by Pawan Rawal <[email protected]>
Bulkloader: add flag to store xid edges (#1604)

github.com/unigraph-dev/dgraph - fdfa510c65b3b3ff3076d8bbe3a22058bec3fd8f authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: add warning if ulimit low (#1601)

github.com/unigraph-dev/dgraph - 4b7c3f953f368e4f50473486f27250dd33c502df authored about 7 years ago by Peter Stace <[email protected]>
Add examples for SetObject and DeleteObject to Go docs for the client.

github.com/unigraph-dev/dgraph - 9f12d3e2b5488de26e4f7757e68212b70904fb18 authored about 7 years ago by Pawan Rawal <[email protected]>
Refactor gql parser and query

Fixes #1596

github.com/unigraph-dev/dgraph - 66375ef4eb51c36affdd7e7d416d650eb06c3e52 authored about 7 years ago by Janardhan Reddy <[email protected]>
Don't store strings escaped (#1587)

github.com/unigraph-dev/dgraph - 9772a86504c0287e5b0dc06f75bcfd41bbd2c66f authored about 7 years ago by Peter Stace <[email protected]>
Parser error for lang tag on str literal (#1598)

github.com/unigraph-dev/dgraph - 3472660dd57c8fdcd8f72ee9dd8189dd58ee72c2 authored about 7 years ago by Peter Stace <[email protected]>
Return error for NaN values. Fix #1594.

github.com/unigraph-dev/dgraph - ce068be02986b103c261c2d077db45a4a719bf58 authored about 7 years ago by Pawan Rawal <[email protected]>
Update index.md

github.com/unigraph-dev/dgraph - a7c70f02ff85e99f3ea15a35f9625953d02bf922 authored about 7 years ago by Janardhan Reddy <[email protected]>
Don't track zero count index (#1597)

github.com/unigraph-dev/dgraph - 1758b3a0fa64ccc6fae11435cad4cf827baf83c9 authored about 7 years ago by Peter Stace <[email protected]>
Update docs for Deploy page

github.com/unigraph-dev/dgraph - f92f8ddd26aaacf66f2d1965dc9eb17608b0aa2f authored about 7 years ago by Pawan Rawal <[email protected]>
Fix sort with language in cluster mode.

github.com/unigraph-dev/dgraph - 68654967659726c1b8f5eca40d5f06c7c46ad4f3 authored about 7 years ago by Pawan Rawal <[email protected]>
Bulkloader: Add support for facets (#1591)

github.com/unigraph-dev/dgraph - 93ae8e093edc082c1ed9831e73d849aebd814289 authored about 7 years ago by Peter Stace <[email protected]>
update contrib scripts to use --idx flag in dgraphzero

github.com/unigraph-dev/dgraph - 4dbb3b55cf920118f8ef118463dd02ef85035a29 authored about 7 years ago by Janardhan Reddy <[email protected]>
update docs for dgraphzero

Fix bug during predicate cleanup

github.com/unigraph-dev/dgraph - 9b1415d9730a02b62700d1ff248140213b5e0cd3 authored about 7 years ago by Janardhan Reddy <[email protected]>
Fix systests (dgraph flag changed from id to idx)

github.com/unigraph-dev/dgraph - ec6751c791b5a38b0884097549b7e4e9d324cd78 authored about 7 years ago by Peter Stace <[email protected]>