You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Marko Rodriguez <ok...@gmail.com> on 2015/08/28 15:41:16 UTC

On using consistent configuration key schemas.

Hi,

I was looking at Daniel's code for BulkLoaderVertexProgram and noticed:

	gremlin.bulkLoader.intermediateBatchSize

However, for other VertexPrograms we use the following convention:

	gremlin.pageRankVertexProgram.pageRank

In general, if you write a VertexProgram, be sure to use the same convention for your key configurations.

	gremlin.<vertexProgramNameClassName>.<configurationKey>

Likewise, for any configurations, be sure to look at existing work in the same area of the codebase and follow the convention already established.

Thank you,
Marko.

http://markorodriguez.com