-
Updated
Apr 14, 2022 - Go
graph-database
Here are 587 public repositories matching this topic...
-
Updated
May 6, 2022 - C++
-
Updated
May 3, 2022 - Java
-
Updated
May 5, 2022 - Java
-
Updated
May 5, 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
In many places in Gaffer, correct logging string formatting is used:
https://github.com/gchq/Gaffer/blob/fb63fc25be2f01d6476d1010780500cb0856b6c4/store-implementation/accumulo-store/src/main/java/uk/gov/gchq/gaffer/accumulostore/operation/hdfs/handler/AddElementsFromHdfsHandler.java#L254
However, in some places, string concatenation is incorrectly used instead:
https://github.com/gchq/Gaffer/
-
Updated
May 5, 2022 - C
-
Updated
May 6, 2022 - JavaScript
-
Updated
May 6, 2022 - Java
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.
-
Updated
Aug 23, 2021 - JavaScript
This enable more portability on Linux platform.
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
Apr 11, 2022 - C
-
Updated
Oct 6, 2021
-
Updated
Mar 19, 2022 - Go
-
Updated
Sep 27, 2021 - C++
-
Updated
Apr 22, 2020 - Java
-
Updated
May 5, 2022 - Ruby
-
Updated
May 5, 2022 - Python
-
Updated
Apr 26, 2022 - Java
-
Updated
May 5, 2022 - Java
-
Updated
Apr 13, 2022
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