Ecosyste.ms: OpenCollective

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

github.com/unigraph-dev/dgraph

Native GraphQL Database with graph backend
https://github.com/unigraph-dev/dgraph

Make default for conf flag to be empty

06277857d3a66a0699fcc4a5fa5b2f994af7ebaf authored over 8 years ago
Don't redeclare BelongsTo

077db1a2193c5cf9d140b8345a6c71b13ca00861 authored over 8 years ago
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.

deaef7ceb8828e6d4d6d625f4942bc0ad2a295d7 authored over 8 years ago
Suuport for a config file and BelongsTo function to get group for a predicate.

7da8d14ef3d1ffe99250fc4d715733440de717cb authored over 8 years ago
Print RocksDB stats in dgraphloader and dgraph

e6a820240310917fa4f36d8d6893027df9804d79 authored over 8 years ago
Support geo values in mutations.

2b2704bf6257a094243eeb5499005803aa778094 authored over 8 years ago
Variables with ! cant have default value

2b6fddae65fe633ba75bbd8198333c2f5d321944 authored over 8 years ago
Fix tests broken by changes to Raft dgraphassigner logic

3dc692d7c3033e0579ff9afaad8b15f07a703dfb authored over 8 years ago
No need to send XidList to workers. Just send the number of UIDs to assign.

0be661fef59917fb1a1183e06edb5a7c4544e682 authored over 8 years ago
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.

e0275bbbb1e3da337d7eb27da64db2990e83bead authored over 8 years ago
Make preTraverse schema compliant

5f8c3f08f5de68e812d10c4778a326bd13090ad8 authored over 8 years ago
Return from TraceError if err == nil

06753309546238e5384db8e17edde5633d6551d8 authored over 8 years ago
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.

9b8744d456da10b5b0f6a938bbe70d7e15da5636 authored over 8 years ago
Return new uids in hex format

ee7bf285cd621fd7dfcb0a3174eb3307cd3b78f1 authored over 8 years ago
Adding the date and geo scalar types.

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

d9a95de8dd0251b4f366cf4500274b75a419fd9a authored over 8 years ago
Added support for types in the protobuf.

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

1e4f228c2186d2f86826d4e4fa64014b7c03c23c authored over 8 years ago
Schema system

aaba7d753643d65a57c3d76a40403ccd8b2759c0 authored over 8 years ago
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 ...

14850871475f8a27148f8727523d587952d29795 authored over 8 years ago
Adding end to end test for JoinCluster

f137ecb819777d2888b3734ca1dc25ed1fe752f5 authored over 8 years ago
Return all objects as lists in query result

58ff784fe75de16667a7f1157a451dba673177cf authored over 8 years ago
Fix breaking tests in worker package

c76323aefa536f849df3b9f526e3b3d8bd7c5f26 authored over 8 years ago
Vendor in etcd/raft library

044f4eecc188ea64788f8ea7e6a45fbe32a1bc75 authored over 8 years ago
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.

f7987b95b517e07e5ef67f244c29701a0cb89d72 authored over 8 years ago
Fix the bug in merging code, which causes AddMutation to get stuck on Aggressive Eviction, due to dirtyChan not being processed.

77f6303726a82afd82f176b8b59560c08462d92f authored over 8 years ago
Add function to convert one type to another.

Added tests for conversion.

f7eeaacf9a90627e592b59bb31e2e285f4fafb6e authored over 8 years ago
Add byte to track the type of data throughout.

4456bd3f18e26143fe9e4fc4f03f1efade20a36f authored over 8 years ago
Fix the test script for egrep errors.

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

Fail the script if the tests ...

a5d12acc122b7db4bbb01cbe54217b6da7d59631 authored over 8 years ago
Simplify periodic merging code.

4f452a7ae83b1718e8af3216b758745b33e72220 authored over 8 years ago
Add x.TraceError which outputs a more concise stacktrace for x.Trace. Only visible when debugmode=true

4a57301e322c41cf1f6d9e4deeebabdf6e157aa4 authored over 8 years ago
Fix index tests comments

8e040c3479246dc1c6d9bbff1a6c10027a98c491 authored over 8 years ago
Implement marshaling/unmarshaling for types.

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

d8a05aa6541ff19bb0fb62546dc234cc2da8424d authored over 8 years ago
Parse after uid as 64 bit

78b5fc052c0977f7566e83e544d0ff26505c38bb authored over 8 years ago
Support filter directive. See https://discuss.dgraph.io/t/filters-in-graphql/831/34

