Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

izolot/edge-parser

Repository files navigation

Codacy Badge Build Status

Instalation:

 git clone https://github.com/izolot/edge-parser.git
 cd edge-parser
 python3 -m venv env
 source env/bin/activate
 pip3 install -r requirements.txt
 export PYTHONPATH=$PYTHONPATH:$PWD/edge-parser/

Settings:

 nano config.py
class Config(object):
   DEBUG = False
   TESTING = False
   ARCHIVE_PATH = "full path to archive"

cameras.config - file for parser, it is include path to different cameras in one big archive. Those paths needs for quick search.

TODO TASKS

  • api for add camera(camera.config)
  • show structure dirs
  • remove temp files

About

Parser archive edge data from server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages