for example,
for sf0.1, have many datasets, like social_network-sf0.1-CsvBasic-LongDateFormatter.tar.zst, social_network-sf0.1-CsvCompositeMergeForeign-LongDateFormatter.tar.zst and so on.
My questions are:
Which dataset does the pre generated validation parameters from?
If the validation parameters are from A dataset, and my database imports B dataset, is it Ok?
The Neo4j implementation uses the social_network-csv_composite-longdateformatter-sf* data sets, see the its README
Yes, each implementation is free to select the format of its input data (e.g. CSV with CompositeMergeForeign layout, Turtle, CSV with CompositeProjectedFK layout and LongDateFormatter-formatted strings, etc.)
for example, for sf0.1, have many datasets, like social_network-sf0.1-CsvBasic-LongDateFormatter.tar.zst, social_network-sf0.1-CsvCompositeMergeForeign-LongDateFormatter.tar.zst and so on. My questions are: