-
Updated
Jan 26, 2022 - Go
graph-database
Here are 570 public repositories matching this topic...
-
Updated
Jan 30, 2022 - C++
-
Updated
Jan 26, 2022 - Java
In Chapter 5. Schema and Data Modeling first there is paragraph:
The default cardinality setting is SINGLE. Note, that property keys used on edges and properties have cardinality SINGLE. Attaching multiple values for a single key on an edge or property is not supported.
and then example:
mgmt = graph.openManagement()
follow = mgmt.makeEdgeLabel('follow').multiplicity(MULTI).make()
-
Updated
Jan 28, 2022 - Java
-
Updated
Jan 30, 2022 - Go
See #1029
Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.
In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f
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
Jan 27, 2022 - JavaScript
-
Updated
Jan 30, 2022 - C
-
Updated
Jan 29, 2022 - Java
-
Updated
Aug 23, 2021 - JavaScript
Feature description (Mandatory)
Please add the capability to specify the type of array instead of defaulting to string. i.e.
apoc.array.int()
How this feature can improve the project?
By default, it is created as a string. Some customers have asked for the ability to hint at the data type.
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
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
Jan 27, 2022 - C
-
Updated
Jan 3, 2022 - Go
-
Updated
Oct 6, 2021
-
Updated
Sep 27, 2021 - C++
-
Updated
Apr 22, 2020 - Java
-
Updated
Jan 28, 2022 - Python
-
Updated
Jan 24, 2022 - Ruby
-
Updated
Sep 3, 2021 - Java
-
Updated
Jan 29, 2022 - Java
-
Updated
Dec 2, 2021
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