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

Drop DISABLE_RENAMING flag in ICU

github.com/unigraph-dev/dgraph - 933c8787376dcb9ba9e0eb7d7cebf07a7e31d3f1 authored about 8 years ago by Jay Chiu <[email protected]>
Update tests. Support anyof and allof

github.com/unigraph-dev/dgraph - 6640d1d9d79e9eea53a55d2f7a21d627beeb699a authored about 8 years ago by Jay Chiu <[email protected]>
Update docker files

github.com/unigraph-dev/dgraph - e74a2d3e704f47ad4efadecf6e0d2f9e356fc54c authored about 8 years ago by Jay Chiu <[email protected]>
Add dockerfile for pulling from get.dgraph.io

github.com/unigraph-dev/dgraph - c1acb875d19cf4ce75ab344a7243b93a2641c4d7 authored about 8 years ago by Jay Chiu <[email protected]>
Modify indexing and add tests

github.com/unigraph-dev/dgraph - e56fc7fe3e55d42139f4c989e9033abb70d9ca24 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Rename terms to tokens in task.Query

github.com/unigraph-dev/dgraph - f63c7de860907018ca073d142d01f58e17c9d02b authored about 8 years ago by Jay Chiu <[email protected]>
Support partial match for filter

github.com/unigraph-dev/dgraph - 8452935ad4913e82ee4c314f1c013ed161594d9d authored about 8 years ago by Jay Chiu <[email protected]>
Tokinize different types

github.com/unigraph-dev/dgraph - 4e0228bb789ca769be824812548c13e7e83cb829 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Adding geo indexing using s2.

Add s2, s1, r1, r2, r3 to vendor.

github.com/unigraph-dev/dgraph - 2054cccc869a4246142234aabeb3f84ee8c185b9 authored about 8 years ago by Kostub Deshmukh <[email protected]>
Undo some dirty changes. Sorry

github.com/unigraph-dev/dgraph - 970629049d49864471e572f8da1c50a6be16c5cf authored about 8 years ago by Jay Chiu <[email protected]>
Quick fix for Mac and ICU dynamic link

github.com/unigraph-dev/dgraph - baf3de05a19e3f220bf92c7a2d5f093e79eb7e7c authored about 8 years ago by Jay Chiu <[email protected]>
Refactor the types code:

1. Rename TypeValue to Value.
2. Add the Type function to the Value.
3. Unexport the scalar type...

github.com/unigraph-dev/dgraph - 93d04105032cd80bbd1e16ee93e831768f5a8658 authored about 8 years ago by Kostub Deshmukh <[email protected]>
Use dgraph-io/goicu

github.com/unigraph-dev/dgraph - 9f88b84f1206deeed87848c5a74142ac2081d7ba authored about 8 years ago by Jay Chiu <[email protected]>
Fix and handle error in gql parser

github.com/unigraph-dev/dgraph - 8e1e2c76bbcbb0447adab85e4366852fddf571fb authored about 8 years ago by Ashwin Ramesh <[email protected]>
After is unsigned

github.com/unigraph-dev/dgraph - 3749c02fe1a45e9ae4bb7f93844bd838e189a705 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Add package tok to use ICU. No embedding yet.

github.com/unigraph-dev/dgraph - 476adef00a7d0b3190d86be20957ecd2fe718515 authored about 8 years ago by Jay Chiu <[email protected]>
Delete binary

github.com/unigraph-dev/dgraph - 883e51c66ab1a3233b25df028fa6131c5b617b35 authored about 8 years ago by Jay Chiu <[email protected]>
Testify gql and algo

github.com/unigraph-dev/dgraph - 6e60e88692d4a65ea208d0db185f9486e5fac3a8 authored about 8 years ago by Jay Chiu <[email protected]>
Allow index specification in schema

github.com/unigraph-dev/dgraph - 6445989f67ef9487ce62f1445b363063ae06e44b authored about 8 years ago by Ashwin Ramesh <[email protected]>
Fix all but one tests

github.com/unigraph-dev/dgraph - ed1e887970c5c67db69e32e87aa46176cb6b56f5 authored about 8 years ago by Pawan Rawal <[email protected]>
Add filtering support

github.com/unigraph-dev/dgraph - 60ae5e6654708f2c676099feede78e3441a69a2a authored about 8 years ago by Jay Chiu <[email protected]>
Add testify. Make some tests more concise.

