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

Forgot to add mutation encoding, decoding code.

github.com/unigraph-dev/dgraph - 2bdabeb4287b2a0e39f23eafb5c50c45b0f18f59 authored over 8 years ago by Manish R Jain <[email protected]>
Merge pull request #40 from dgraph-io/distributedServer

Distributed server

github.com/unigraph-dev/dgraph - 2fde66eed8d5e521718542872e01208119b4a741 authored over 8 years ago by Manish R Jain <[email protected]>
Export Addr in conn.pool

github.com/unigraph-dev/dgraph - a7ddfa5693464e8800d211db971416845c648782 authored over 8 years ago by Ashwin <[email protected]>
Export Addr in conn.pool

github.com/unigraph-dev/dgraph - b88f7e422937ab1a5f223c356a96c866bb5995b7 authored over 8 years ago by Ashwin <[email protected]>
Code refactoring changes in worker.go

github.com/unigraph-dev/dgraph - 98e139a593b52c2cabb8bd16cc13213f9cb9de5e authored over 8 years ago by Ashwin <[email protected]>
Code refactoring, function signature changes in worker.go

github.com/unigraph-dev/dgraph - 357a6599c5ece15506fa4d8f6749a2be30bcada6 authored over 8 years ago by Ashwin <[email protected]>
handled uidStore querying which is on instance 0

github.com/unigraph-dev/dgraph - b9dc381ba92999050f57790668b00166f7f376a7 authored over 8 years ago by Ashwin <[email protected]>
Add a Mutate RPC call in the worker. This would be used to propagate mutations across the cluster.

github.com/unigraph-dev/dgraph - 8a0a2a9aee9286c05e1beab855d62e5f1ce6272f authored over 8 years ago by Manish R Jain <[email protected]>
Use ProcessTaskOverNetwork in query.go

github.com/unigraph-dev/dgraph - 88d5cb6c66b05bc180f05b1e31f9547b1c1cbe23 authored over 8 years ago by Ashwin <[email protected]>
Distributed query over network

github.com/unigraph-dev/dgraph - b53a59695ae77d338ae474091db90659d870d447 authored over 8 years ago by Ashwin <[email protected]>
Resolved merge conflicts

github.com/unigraph-dev/dgraph - 383f1c55aee9b7bf2f3779adfa39f0cdc6c37a78 authored over 8 years ago by Ashwin <[email protected]>
Merge with master

github.com/unigraph-dev/dgraph - 799450d681255e8acb8ff3c54c8d7a5f55f6537c authored over 8 years ago by Manish R Jain <[email protected]>
Add a mutation handler function in server/main.go

github.com/unigraph-dev/dgraph - 160e1bfdf12dbe987048bdba572955ae31c69538 authored over 8 years ago by Manish R Jain <[email protected]>
Merge pull request #38 from dgraph-io/distributed

Added a seperate store for xid & uid in server

github.com/unigraph-dev/dgraph - 0deabbb53d773bdfc6365d182f2d9592ed719c0b authored over 8 years ago by Manish R Jain <[email protected]>
Moved worker flag to server, removed numInstance flag

github.com/unigraph-dev/dgraph - 911d8b32595da06d07f6d6f460babfbd182c6df5 authored over 8 years ago by Ashwin <[email protected]>
Renaming of stores and formatting changes

github.com/unigraph-dev/dgraph - b19e15044e785c58868e645a93369753e928ebcc authored over 8 years ago by Ashwin <[email protected]>
Merge branch 'master' into distributed

github.com/unigraph-dev/dgraph - 0a5f667974fead0a94f916b215e83555da632785 authored over 8 years ago by Ashwin <[email protected]>
Merge pull request #39 from dgraph-io/dmuts

Encapsulate Call within the client pool library, so we don't have to …

github.com/unigraph-dev/dgraph - a477eed5a1d380f46ad8be50eb22ba275828a162 authored over 8 years ago by Manish R Jain <[email protected]>
Remove the local pool slice.

github.com/unigraph-dev/dgraph - 9c8b2205472011cbe5c768e262384c06ffe8ae67 authored over 8 years ago by Manish R Jain <[email protected]>
Retry on connection refused

github.com/unigraph-dev/dgraph - ab5c9bddaa1d3860837cce2e6dc8b3714a296bd3 authored over 8 years ago by Manish R Jain <[email protected]>
Merge branch 'master' into dmuts