499d55054f40efb6f4cd2a2b5c3bba086a4d8a4c authored over 8 years ago
Uploading top20 from mem and cpu profiles

e868d2a126ac485f0cf6ee1422e565b19915889f authored over 8 years ago
Update

77a48f076f9d8ab4ea3dd99caedbfdc32ddb6203 authored over 8 years ago
Update

d8e959c4d9e3d41eb26c5906525abc2ac4260022 authored over 8 years ago
Replace gotomic hash with simple sharded hash

f7a5c87d0379e4af94173094f221637c78d32c7b authored over 8 years ago
Add documentation on how to symlink git hooks

a6a240307ef0f5167ea6d5abac05d8f74b1ac1b8 authored over 8 years ago
Support long lines in rdf files.

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

8c034ccd3b39ba4034727ca26e7839893629e71c authored over 8 years ago
Update IsDebug to Params.IsDebug

2e798391090e75770c26750948aebc051aad9eeb authored over 8 years ago
Move subgraph fields to struct

58fd407992b2c66530ee9eecbd936960c43fab17 authored over 8 years ago
add type validation in mutations

578ad14a879693a0cdacaadb8e1638193542d804 authored over 8 years ago
Script to run go tests and make them colorful.

3269e3df2582ad06901230c50b38d8745d1d4f73 authored over 8 years ago
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

b878024c4af1ae54dc1500ce074e1db6b06fc19d authored over 8 years ago
Support snapshots and checkpoints for RocksDB. Checkpointing is new --- it is not in RocksDB C API and not in gorocksdb.

19f777f0457c0ed6c34ee3fd35972705ab59da08 authored over 8 years ago
Improvements to ToProtocolBuffer

3f7bbc3619e1723ca4dd922224e302f878faef1c authored over 8 years ago
Small fix: Use x.Trace for mutation errors in AddMutationWithIndex

d84798e49238ab52cdb4b230054f4d878aad27a1 authored over 8 years ago
Update flags in shell scripts run by travis

1f751a18b5e926db24bef2088e18dee9caa6aac5 authored over 8 years ago
Breaking change: Remove camelcasing from flags and make them shorter. Remove unused flag. Small formatting changes.

602026e1bfc0df2e27667f722c86dfccc979ffff authored over 8 years ago
Shutdown without exit call

Comment

Update

10ccb1b4067157fee83b3ec04e2e4e6e9a117227 authored over 8 years ago
Minor improvements to loader

833d7e1dff195092255cdd9c0bbfffb1e2c460fc authored over 8 years ago
Disable stack trace by default

c42d8b15ba483c50e8d9cac53ac7f1f2a5d9511f authored over 8 years ago
Support field-alias in GraphQL

0ae39a7f93366f16cca4ad15aab615412af9b68b authored over 8 years ago
Lighten the tough stance on using Github Issues

97692fcdc60cd15876246ea8e3ebff179dd985fe authored over 8 years ago
Have /query endpoint, add travis key

b1518372e8141e170455eab948192e5f23e5500f authored over 8 years ago
Enable monitoring through /debug/pprof endpoint

6e5ee64cf2adae2fd0dbf7d660a210131c4d1c03 authored over 8 years ago
Revert "Update"

This reverts commit 2d930847568e25333a39d34a969c685a434d0546.

68c6981ae719e71644da20911bd247edb9dd6169 authored over 8 years ago
Update

2d930847568e25333a39d34a969c685a434d0546 authored over 8 years ago
Run dgraphmerge on travis, upload mem and cpu profile for dgraph server

767eaa367964fa27aa53751c6f9caa19a3f25972 authored over 8 years ago
Fix travis for RocksDB 4.9.0

58a3e668009c75637d8a38f2fef1309b9731f5f0 authored over 8 years ago
Remove gorocksdb. Update cockroachDB.

39e92235fdc253217c552dc409a5500e3b6dc9c2 authored over 8 years ago
Fix some race conditions due to worker state.pools

fc63bd02ebfc88f9c8e8c28800d8b1405de27ab2 authored over 8 years ago
Fix worker_test

b67b201955022482432d554d1ed22fafac859b2f authored over 8 years ago
support NQuads as mutation input from Go Client

5de232ed43a7c357ce790c0cd56f1bdf08f6f8b6 authored over 8 years ago
Clean exit server through client

13c1fec7a863912123459e3dca38447a29daffc1 authored over 8 years ago
Send notifications from travis to [email protected]

6adc820ad08af4e948b0679a7505abfd11b76dde authored over 8 years ago
Bug Fixes: Handle a few edge cases in posting/list.go, and thoroughly test list.go

