Giter Club home page Giter Club logo

Comments (4)

tzuryby avatar tzuryby commented on September 26, 2024

free and open source distribution can work with the MaxMind GeoLite version, which updated by them periodically.

The premium service has a daily update.

from curiefense-emissary-poc.

sagikazarmark avatar sagikazarmark commented on September 26, 2024

The question is, how do we do that on the Curiefense side. For example: if I have a MaxMind subscription, how would I use those databases?

Do I upload them to a storage bucket/git repo?

Also, even the free version needs updating. How does that work?

from curiefense-emissary-poc.

tzuryby avatar tzuryby commented on September 26, 2024

the api for blobs - /b/ endpoint is designed for this one. to push push updates of maxmind.

curl -X 'GET' \
  'http://localhost:30000/api/v2/configs/master/b/' \
  -H 'accept: application/json'

Responds with

[
  {
    "name": "geolite2asn"
  },
  {
    "name": "geolite2country"
  },
  {
    "name": "geolite2city"
  }
]

Then you can use the PUT method to update with the new binaries (b64 encoded)

{"format": "base64", "blob": "maxmind-binary-encoded-content"}

from curiefense-emissary-poc.

sagikazarmark avatar sagikazarmark commented on September 26, 2024

Excellent, thank you!

from curiefense-emissary-poc.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.