github.com/unigraph-dev/dgraph - 845d46e7dea785363049ca0331283852d558913d authored over 8 years ago by Manish R Jain <[email protected]>
Fix the error and fatal formatting violations.

github.com/unigraph-dev/dgraph - 617e1321ec98ac2c6171220d95dec49a8a7e073c authored over 8 years ago by Manish R Jain <[email protected]>
added support for distributed query through network calls

github.com/unigraph-dev/dgraph - 8bc03c2c12593a8f4f4c44e4d3dc106d8b537237 authored over 8 years ago by Ashwin <[email protected]>
Encapsulate Call within the client pool library, so we don't have to expose the clients. Also, write tests for conn module.

github.com/unigraph-dev/dgraph - c27093d7f9e2cdb7b2f634f47b92cd4ee152b412 authored over 8 years ago by Manish R Jain <[email protected]>
Query doesnt need a store to be passed

github.com/unigraph-dev/dgraph - 3e917ef00a05bcfa6c9af3608c460c72e7b678fc authored over 8 years ago by Ashwin <[email protected]>
Added a seperate store for xid & uid in server

github.com/unigraph-dev/dgraph - 3e024bc97e01b77c7ace6ea29dceabbb09cefde7 authored over 8 years ago by Ashwin <[email protected]>
Merge pull request #37 from dgraph-io/dmuts

Set up communication framework between workers

github.com/unigraph-dev/dgraph - 2a5f0529c10ee0af6e5a83b091128667afeb02b4 authored over 8 years ago by Manish R Jain <[email protected]>
Custom encoders for communication between workers via net/rpc over TCP. Also, hello there!

github.com/unigraph-dev/dgraph - 0b312744773ab7c32dcf9195b43c5eb990c9ca7c authored over 8 years ago by Manish R Jain <[email protected]>
Merge pull request #36 from dgraph-io/distributed

Loader unit test

github.com/unigraph-dev/dgraph - 959c4dfd5977608a30fd461f20d4e1c555369703 authored over 8 years ago by Ashwin Ramesh <[email protected]>
added preliminary loader test

github.com/unigraph-dev/dgraph - b87b301bb15b80dbd7e0a0d6548645b8f4438874 authored over 8 years ago by Ashwin <[email protected]>
Working custom encoding and client server communication

github.com/unigraph-dev/dgraph - 6ca61d5fd9c71970ee7d060a8081e6ae94bbeb2a authored over 8 years ago by Manish R Jain <[email protected]>
added preliminary loader test

github.com/unigraph-dev/dgraph - 65094b7079a885114deb80b09738ffed5005d96d authored over 8 years ago by Ashwin <[email protected]>
Merge branch 'master' into distributed

github.com/unigraph-dev/dgraph - 85abc27142c4e18d6238c1be8adcbe891a0be486 authored over 8 years ago by Ashwin <[email protected]>
Merge pull request #31 from dgraph-io/cleanup

Change function names to make their purpose clear

github.com/unigraph-dev/dgraph - 313b9e5145c33dfbf8f79969eed4b57ab07e17f2 authored over 8 years ago by Manish R Jain <[email protected]>
Incomplete loader test

github.com/unigraph-dev/dgraph - 3b1e7c71398ebe97d23cdd8031ca4feab8c6c322 authored over 8 years ago by Ashwin <[email protected]>
Incomplete loader test

github.com/unigraph-dev/dgraph - b97e988fc54e0f9f2ad81814f5cf0e84b77f214b authored over 8 years ago by Ashwin <[email protected]>
Change function names to make their purpose clear

github.com/unigraph-dev/dgraph - a1371d553664a1713877fba234acb4f78897cc49 authored over 8 years ago by Manish R Jain <[email protected]>
Merge pull request #30 from ashwin95r/removeStore

Changes to limit line length to 80 chars

github.com/unigraph-dev/dgraph - 235c62c7e616a12dfa5821e12c49f3793abe48fd authored over 8 years ago by Ashwin Ramesh <[email protected]>
Changes to limit line length to 80 chars

github.com/unigraph-dev/dgraph - 677e35d96ce744c1023fb8671a903c38b609df90 authored over 8 years ago by Ashwin <[email protected]>
Changes to limit line length to 80 chars

github.com/unigraph-dev/dgraph - aafb012ab627ed0d90277094480bfe92d2bda5fd authored over 8 years ago by Ashwin <[email protected]>
Merge pull request #28 from ashwin95r/removeStore

Remove store and pass it as argument plus mod sharding based on attributes

github.com/unigraph-dev/dgraph - 100b8030a4e2104074098f87c77f98eba9be2fe6 authored over 8 years ago by Manish R Jain <[email protected]>
Resolved number of arguments in server/main.go

github.com/unigraph-dev/dgraph - d56ec52264433fd63a8aa08e905aa2cc635cb38e authored over 8 years ago by Ashwin <[email protected]>
resolve merge conflict in server/main.go

github.com/unigraph-dev/dgraph - 2d29951ff6e7b717249b63ab1c5df00d90ecabfd authored over 8 years ago by Ashwin <[email protected]>
Formatting to limit line length to 100

github.com/unigraph-dev/dgraph - 3a70965d801202af2029baec9df9e701e199c5e4 authored over 8 years ago by Ashwin <[email protected]>
Formatting to limit line length to 100

github.com/unigraph-dev/dgraph - 351da169cf2fffe4cf1ee885ef1ebfc7e9de563e authored over 8 years ago by Ashwin <[email protected]>
Renamed some variables for more clarity

github.com/unigraph-dev/dgraph - 4659b14715ba87e02a3598b62aa6e0b03c1a0783 authored over 8 years ago by Ashwin <[email protected]>
Merge pull request #29 from dgraph-io/gql

Parse Mutation block from GraphQL

github.com/unigraph-dev/dgraph - 696c43f09350089e6a9d02122c12b94a0825502b authored over 8 years ago by Manish R Jain <[email protected]>
Parse Mutation along with query.

github.com/unigraph-dev/dgraph - 1824910aaf941c8a8bfc9b0846f099a6b311d6e3 authored over 8 years ago by Manish R Jain <[email protected]>
Modify state.go to accommodate Mutation instruction.

github.com/unigraph-dev/dgraph - 5a7e209a55ccc8cf2290cd7de68427cd6c0e4328 authored over 8 years ago by Manish R Jain <[email protected]>
made store part of module instead of passing argument

github.com/unigraph-dev/dgraph - 6e4f29a6b815a981f0b4e7d39014953d6f3c7e1f authored over 8 years ago by Ashwin <[email protected]>
Moved worker.go to a separate module worker

github.com/unigraph-dev/dgraph - 7880b90d5613bccab644fb73c3754eaba3ebabb3 authored over 8 years ago by Ashwin <[email protected]>
changes to server to accomodate passing of pstore

github.com/unigraph-dev/dgraph - 9f50b86493e0b5a8ba419d52945e8e299e3a3e1c authored over 8 years ago by Ashwin <[email protected]>
resolve merge conflicts

github.com/unigraph-dev/dgraph - 4964433f29dc37990ab27f26b66e9b96132a3723 authored over 8 years ago by Ashwin <[email protected]>
Add mod sharding for attributes

github.com/unigraph-dev/dgraph - 68c01f368e8ec6b630ca721daee9d31c1ba3d7cd authored over 8 years ago by Ashwin <[email protected]>
Merge pull request #27 from dgraph-io/gql

Remove gql module's dependency on query. Make it the other way round.…

github.com/unigraph-dev/dgraph - 0008cd871064ab67e5bdc3c3e2223a02f90571e7 authored over 8 years ago by Manish R Jain <[email protected]>
Merge pull request #26 from hackintoshrao/master

Correction to execution instruction and reference to headers

github.com/unigraph-dev/dgraph - ef545b5b491b183afd7d33681cb48a2e07e854db authored over 8 years ago by Manish R Jain <[email protected]>
removing trailing whitespace

github.com/unigraph-dev/dgraph - 75b5b8d41e82f7f625b055589048aee7beec1f32 authored over 8 years ago by Karthic Rao <[email protected]>
rocksdb headers link removed form the include section and added onto the comments section above

github.com/unigraph-dev/dgraph - f51c4c82b2f0a12eede1ed92435f09422f484df5 authored over 8 years ago by Karthic Rao <[email protected]>
Remove gql module's dependency on query. Make it the other way round. GraphQL query string, now gets converted into query.SubGraph as an additional step run via query.ToSubGraph.