github.com/unigraph-dev/dgraph - 2874d852bcd34fc7d534c5e7f365d46db22d5af0 authored about 8 years ago by Jay Chiu <[email protected]>
RAFT: Use contexts properly to deal with timeouts and cancellations. Distribute queries to the right servers, making them work again. Various other clean in worker module.

github.com/unigraph-dev/dgraph - c40a1e7983f83c8914f92e83f48b85f77a2251a2 authored about 8 years ago by Manish R Jain <[email protected]>
Add tests for queries on freebase data on merge to master

github.com/unigraph-dev/dgraph - 0b3084dd0805a27b90b16144ae4e9899e4cdf318 authored about 8 years ago by Pawan Rawal <[email protected]>
Some validation checks on schema

github.com/unigraph-dev/dgraph - 3754703591143259c0338d6f21780f01e088b910 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Make default for conf flag to be empty

github.com/unigraph-dev/dgraph - 06277857d3a66a0699fcc4a5fa5b2f994af7ebaf authored about 8 years ago by Pawan Rawal <[email protected]>
Don't redeclare BelongsTo

github.com/unigraph-dev/dgraph - 077db1a2193c5cf9d140b8345a6c71b13ca00861 authored about 8 years ago by Manish R Jain <[email protected]>
RAFT: Introduce groups. Switch all network calls based on groups. Have a global group which every server in the cluster is a part of, to track which server is serving which raft groups; and use that information to distribute queries.

github.com/unigraph-dev/dgraph - deaef7ceb8828e6d4d6d625f4942bc0ad2a295d7 authored about 8 years ago by Manish R Jain <[email protected]>
Suuport for a config file and BelongsTo function to get group for a predicate.

github.com/unigraph-dev/dgraph - 7da8d14ef3d1ffe99250fc4d715733440de717cb authored about 8 years ago by Pawan Rawal <[email protected]>
Print RocksDB stats in dgraphloader and dgraph

github.com/unigraph-dev/dgraph - e6a820240310917fa4f36d8d6893027df9804d79 authored about 8 years ago by Jay Chiu <[email protected]>
Support geo values in mutations.

github.com/unigraph-dev/dgraph - 2b2704bf6257a094243eeb5499005803aa778094 authored about 8 years ago by Kostub Deshmukh <[email protected]>
Variables with ! cant have default value

github.com/unigraph-dev/dgraph - 2b6fddae65fe633ba75bbd8198333c2f5d321944 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Fix tests broken by changes to Raft dgraphassigner logic

github.com/unigraph-dev/dgraph - 3dc692d7c3033e0579ff9afaad8b15f07a703dfb authored about 8 years ago by Pawan Rawal <[email protected]>
No need to send XidList to workers. Just send the number of UIDs to assign.

github.com/unigraph-dev/dgraph - 0be661fef59917fb1a1183e06edb5a7c4544e682 authored about 8 years ago by Manish R Jain <[email protected]>
RAFT: Assign UIDs via RAFT. Simplify the whole UID assignment logic. Use fingerprint64 for XIDs to generate corresponding UIDs, at the cost of collision probability. We no longer maintain XID -> UID map.

github.com/unigraph-dev/dgraph - e0275bbbb1e3da337d7eb27da64db2990e83bead authored about 8 years ago by Manish R Jain <[email protected]>
Make preTraverse schema compliant

github.com/unigraph-dev/dgraph - 5f8c3f08f5de68e812d10c4778a326bd13090ad8 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Return from TraceError if err == nil

github.com/unigraph-dev/dgraph - 06753309546238e5384db8e17edde5633d6551d8 authored about 8 years ago by Pawan Rawal <[email protected]>
RAFT: Consensus based mutations. Waits for mutations to be committed to the RAFT group, before replying back to the client. Also removes the unnecessary logic of returning unapplied mutations. Instead on an error, all the mutations should be reapplied.

github.com/unigraph-dev/dgraph - 9b8744d456da10b5b0f6a938bbe70d7e15da5636 authored about 8 years ago by Manish R Jain <[email protected]>
Return new uids in hex format

github.com/unigraph-dev/dgraph - ee7bf285cd621fd7dfcb0a3174eb3307cd3b78f1 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Adding the date and geo scalar types.

