-
Updated
Jan 31, 2021 - Go
graph-database
Here are 482 public repositories matching this topic...
-
Updated
Jan 29, 2021 - C++
- Support
multi vid_ref_expressioninfrom clause. - Support
uuidinwhere clause.
issue from vesoft-inc/nebula-java#81
-
Updated
Jan 28, 2021 - Java
The doc on https://docs.janusgraph.org/basics/schema/#automatic-schema-maker says automatically created property key has data type Object.class
By default, implicitly created edge labels have multiplicity MULTI and implicitly created property keys have cardinality SINGLE and data type Object.class.
However, my testing shows that Default Schema Maker automatically infers the type of propert
-
Updated
Jan 31, 2021 - Java
Refactor existing hashCode() to include class for methods using the Apache Commons Lang 3 style
Append class to all HashCodeBuilders in Gaffer for the below issue to minimise hash collisions.
@Test
void name() {
Foo foo = new Foo();
Bar bar = new Bar();
assertFalse(foo.equals(bar));
assertNotEquals(foo.hashCode(), bar.hashCode()); //fails
}
class Bar {
int a = 3;
@Override
public int hashCode() {
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
Jan 29, 2021 - JavaScript
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
Jan 29, 2021 - Java
-
Updated
Jan 29, 2021 - Java
-
Updated
Jan 31, 2021 - C
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 (doall 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
Nov 12, 2020 - C
Once #157, it'd be great to add support for batch importing from a CSV file. CSV would act as a decent lowest-common-denominator format. In the future, other formats could be added as well (e.g. RDF XML) based off demand.
-
Updated
Apr 22, 2020 - Java
-
Updated
Jan 20, 2021
-
Updated
Feb 27, 2017 - Ruby
-
Updated
Nov 30, 2020 - Go
-
Updated
Jan 22, 2021 - Python
-
Updated
Dec 16, 2020 - Java
-
Updated
Jan 19, 2021 - Java
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
-
Updated
Nov 10, 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