github.com/unigraph-dev/dgraph - 7d6cb52df42300f1b0795bbb9a6d4f6632d23a8c authored over 8 years ago by Manish R Jain <[email protected]>
Remove the global pstore

github.com/unigraph-dev/dgraph - 901406829580a395aa509801947f2aed7cb2595f authored over 8 years ago by Ashwin <[email protected]>
correcting the filename in the execution instruction and adding reference to rocksdb headers

github.com/unigraph-dev/dgraph - 49bc8fdfa91296d3c053f08c4732d187e1c784a7 authored over 8 years ago by Karthic Rao <[email protected]>
Keep lines to 80 chars

github.com/unigraph-dev/dgraph - 1b7bf16c76178e525ed18d758a3953cd569a986b authored over 8 years ago by Manish R Jain <[email protected]>
Fix lines longer than 80 chars

github.com/unigraph-dev/dgraph - 3ed5310b05d02e8e8b41ab98a86c99fc1b5052c0 authored over 8 years ago by Manish R Jain <[email protected]>
Merge pull request #19 from ashwin95r/rocksDB_merger

Add rocksDB merging code

github.com/unigraph-dev/dgraph - bef782ff58862acc2417c1aa453871500fbfb061 authored over 8 years ago by Ashwin Ramesh <[email protected]>
Formatting changes

github.com/unigraph-dev/dgraph - 0699663dd9b4ed626603f730329af9baada9200a authored over 8 years ago by Ashwin <[email protected]>
Formatting changes

github.com/unigraph-dev/dgraph - 26afdb9ac0f941e217f2272fa48989a465baa388 authored over 8 years ago by Ashwin <[email protected]>
Formatting changes

github.com/unigraph-dev/dgraph - e5be5eb490969508e08123cfe052c02cc6072743 authored over 8 years ago by Ashwin <[email protected]>
Made key and value generic (still to be done in merge.cc)

github.com/unigraph-dev/dgraph - 70859515efd460686dd9ae34b0c8617f9fc330d2 authored over 8 years ago by Ashwin <[email protected]>
merge using heap approach

github.com/unigraph-dev/dgraph - 0e23e858e7b12494bed81225d1a52c38384ce805 authored over 8 years ago by Ashwin <[email protected]>
Detect duplicate keys using rocksDB store itself

github.com/unigraph-dev/dgraph - 1ce8732df9b50b80874909f39c96677afc8ac641 authored over 8 years ago by Ashwin <[email protected]>
Take care of duplicate value for the same key

github.com/unigraph-dev/dgraph - b37e6c1bd6baf3ee7df09182d1d27d5bb3e8be8f authored over 8 years ago by Ashwin <[email protected]>
Change rocksDB merging code

github.com/unigraph-dev/dgraph - b554cffb471a3cb737df3175b1e214fe6229381e authored over 8 years ago by Ashwin <[email protected]>
Change rocksDB merging code

github.com/unigraph-dev/dgraph - e8f3eb83686eb4f01d4a0212ce493fbef446ba7a authored over 8 years ago by Ashwin <[email protected]>
Change rocksDB merging code

github.com/unigraph-dev/dgraph - 0cf4696cea93abfadf50457ee0771e4cc2fea2bb authored over 8 years ago by Ashwin <[email protected]>
Change rocksDB merging code

github.com/unigraph-dev/dgraph - db0ebf4de5c54047024560fe48d235ffcac67b58 authored over 8 years ago by Ashwin <[email protected]>
Add rocksDB merging code

github.com/unigraph-dev/dgraph - 671284a841373fbe4e88888896cde9a97198b660 authored over 8 years ago by Ashwin <[email protected]>
Merge pull request #17 from ashwin95r/uidassigner

Unit test for uidassigner

github.com/unigraph-dev/dgraph - 3f65dbef8a512a18783a9c40f97ac24f90c73d06 authored over 8 years ago by Ashwin Ramesh <[email protected]>
combine 2 log messages into one

github.com/unigraph-dev/dgraph - 525e743e047a98c263b3657779cf57aa75de5833 authored over 8 years ago by Ashwin <[email protected]>
Some changes after review

github.com/unigraph-dev/dgraph - 7635b2a34121b0d493b9185016f43c8ab97db537 authored over 8 years ago by Ashwin <[email protected]>
unit test for uidassigner (changed)