Support for parsing geojson in the RDF format.
Added the go-geom library to the vendor folder.

github.com/unigraph-dev/dgraph - d9a95de8dd0251b4f366cf4500274b75a419fd9a authored about 8 years ago by Kostub Deshmukh <[email protected]>
Added support for types in the protobuf.

Includes:
Make Bytes a separate type from String.
Adding a OneOf type to graph protobuf.
Send th...

github.com/unigraph-dev/dgraph - 1e4f228c2186d2f86826d4e4fa64014b7c03c23c authored about 8 years ago by Kostub Deshmukh <[email protected]>
Schema system

github.com/unigraph-dev/dgraph - aaba7d753643d65a57c3d76a40403ccd8b2759c0 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Parse the RDF into the specified type and store binary data.

Changes:
Unmarshal the data from the binary format during querying.
Added parsing of time where ...

github.com/unigraph-dev/dgraph - 14850871475f8a27148f8727523d587952d29795 authored about 8 years ago by Kostub Deshmukh <[email protected]>
Adding end to end test for JoinCluster

github.com/unigraph-dev/dgraph - f137ecb819777d2888b3734ca1dc25ed1fe752f5 authored about 8 years ago by Pawan Rawal <[email protected]>
Return all objects as lists in query result

github.com/unigraph-dev/dgraph - 58ff784fe75de16667a7f1157a451dba673177cf authored about 8 years ago by Ashwin Ramesh <[email protected]>
Fix breaking tests in worker package

github.com/unigraph-dev/dgraph - c76323aefa536f849df3b9f526e3b3d8bd7c5f26 authored about 8 years ago by Pawan Rawal <[email protected]>
Vendor in etcd/raft library

github.com/unigraph-dev/dgraph - 044f4eecc188ea64788f8ea7e6a45fbe32a1bc75 authored about 8 years ago by Pawan Rawal <[email protected]>
BREAKING CHANGE: Started work on RAFT. Start cluster, join a cluster, bring a follower up to speed by streaming shard. Introduce concept of groups to group together various predicates, hence reducing the number of RAFT groups in action.

github.com/unigraph-dev/dgraph - f7987b95b517e07e5ef67f244c29701a0cb89d72 authored about 8 years ago by Manish R Jain <[email protected]>
Fix the bug in merging code, which causes AddMutation to get stuck on Aggressive Eviction, due to dirtyChan not being processed.

github.com/unigraph-dev/dgraph - 77f6303726a82afd82f176b8b59560c08462d92f authored about 8 years ago by Manish R Jain <[email protected]>
Add function to convert one type to another.

Added tests for conversion.

github.com/unigraph-dev/dgraph - f7eeaacf9a90627e592b59bb31e2e285f4fafb6e authored about 8 years ago by Kostub Deshmukh <[email protected]>
Add byte to track the type of data throughout.

github.com/unigraph-dev/dgraph - 4456bd3f18e26143fe9e4fc4f03f1efade20a36f authored about 8 years ago by Kostub Deshmukh <[email protected]>
Fix the test script for egrep errors.

Fixed in the following error on Mac: egrep: empty (sub)expression

Fail the script if the tests ...

github.com/unigraph-dev/dgraph - a5d12acc122b7db4bbb01cbe54217b6da7d59631 authored about 8 years ago by Kostub Deshmukh <[email protected]>
Simplify periodic merging code.

github.com/unigraph-dev/dgraph - 4f452a7ae83b1718e8af3216b758745b33e72220 authored about 8 years ago by Manish R Jain <[email protected]>
Add x.TraceError which outputs a more concise stacktrace for x.Trace. Only visible when debugmode=true

github.com/unigraph-dev/dgraph - 4a57301e322c41cf1f6d9e4deeebabdf6e157aa4 authored about 8 years ago by Jay Chiu <[email protected]>
Fix index tests comments

github.com/unigraph-dev/dgraph - 8e040c3479246dc1c6d9bbff1a6c10027a98c491 authored about 8 years ago by Jay Chiu <[email protected]>
Implement marshaling/unmarshaling for types.

This change adds the ability to umarshal types to and from binary as
well as text. Adds support ...

github.com/unigraph-dev/dgraph - d8a05aa6541ff19bb0fb62546dc234cc2da8424d authored about 8 years ago by Kostub Deshmukh <[email protected]>
Parse after uid as 64 bit

