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

Throw error if two raft nodes join with same id

Fixes issue #1574

github.com/unigraph-dev/dgraph - 9f6734a99767dbdaa8f696d3525314181f6eebea authored about 7 years ago by Janardhan Reddy <[email protected]>
Add link from wiki to blog for bulk loader

github.com/unigraph-dev/dgraph - 37a562a78a2124296b7f3e69f30429f07c1118ef authored about 7 years ago by Peter Stace <[email protected]>
Wiki: walkthrough how to use the bulk loader (#1585)

github.com/unigraph-dev/dgraph - 4cea00a70834148d851889e08af2d218b07b0bb2 authored about 7 years ago by Peter Stace <[email protected]>
dgraphzero: only show warning message about not being able to apply lease if the MaxLeaseId was set

github.com/unigraph-dev/dgraph - c8fe793a407e3a0b869901b18715d5af4fdec40b authored about 7 years ago by Peter Stace <[email protected]>
dgraphzero: lease flag (#1583)

* Add flag to dgraph zero to set a new lease

* Make code path for showing proposals clearer
...

github.com/unigraph-dev/dgraph - 5468f77fd404d75d428e8cbe28bbb28ae01f6405 authored about 7 years ago by Peter Stace <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 02412a454024b82e534ec2fc61bde7d8f7c456c1 authored about 7 years ago by Peter Stace <[email protected]>
Wiki: make it clear that bulkloader will be available in 0.8.3

github.com/unigraph-dev/dgraph - eb997d0f804d5ab8463bf1dd6e5cc316b8f8e123 authored about 7 years ago by Peter Stace <[email protected]>
Fix Issue #1571 (#1581)

* propose zero leader changes to state

github.com/unigraph-dev/dgraph - 5c29ccd04d71daafa6603b56393a50078a0d3d98 authored about 7 years ago by Janardhan Reddy <[email protected]>
Remove unused code and fix systest

github.com/unigraph-dev/dgraph - 3af7fdae3e16ba7f8a9db8bb1b748233da302787 authored about 7 years ago by Pawan Rawal <[email protected]>
Improvement to SetObject and DeleteObject methods.

1. Allow S * * and * P * deletion using DeleteObject.
2. Allow setting and retrieving []byte usi...

github.com/unigraph-dev/dgraph - 002140840fe4bda19618dfbfa48445446593f832 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix #1577

github.com/unigraph-dev/dgraph - 880dec24b1ce04045015f790bf08c0742c8f929a authored about 7 years ago by Pawan Rawal <[email protected]>
Bulkloader: Explicitly add a "p" to the path of output badgers

github.com/unigraph-dev/dgraph - da565fdcdd1a2c33079c482e8a9715028a38271a authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: Put more details in flag usage text

github.com/unigraph-dev/dgraph - f139a58ba06a9cbf52980723b7a582f95a3ab785 authored about 7 years ago by Peter Stace <[email protected]>
Wiki: extra notes about bulk loader

github.com/unigraph-dev/dgraph - 61f4726d4a087d52e78d5780b14df26480c9ff72 authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader memory improvements (#1570)

- LRU cache + badger for XID to UID mapping.
- Smaller channel buffer sizes.
- Store map entri...

github.com/unigraph-dev/dgraph - 1b95524c204664438a23ba0bd1b3fadf6f7bf180 authored about 7 years ago by Peter Stace <[email protected]>
Skip predicate not being served by node while doing exports and streaming predicate data to followers

github.com/unigraph-dev/dgraph - 7be91b513734903053c64c000212b2c38fb539e0 authored about 7 years ago by Pawan Rawal <[email protected]>
Remove password storage type. Also skip attributes of type password in response.

github.com/unigraph-dev/dgraph - 3435dce67c1f6b21965f0c12f4952c335b0e1da6 authored about 7 years ago by Pawan Rawal <[email protected]>
GraphQL+ parser fuzzing (#1565)

* gql: add initial fuzzing support

The patch add initial support for GQL parser fuzzing with
...

github.com/unigraph-dev/dgraph - 960a728c6d8a13c2e99fb5604c8f83629dd9cd2e authored about 7 years ago by Pavel Borzenkov <[email protected]>
Upgrade Badger. Call ValueLogGC for posting and wal store from Dgraph.

github.com/unigraph-dev/dgraph - 7b64e51b2ca2a3c9e9a58db638b1d96ae9479f9b authored about 7 years ago by Pawan Rawal <[email protected]>
Add dropall mutation (#1547)

* Add DropAll field to Request method

* Add DropAll to protos

* More drop all plumbing

...

github.com/unigraph-dev/dgraph - 33154f46abd86c18487ab50bb5991b2d3228cb3e authored about 7 years ago by Peter Stace <[email protected]>
Fix #1564

github.com/unigraph-dev/dgraph - fd56b6ac1f011ac739c63b1e138135b022d55091 authored about 7 years ago by Pawan Rawal <[email protected]>
Add support to set facets using SetObject method

github.com/unigraph-dev/dgraph - ef6d6f1144e1e3d4a21973365e18ffb05457d7e5 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix #1526

github.com/unigraph-dev/dgraph - 59610313c8e6b6b7840e4d70b5ce3566c499bddc authored about 7 years ago by Pawan Rawal <[email protected]>
Check polygon is closed while indexing it. Also check errors while indexing in bulkloader.

github.com/unigraph-dev/dgraph - d45c40f2994d0dee59494b81d2c05f4f2ebac6b8 authored about 7 years ago by Pawan Rawal <[email protected]>
Remove ObjectType from NQuad proto message because this information can be derived from the ObjectValue

github.com/unigraph-dev/dgraph - 9fcd71f399a9cc9ef1c2739d978b1ed54a3c12dc authored about 7 years ago by Pawan Rawal <[email protected]>
Prevent nil pointer exception crash (#1558)

* Prevent nil pointer exception crash

* Add corresponding test

github.com/unigraph-dev/dgraph - d4a5944fd5781c9a09bca171622687d7677cd253 authored about 7 years ago by Jonas <[email protected]>
Enable expand(_all_) with recurse.

github.com/unigraph-dev/dgraph - f3571dfe7ee2a4af783a5f97af7f02714cfe98c6 authored about 7 years ago by Pawan Rawal <[email protected]>
Notify grpc stream to close on ctr+c, else graceful shutdown will block

github.com/unigraph-dev/dgraph - 866b68cf9a6eb8a0feabed238a49957025d5b8a7 authored about 7 years ago by Janardhan Reddy <[email protected]>
Add instructs on how to run dgraphzero

github.com/unigraph-dev/dgraph - f658cff5eef5420e9527d344d75cbb0761d7b4fe authored about 7 years ago by Pawan Rawal <[email protected]>
Add missing error checking in contrib/share_test.go

github.com/unigraph-dev/dgraph - 46e9bfdbb83b89d124143d4b819b2a1cfc6b7b73 authored about 7 years ago by Peter Stace <[email protected]>
Fix systest as all root keys should now be returned

github.com/unigraph-dev/dgraph - 0ae3008dfa152fd1081cb5a41a7af77b82a96f9d authored about 7 years ago by Pawan Rawal <[email protected]>
Add SetObject and DeleteObject APIs to Go client.

github.com/unigraph-dev/dgraph - e973be12bf0de2601b007cfe74a1d0475a3cbc77 authored about 7 years ago by Pawan Rawal <[email protected]>
System test fixture (#1537)

github.com/unigraph-dev/dgraph - f21a84e604f647e5d5f6321b33c89d681844e73c authored about 7 years ago by Peter Stace <[email protected]>
Do upsert after all query blocks have returned. Fix #1543

github.com/unigraph-dev/dgraph - 40d061450786a22678815792fdb37f20ca563d63 authored about 7 years ago by Pawan Rawal <[email protected]>
Return root key in response even if there are no results for a query block. Fix #1533.

github.com/unigraph-dev/dgraph - 184be715c6561354e4a58622e9a3e1046c3deed1 authored about 7 years ago by Pawan Rawal <[email protected]>
Regenerate protos using libprotoc 3.3.2

github.com/unigraph-dev/dgraph - 1ad57409ae558201188ee105e2f2aaeffd9297b1 authored about 7 years ago by Peter Stace <[email protected]>
Include RDF in lexer error (#1517)

github.com/unigraph-dev/dgraph - 965296c04ef6b96a2bebb7f056c5a092876b7fba authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: Invert flag meaning for edge expansion (#1532)

github.com/unigraph-dev/dgraph - d8ff41ef310bf743296d17b69465d9a2d750d197 authored about 7 years ago by Peter Stace <[email protected]>
Fix #1524 and have more validations for schema on server.

github.com/unigraph-dev/dgraph - 37ae95aa401959d89dad9cf20970b2d7a6138893 authored about 7 years ago by Pawan Rawal <[email protected]>
predicate moves

Add logic in dgraphzero to move predicates.
Implement recovery and handles failures during pre...

github.com/unigraph-dev/dgraph - 162821c3da82425bfc5b5f952473ad30ee289b7f authored about 7 years ago by Janardhan Reddy <[email protected]>
Add paulmach/go.geojson to vendor folder (#1525)

github.com/unigraph-dev/dgraph - 651a81f0108f6d625466fbfdb03ab5553a0340d8 authored about 7 years ago by Peter Stace <[email protected]>
Fix error formatting in chars for RDF parsing (#1516)

github.com/unigraph-dev/dgraph - 817e6b33e794e31bf9e6be7a42ae65eda765a1fd authored about 7 years ago by Peter Stace <[email protected]>
Use schema.gz for schema file extension in export (#1514)

github.com/unigraph-dev/dgraph - 33b2a9e671b6f3ade0334bbcc60c56a775405f22 authored about 7 years ago by Peter Stace <[email protected]>
Aggregate uids stored in a variable over levels for recurse query.

github.com/unigraph-dev/dgraph - fadfe05eb99328b3e548c83364f3cf4d4baf1ad5 authored about 7 years ago by Pawan Rawal <[email protected]>
Add dgraph-converter binary. Also rename dgraphloader => dgraph-live-loader and bulkloader => dgraph-bulk-loader

github.com/unigraph-dev/dgraph - 65c285c8d6dbda0533ab3bf52ea44414c8fc926e authored about 7 years ago by Pawan Rawal <[email protected]>
Bulkloader: allow gzipped schema files (#1511)

github.com/unigraph-dev/dgraph - c37e05e5f8e303dec740198b9b892928464bcc29 authored about 7 years ago by Peter Stace <[email protected]>
travis: update go version (#1502)

* travis: update go version

github.com/unigraph-dev/dgraph - bb1e8f9af101c09bcbd4b0710c96dddca86eba14 authored about 7 years ago by Davor Kapsa <[email protected]>
Have an endpoint in dgraph which dgraphzero can trigger to start moving predicate.

Add a new proposal type in dgraph to sync membership state.
membership state is done via propos...

github.com/unigraph-dev/dgraph - 2e7c411487bf6dc1fe30550b3bac806199c2457e authored about 7 years ago by Janardhan Reddy <[email protected]>
Bulkloader: support for multiple values (#1498)

github.com/unigraph-dev/dgraph - 209355121d1af489fac615a108e7872446229bd2 authored about 7 years ago by Peter Stace <[email protected]>
Merge tag 'v0.8.2'

Releasing v0.8.2

github.com/unigraph-dev/dgraph - 8d43df26163ee457b0ed3a95177886d514cea07f authored about 7 years ago by Pawan Rawal <[email protected]>
Add v0.8.2 to docs and add bulkloader to the list of binaries.

github.com/unigraph-dev/dgraph - 09dcf967583e2b18f225be7504ce4b735450a22f authored about 7 years ago by Pawan Rawal <[email protected]>
Mention about bulkloader in get-started

github.com/unigraph-dev/dgraph - 8cbebdccb76983a210542971d03d74d0c349e87e authored about 7 years ago by Pawan Rawal <[email protected]>
Update deploy notes for bulkloader (#1496)

github.com/unigraph-dev/dgraph - 4b70296aa423bda059b4ae17537646ee4902fb45 authored about 7 years ago by Peter Stace <[email protected]>
Add v0.8.2 to docs and add bulkloader to the list of binaries.

github.com/unigraph-dev/dgraph - 185136ca8102bf7246759463d654a9ec0f7d1e75 authored about 7 years ago by Pawan Rawal <[email protected]>
Add docs and handle multiple values in string matching function.

github.com/unigraph-dev/dgraph - 256475ab298da5cbb8f7c6da7f9b8c1080c98abc authored about 7 years ago by Pawan Rawal <[email protected]>
Dont return assigned uid in allocated uids if node wasn't upserted

github.com/unigraph-dev/dgraph - 439a8251e17e544a0a89f3c6e386ec9c8548cf1c authored about 7 years ago by Pawan Rawal <[email protected]>
Add docs and handle multiple values in string matching function.

github.com/unigraph-dev/dgraph - ea1fa3fef5851383cd173d10ce5b11adbf35bf99 authored about 7 years ago by Pawan Rawal <[email protected]>
Bulkloader: system test fixture (#1491)

github.com/unigraph-dev/dgraph - f5479995b689100db7e52e99e7c1dcc50e5d9985 authored about 7 years ago by Peter Stace <[email protected]>
Adds endpoint to stream predicate and also adds a new proposal type to add a batch of key values.

Send usermeta in snapshot

github.com/unigraph-dev/dgraph - 771f3d2bc6b65b15e88d96c90c828c32e678390b authored about 7 years ago by Janardhan Reddy <[email protected]>
Dont return assigned uid in allocated uids if node wasn't upserted

github.com/unigraph-dev/dgraph - 3a4ae43f6d30a251f6a5cebe2be64b64b5c2cb66 authored about 7 years ago by Pawan Rawal <[email protected]>
Less function should allow comparison based on Uid type. Fix #1486.

github.com/unigraph-dev/dgraph - 672a1e85ffb88d7adc4cfe93db77f86b7763fa14 authored about 7 years ago by Pawan Rawal <[email protected]>
Less function should allow comparison based on Uid type. Fix #1486.

github.com/unigraph-dev/dgraph - c533d96e11ff0199b2e7bc39f127c153febcfa8b authored about 7 years ago by Pawan Rawal <[email protected]>
Bulkloader: add UID to map entry comparison (#1490)

github.com/unigraph-dev/dgraph - 02c0c4b332bb3dd21ad0922d90d289e3968dab06 authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: Fix map/reduce shard merge bug (#1489)

github.com/unigraph-dev/dgraph - 50663169b9b665f0335f2904c5890c9805c4fbab authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: add UID to map entry comparison (#1490)

github.com/unigraph-dev/dgraph - 96f06f182de44b626724b27a0304ab484a9ea185 authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: Fix map/reduce shard merge bug (#1489)

github.com/unigraph-dev/dgraph - 6877b5f97052a4604adaf02a5657e1b0c501f610 authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: filter out duplicate postings in the shuffler (#1485)

github.com/unigraph-dev/dgraph - ea67bcdb10ff8bdb88b58ef13015a8bb4a25e798 authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: remove unused max_pending_badger_writes flag

github.com/unigraph-dev/dgraph - 9bc6446c011c8326e5000967724a334ce7af8eba authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: sharding for map/shuffle/reduce

github.com/unigraph-dev/dgraph - 9ad9ab8059b2fdbc48908ad0fdd6922530939bb5 authored about 7 years ago by Peter Stace <[email protected]>
Ignore any messages that we can't send right now.

github.com/unigraph-dev/dgraph - b77f9cd5ad84ef399f70a12b9a42f62200964771 authored about 7 years ago by Manish R Jain <[email protected]>
Bulkloader: filter out duplicate postings in the shuffler (#1485)

github.com/unigraph-dev/dgraph - f33912cce382d9686eda85d381d5d8c8ae76e2a6 authored about 7 years ago by Peter Stace <[email protected]>
Bulkloader: remove unused max_pending_badger_writes flag

github.com/unigraph-dev/dgraph - ed351d16e0adcb8585c32b925313fa94413bca4b authored about 7 years ago by Peter Stace <[email protected]>
add sleep between starting of dgraphzero and dgraph

github.com/unigraph-dev/dgraph - 984b843418e9c9490033e55f7babded500105f4c authored about 7 years ago by Janardhan Reddy <[email protected]>
Bulkloader: sharding for map/shuffle/reduce

github.com/unigraph-dev/dgraph - 02ecc94da7f003f89b89813f904ade73b8279d75 authored about 7 years ago by Peter Stace <[email protected]>
vendor in jsonpb

github.com/unigraph-dev/dgraph - 34835d96c50d926a640b2d423fd7fb988afc6df3 authored about 7 years ago by Janardhan Reddy <[email protected]>
snapshot group zero and stream membership updates

move read linearizability code to conn/node.go

github.com/unigraph-dev/dgraph - 23659fad0e8353d78d23616cfef9a8105652724b authored about 7 years ago by Janardhan Reddy <[email protected]>
Clean up references to RocksDB

github.com/unigraph-dev/dgraph - c15adb1e29740557e5d75f1f6a4e8e7faa8586c5 authored about 7 years ago by Deepak Jois <[email protected]>
Fix #1474 and expose req.Size() in Go client.

github.com/unigraph-dev/dgraph - 85137181c7877dfe26399a5e398d3cae166f91d8 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix #1474 and expose req.Size() in Go client.

github.com/unigraph-dev/dgraph - afb10be2d8b448968dcf6fb7b3ae2d81ab8403f2 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix #1477 and #1464

github.com/unigraph-dev/dgraph - 27d2467822b47566bc1943852365eca52a07c46f authored about 7 years ago by Pawan Rawal <[email protected]>
1. Auto delete schema for predicate on deletion of predicate if it was set implicitly.

2. Run query without debug flag when user clicks on JSON.
3. Fix #1427 and #1444.

github.com/unigraph-dev/dgraph - d47f51bd59497e54df01c7c5fcf2e70a24f1ccd0 authored about 7 years ago by Pawan Rawal <[email protected]>
update docs for language/schema changes in v0.8.1

github.com/unigraph-dev/dgraph - 4fe5e33d78e1b9349c5cd81fae94604b1e564ac3 authored about 7 years ago by Janardhan Reddy <[email protected]>
Allow ability to upsert nodes using eq function.

github.com/unigraph-dev/dgraph - 0bddbec6c136c7155af5bf451252437daebe07bc authored about 7 years ago by Pawan Rawal <[email protected]>
Fix #1455. Intersect DestUids with result from filter.

github.com/unigraph-dev/dgraph - e8354ae09c52f0c7d6158b46d3b35cd5f1857e23 authored about 7 years ago by Pawan Rawal <[email protected]>
Bulkloader: mapper improvements for using many cores (#1457)

github.com/unigraph-dev/dgraph - f6950c5060aa48e67c46a0b00283b780dba9679b authored about 7 years ago by Peter Stace <[email protected]>
Revert "Break away Raft node in conn package, so it can be shared by dgraphzero."

This reverts commit de64ac267d2a2e1768a667bc5f1f5373152f4284.

github.com/unigraph-dev/dgraph - 91d9352250f7edfd4e7156151bf0e6bed1dc8f50 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix #1477 and #1464

github.com/unigraph-dev/dgraph - cb8a79fc7ea51b9043ee5d742df22312a47d2900 authored about 7 years ago by Pawan Rawal <[email protected]>
1. Auto delete schema for predicate on deletion of predicate if it was set implicitly.

2. Run query without debug flag when user clicks on JSON.
3. Fix #1427 and #1444.

github.com/unigraph-dev/dgraph - ce013bdf63654c374703b668b572dd6554e54ef9 authored about 7 years ago by Pawan Rawal <[email protected]>
update docs for language/schema changes in v0.8.1

github.com/unigraph-dev/dgraph - e0dfe72a8edcc3aa5659ae37042bc57ada74806a authored about 7 years ago by Janardhan Reddy <[email protected]>
Retrieve and sync tablet sizes

- If node is the leader of group zero, then calculate the tablet sizes and send them to group ze...

github.com/unigraph-dev/dgraph - ce2cce238827ea5a79305a6bdfecc72df1198f29 authored about 7 years ago by Manish R Jain <[email protected]>
Jan/contrib test (#1469)

Fix bug in export and make travis tests work again.

github.com/unigraph-dev/dgraph - e93910f6a03f625a984cc76cae244d6017a472b3 authored about 7 years ago by Janardhan Reddy <[email protected]>
Allow ability to upsert nodes using eq function.

github.com/unigraph-dev/dgraph - cc9b50adfdbdbe640864526a491574c3e43a66b5 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix #1455. Intersect DestUids with result from filter.

github.com/unigraph-dev/dgraph - ad1d6e4336da4d3b1c38bb2a9803ceaec283f5e0 authored about 7 years ago by Pawan Rawal <[email protected]>
Fix tests broken after merging dgraphzero changes.

Write uid allocated for embedded mode and make embedded mode
work with new code.

github.com/unigraph-dev/dgraph - 9ea1e29ffef515d247c319b9b33f585bcb3e2f22 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 - a9553c6678029b7a10b9e8b0045794c1b400509b authored about 7 years ago by Manish R Jain <[email protected]>
Connection health monitoring

- Simplify node peers handling.
- Remove connection reference counting.
- Add connection health ...

github.com/unigraph-dev/dgraph - dc8314de8c239daf84ce1541d02a54d4ac4dea6f authored about 7 years ago by Manish R Jain <[email protected]>
Bulkloader: mapper improvements for using many cores (#1457)

github.com/unigraph-dev/dgraph - 2699ca5a3ebf6191a1a815ae527765b83a9eebdb authored about 7 years ago by Peter Stace <[email protected]>
Make Dgraph work with Dgraphzero.

Another HUGE change, removes group config, uses group assignment via
dgraphzero. Every dgraph se...

github.com/unigraph-dev/dgraph - a5da8b9b6c0a698c5a8ad5abff295ee6a7f15469 authored about 7 years ago by Manish R Jain <[email protected]>
Break away group zero into Dgraphzero.

This is a HUGE change.

Dgraphzero keeps track of membership information, and UID assignment.
Dg...

github.com/unigraph-dev/dgraph - 743f0be50c4b19b5d22655cf0eda58d4b1e9cb1c authored about 7 years ago by Manish R Jain <[email protected]>
simplify watermark logic (#1451)

github.com/unigraph-dev/dgraph - 230488fc1de7b59e13ee70abc0072d92fc96a656 authored about 7 years ago by Janardhan Reddy <[email protected]>