-
Updated
Oct 15, 2020 - Go
graph-database
Here are 462 public repositories matching this topic...
-
Updated
Oct 15, 2020 - C++
- Support
multi vid_ref_expressioninfrom clause. - Support
uuidinwhere clause.
issue from vesoft-inc/nebula-java#81
-
Updated
Oct 15, 2020 - Java
Describe the feature:
We already dropped ganglia in version 0.6.0.
Describe a specific use case for the feature:
It be good to remove these changes, to prevent confusion.
-
Updated
Oct 9, 2020 - Java
This will be a breaking change so needs to be done with a major release.
Currently OperationDetail and OperationField are inner classes within OperationServiceV2. These should be in their own outer classes for ease of serialisation and consistency.
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
Oct 15, 2020 - Python
If you do object.association.distinct.other_association, the distinct goes away.
This is probably good for the simple implementation, but we could have a WITH DISTINCT automatically go in there on the second association
-
Updated
Oct 14, 2020 - Java
-
Updated
Oct 15, 2020 - Java
2 * X queries vs. 1
currently a single transaction with a batch X of documents does 2 * X SQL queries.
it looks whether the document exists first and then inserts or updates it:
(defrecord JdbcDocumentStore [ds dbtype]
db/DocumentStore
(submit-docs [this id-and-docs] ;; batch of documents
;; ...
(doseq [[id doc] id-and-docs
(if-not (do-
Updated
Oct 15, 2020 - C
-
Updated
Jul 14, 2020 - C
all of the cors_catch wrapper stuff should be moved to http_request_expansion
Example
https://github.com/Anniepoo/identity/blob/master/prolog/identity/identity.pl
-
Updated
Sep 23, 2020 - Rust
-
Updated
Apr 22, 2020 - Java
-
Updated
Sep 2, 2020
-
Updated
Feb 27, 2017 - Ruby
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Groovy
-
Updated
Jul 27, 2020 - Java
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
-
Updated
Oct 13, 2020 - Kotlin
Improve this page
Add a description, image, and links to the graph-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graph-database topic, visit your repo's landing page and select "manage topics."
Description