github.com/unigraph-dev/dgraph - 78b5fc052c0977f7566e83e544d0ff26505c38bb authored about 8 years ago by Ashwin Ramesh <[email protected]>
Support filter directive. See https://discuss.dgraph.io/t/filters-in-graphql/831/34

github.com/unigraph-dev/dgraph - 499d55054f40efb6f4cd2a2b5c3bba086a4d8a4c authored about 8 years ago by Jay Chiu <[email protected]>
Uploading top20 from mem and cpu profiles

github.com/unigraph-dev/dgraph - e868d2a126ac485f0cf6ee1422e565b19915889f authored about 8 years ago by Pawan Rawal <[email protected]>
Replace gotomic hash with simple sharded hash

github.com/unigraph-dev/dgraph - f7a5c87d0379e4af94173094f221637c78d32c7b authored about 8 years ago by Jay Chiu <[email protected]>
Add documentation on how to symlink git hooks

github.com/unigraph-dev/dgraph - a6a240307ef0f5167ea6d5abac05d8f74b1ac1b8 authored about 8 years ago by Pawan Rawal <[email protected]>
Support long lines in rdf files.

Geo data can be very long and overflows the buffer used by the Scanner.

github.com/unigraph-dev/dgraph - 8c034ccd3b39ba4034727ca26e7839893629e71c authored about 8 years ago by Kostub Deshmukh <[email protected]>
Update IsDebug to Params.IsDebug

github.com/unigraph-dev/dgraph - 2e798391090e75770c26750948aebc051aad9eeb authored about 8 years ago by Pawan Rawal <[email protected]>
Move subgraph fields to struct

github.com/unigraph-dev/dgraph - 58fd407992b2c66530ee9eecbd936960c43fab17 authored about 8 years ago by Ashwin Ramesh <[email protected]>
add type validation in mutations

github.com/unigraph-dev/dgraph - 578ad14a879693a0cdacaadb8e1638193542d804 authored about 8 years ago by Akhil Tak <[email protected]>
Script to run go tests and make them colorful.

github.com/unigraph-dev/dgraph - 3269e3df2582ad06901230c50b38d8745d1d4f73 authored about 8 years ago by Manish R Jain <[email protected]>
Memory optimization: Reclaim posting.List objects shared among goroutines by using reference counting. This alleviates heap usage and GC, as shown in this thread: https://discuss.dgraph.io/t/using-sync-pool-for-posting-list/890

github.com/unigraph-dev/dgraph - b878024c4af1ae54dc1500ce074e1db6b06fc19d authored about 8 years ago by Manish R Jain <[email protected]>
Support snapshots and checkpoints for RocksDB. Checkpointing is new --- it is not in RocksDB C API and not in gorocksdb.

github.com/unigraph-dev/dgraph - 19f777f0457c0ed6c34ee3fd35972705ab59da08 authored about 8 years ago by Jay Chiu <[email protected]>
Improvements to ToProtocolBuffer

github.com/unigraph-dev/dgraph - 3f7bbc3619e1723ca4dd922224e302f878faef1c authored about 8 years ago by Pawan Rawal <[email protected]>
Small fix: Use x.Trace for mutation errors in AddMutationWithIndex

github.com/unigraph-dev/dgraph - d84798e49238ab52cdb4b230054f4d878aad27a1 authored about 8 years ago by Jay Chiu <[email protected]>
Update flags in shell scripts run by travis

github.com/unigraph-dev/dgraph - 1f751a18b5e926db24bef2088e18dee9caa6aac5 authored about 8 years ago by Pawan Rawal <[email protected]>
Breaking change: Remove camelcasing from flags and make them shorter. Remove unused flag. Small formatting changes.

github.com/unigraph-dev/dgraph - 602026e1bfc0df2e27667f722c86dfccc979ffff authored about 8 years ago by Manish R Jain <[email protected]>
Shutdown without exit call

Comment

Update

github.com/unigraph-dev/dgraph - 10ccb1b4067157fee83b3ec04e2e4e6e9a117227 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Minor improvements to loader

github.com/unigraph-dev/dgraph - 833d7e1dff195092255cdd9c0bbfffb1e2c460fc authored about 8 years ago by Pawan Rawal <[email protected]>
Disable stack trace by default

github.com/unigraph-dev/dgraph - c42d8b15ba483c50e8d9cac53ac7f1f2a5d9511f authored about 8 years ago by Jay Chiu <[email protected]>
Support field-alias in GraphQL

github.com/unigraph-dev/dgraph - 0ae39a7f93366f16cca4ad15aab615412af9b68b authored about 8 years ago by Ashwin Ramesh <[email protected]>
Lighten the tough stance on using Github Issues

github.com/unigraph-dev/dgraph - 97692fcdc60cd15876246ea8e3ebff179dd985fe authored about 8 years ago by Manish R Jain <[email protected]>
Have /query endpoint, add travis key

github.com/unigraph-dev/dgraph - b1518372e8141e170455eab948192e5f23e5500f authored about 8 years ago by Ashwin Ramesh <[email protected]>
Enable monitoring through /debug/pprof endpoint

github.com/unigraph-dev/dgraph - 6e5ee64cf2adae2fd0dbf7d660a210131c4d1c03 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Revert "Update"

This reverts commit 2d930847568e25333a39d34a969c685a434d0546.

github.com/unigraph-dev/dgraph - 68c6981ae719e71644da20911bd247edb9dd6169 authored about 8 years ago by Jay Chiu <[email protected]>
Run dgraphmerge on travis, upload mem and cpu profile for dgraph server

github.com/unigraph-dev/dgraph - 767eaa367964fa27aa53751c6f9caa19a3f25972 authored about 8 years ago by Pawan Rawal <[email protected]>
Fix travis for RocksDB 4.9.0

github.com/unigraph-dev/dgraph - 58a3e668009c75637d8a38f2fef1309b9731f5f0 authored about 8 years ago by Jay Chiu <[email protected]>
Remove gorocksdb. Update cockroachDB.

github.com/unigraph-dev/dgraph - 39e92235fdc253217c552dc409a5500e3b6dc9c2 authored about 8 years ago by Jay Chiu <[email protected]>
Fix some race conditions due to worker state.pools

github.com/unigraph-dev/dgraph - fc63bd02ebfc88f9c8e8c28800d8b1405de27ab2 authored about 8 years ago by Jay Chiu <[email protected]>
Fix worker_test

github.com/unigraph-dev/dgraph - b67b201955022482432d554d1ed22fafac859b2f authored about 8 years ago by Jay Chiu <[email protected]>
support NQuads as mutation input from Go Client

github.com/unigraph-dev/dgraph - 5de232ed43a7c357ce790c0cd56f1bdf08f6f8b6 authored about 8 years ago by Pawan Rawal <[email protected]>
Clean exit server through client

github.com/unigraph-dev/dgraph - 13c1fec7a863912123459e3dca38447a29daffc1 authored about 8 years ago by Ashwin Ramesh <[email protected]>
Send notifications from travis to [email protected]

github.com/unigraph-dev/dgraph - 6adc820ad08af4e948b0679a7505abfd11b76dde authored about 8 years ago by Pawan Rawal <[email protected]>
Bug Fixes: Handle a few edge cases in posting/list.go, and thoroughly test list.go

github.com/unigraph-dev/dgraph - ee8f6bba0917b4cc49e87d44c87f4667f8daaff7 authored about 8 years ago by Manish R Jain <[email protected]>
Handle the 3rd test case

github.com/unigraph-dev/dgraph - bec8ee34a308c587b0270df35a57d1088aa48dc3 authored about 8 years ago by Manish R Jain <[email protected]>
Use math/rand to aid with generating UIDs

github.com/unigraph-dev/dgraph - 491687540fd27d3fc728b4ee54223a4531b67688 authored about 8 years ago by Manish R Jain <[email protected]>
Allow index to be undefined and disabled

github.com/unigraph-dev/dgraph - 4da89f35b6cf7a80a964f87063a1ffa22f8b5ff6 authored about 8 years ago by Jay Chiu <[email protected]>
add basic type support(scalar types) with schema

github.com/unigraph-dev/dgraph - 3eae46571ef646000995f902a7cb3ede68b11c70 authored about 8 years ago by Akhil Tak <[email protected]>
fix/checkFlagsAndInitDir

github.com/unigraph-dev/dgraph - c108ab615d4f890558cf784d8314fac909824c1f authored about 8 years ago by Ashwin Ramesh <[email protected]>