Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

openrelik/openrelik-worker-bulkextractor

Repository files navigation

Caution

NOTICE - DO NOT USE

This repository has been archived and moved to https://github.com/openrelik/openrelik-workers/

OpenRelik Worker for BulkExtractor

This repository contains the OpenRelik worker designed to interact with BulkExtractor. It processes files using BulkExtractor to identify and extract various types of information.

Features

  • Integrates BulkExtractor into the OpenRelik processing pipeline.
  • Consumes tasks from a Redis queue.
  • Stores processed results.

Prerequisites

  • Docker
  • Docker Compose
  • An accessible Redis instance.

Installation

To deploy this worker, add the following service definition to your docker-compose.yml file:

  openrelik-worker-bulkextractor:
    container_name: openrelik-worker-bulkextractor
    image: ghcr.io/openrelik/openrelik-worker-bulkextractor
    restart: always
    environment:
      - REDIS_URL=redis://openrelik-redis:6379
    volumes:
      - ./data:/usr/share/openrelik/data
    command: "celery --app=src.app worker --task-events --concurrency=1 --loglevel=INFO -Q openrelik-worker-bulkextractor"

About

Extract information using bulkextractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors