Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 820 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 820 Bytes

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