github.com/unigraph-dev/dgraph - ea17e2368a16659353b7ab5453a9e8eba6df625b authored over 8 years ago by Ashwin <[email protected]>
unit test for uidassigner

github.com/unigraph-dev/dgraph - 1c81b8aaa08bb6a37b3c635505b7cb2fb5fadbae authored over 8 years ago by Ashwin <[email protected]>
Remove uidassigner binary

github.com/unigraph-dev/dgraph - d5c8c7d3896903d4ca8f4f60957776e0ae2c2cb1 authored over 8 years ago by Manish R Jain <[email protected]>
Merge pull request #16 from ashwin95r/uidassigner

Make getUid global

github.com/unigraph-dev/dgraph - 9b9d270cbb37a3bc9e61aa49acadc9015f478c59 authored over 8 years ago by Ashwin Ramesh <[email protected]>
Add log giving instanceIdx info

github.com/unigraph-dev/dgraph - 5501bdd4304170edab58dfe657a8f27747cd39dc authored over 8 years ago by Ashwin <[email protected]>
mod before minIdx

github.com/unigraph-dev/dgraph - 1b9a82d2b9f15e1c2f9800561380a06d502fa15e authored over 8 years ago by Ashwin <[email protected]>
mod before minIdx

github.com/unigraph-dev/dgraph - d5e43de30b2e5fb65e5be0b44dd69c50b8aaa35a authored over 8 years ago by Ashwin <[email protected]>
Move code into a function

github.com/unigraph-dev/dgraph - 8a1b0c3272fe5ed84e455d7481c2022dfada6bb0 authored over 8 years ago by Ashwin <[email protected]>
Rename numInstance

github.com/unigraph-dev/dgraph - a44f7047c5071b6654bb45d968f898f33a5d5517 authored over 8 years ago by Ashwin <[email protected]>
Generate UIDs in the allowed range

github.com/unigraph-dev/dgraph - 7dae8675eab76ce34df750f843abd7b5b2b90bdb authored over 8 years ago by Ashwin <[email protected]>
Rename mod to instanceIdx

github.com/unigraph-dev/dgraph - 8f4cb5530f17f426dd60f6ea684178f26b79e346 authored over 8 years ago by Ashwin <[email protected]>
Removed mod sampling

github.com/unigraph-dev/dgraph - 4e7b843474063ff6f6248a96e0ddc8f57757d2ba authored over 8 years ago by Ashwin <[email protected]>
Removed mod sampling

github.com/unigraph-dev/dgraph - d54edb4e35a54beee97870edf098740c411d3ff4 authored over 8 years ago by Ashwin <[email protected]>
Change arguments of GetUid to take the machine Id and the number of Instances

github.com/unigraph-dev/dgraph - 2e5615e6aa45f984e8ccf20140d470cc17b55c82 authored over 8 years ago by Ashwin <[email protected]>
Make getUid global

github.com/unigraph-dev/dgraph - 49c5904434d54892595eb08ecff692dbe37ba8af authored over 8 years ago by Ashwin <[email protected]>
Added --numCpu flag

github.com/unigraph-dev/dgraph - 90c932005804e8629535a8bde381e43a5361a8bd authored over 8 years ago by Ashwin <[email protected]>
Added --numCpu flag

github.com/unigraph-dev/dgraph - c13a017376d799c1f704ae8b8234debe6481d78d authored over 8 years ago by Ashwin <[email protected]>
Changes made for assigning uids in a separate pass

github.com/unigraph-dev/dgraph - b1c420cada87bbc6ad7694035973dbf7b79cd197 authored over 8 years ago by Ashwin <[email protected]>
Changes made for assigning uids in a seperate pass

github.com/unigraph-dev/dgraph - 59b475492b94e45061fc5cf3a01a3a0889c4e481 authored over 8 years ago by Ashwin <[email protected]>
Changes made for assigning uids in a seperate pass

github.com/unigraph-dev/dgraph - 82085af99a01ad80fc9a327b7c57285ceed7e7eb authored over 8 years ago by Ashwin <[email protected]>
Add dgraph.io

github.com/unigraph-dev/dgraph - c83506478e7650174f39453d3db905fe5cd75a41 authored almost 9 years ago by Manish R Jain <[email protected]>