Skip to content

DIMO-Network/privacy-processor

Repository files navigation

Privacy Processor

Allow DIMO users to specify privacy zones, in the form of H3 indices, where all location data will be obscured.

Documentation

DIMO documentation

Deploy Locally

  1. From the root, copy contents of settings.sample.yaml using:

    cp settings.sample.yaml settings.yaml
    
  2. From the same folder, run processor:

    go run ./cmd/privacy-processor

Testing

go test ./internal/processors

License

Apache 2.0