Location of ip_lookups.json enrichment file

I am using Scala stream enricher, my command to run enricher is :-

nohup java -jar snowplow-stream-enrich-kafka-0.16.0.jar --config my.stream.new.conf --resolver file:iglu_resolver.json --enrichments file:./enrichments &

In which location I have to put ip_lookups.json file to achieve ip_lookup enrichment.

If you’re referencing enrichments on the local filesystem as in the command above you’ll need to put any of the enrichment JSONs in the enrichments/ folder.

thanks @mike…how can I integrate max-mind with snowplow?

Hey @vinayakfutak, you can have a look at the dedicated wiki page.