ee8f6bba0917b4cc49e87d44c87f4667f8daaff7 authored over 8 years ago
Handle the 3rd test case

bec8ee34a308c587b0270df35a57d1088aa48dc3 authored over 8 years ago
Use math/rand to aid with generating UIDs

491687540fd27d3fc728b4ee54223a4531b67688 authored over 8 years ago
Allow index to be undefined and disabled

4da89f35b6cf7a80a964f87063a1ffa22f8b5ff6 authored over 8 years ago
add basic type support(scalar types) with schema

3eae46571ef646000995f902a7cb3ede68b11c70 authored over 8 years ago
fix/checkFlagsAndInitDir

c108ab615d4f890558cf784d8314fac909824c1f authored over 8 years ago
Use cmux to server HTTP and gRPC in same port

734790299777c06e29c040b8f6220d84fb0df31b authored over 8 years ago
Remove Cache from Commit Logs, decouple posting lists and Commit Logs

ca01cbe30b88b22fedba009fdbf2f6619e68da27 authored over 8 years ago
Index using posting lists. Only exact term matching for now.

e04366d6fc9f1440a7a3f4d2e1f0d9834d1f4f87 authored over 8 years ago
Auto-assign uids using _new_

5dad80b23ca0caff57daaa45ac4abab3d123e5f8 authored over 8 years ago
Add --maxroutines flag.

Added the maxroutines flag to dgraphassigner and dgraphloader. This
flag is used in the cases wh...

8f54f52cb12660584106881ede3337213f73cde4 authored over 8 years ago
Fix GoErrCheck output for list.go

df987398b0b696de2ef8d5ca8a18e06968e12cec authored over 8 years ago
Lint warning regarding 1 add and 1 subtract

4000a2dae29c493e284482d4f006433a99bd0e2c authored over 8 years ago
Fix bugs. Improve testability

f9c7faa0b816f48ef66b76f1372bde2ce7963e4a authored over 8 years ago
Document loader package

41b07a1ff45a6269da6e9357e13c5a1bf3ad3929 authored over 8 years ago
Document uid package

d671c9649ff8fc76f807aee2ba8be90bfe6bccaa authored over 8 years ago
Ensure variable is defined

6700ceb47512dd2da4887a60583feab90f567490 authored over 8 years ago
Sync gotomic to fix race detector errors

7471d9ad075b526dca0fc83ccdfd0053227cd4d0 authored over 8 years ago
Add algo package and Dave Cheney's errors package

7fd40c8af341bcb052b4763f8e1d2d02efe1f82b authored over 8 years ago
Merge branch 'release/v0.4.4'

aa7f8cdc01f32a8a3f77059e5687ecdbf7841c24 authored over 8 years ago
Dont strip binaries on Mac

487918dc5c46e63abefebc86f2cbe007f9845f07 authored over 8 years ago
Add set -e to load-test.sh

803baeb40a418a57772acd01814357ab71af323d authored over 8 years ago
Reducing memory further

42dd7e13809b5d66eb76fbfde008b14f31676f2c authored over 8 years ago
Reducing stw_ram_mb in travis tests so that they don't panic

d2b73e84be42bde3d4f6ab120c77937274e97b74 authored over 8 years ago
Fix dgraphmerge, meminfo from Alloc

01bbadc8b1f9f1751a392e898f8028fa9790312f authored over 8 years ago
Bump up version to 0.4.4

35a04c34c498ce065235a983335fb5e128a7054a authored over 8 years ago
Update README to clarify position on GraphQL

b62334b8d74263c64186f85e920f33ff76ed1380 authored over 8 years ago
Add x.Init and x.AddInit

7c0b59afc3e8886a44a6f34f45904792e13f8962 authored over 8 years ago
Merge conflict. Need another commit to fix

7c078901326dc428c2c0cb2ad9fbd4315e6ebd2d authored over 8 years ago
Merge fix/blockcache to master

da75ea9996d8cf1cd981372f57ed08e84adfcfbe authored over 8 years ago
Adding simple end to end test for Dgraph server

c894dbbfcaa00ebfd6403159da43f84cd6305e09 authored over 8 years ago
Add tests for PopulateShard RPC

e0a8433141a6bf623f16657e1c587bf2ef6df892 authored over 8 years ago
Allow variables map to be stringified

d2efd550f1bc702d105eaec073706aee74c829cb authored over 8 years ago
Get memory usage using ps, grep

6e588eb6a1016ed92bf4f81465f0a8fdaf184c1d authored over 8 years ago