Skip to content

Small and efficient text analyser for detecting trends.

License

Notifications You must be signed in to change notification settings

Gravitalia/Squid

Squid 🦑

Like the number of squid species and their agility, Squid adapts to all systems to analyze in real time the messages & hashtags.

Goals

  • Trend detection
  • Ranking of recent hashtags
  • Detection of propaganda content (soon)

Squid is not a search engine as such.

Start Squid

docker-compose.yaml

squid:
  image: ghcr.io/gravitalia/squid
  container_name: Squid
  ports:
    - 5555:5555
  volumes:
    - ./config.yaml:/config.yaml

From source

  1. Clone this repository with git:

    git clone https://github.com/Gravitalia/Squid
    cd squid
    
  2. Build with bazel:

    bazel build //...
    
  3. Run with bazel:

    bazel run //squid
    

License

Apache 2.0

About

Small and efficient text analyser for detecting trends.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks