Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Open-Network-Insight/spot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Apache Spot (Incubating)

Apache Spot is open source software for leveraging insights from flow and packet analysis. It helps enterprises and service providers gain insight on their compute environments through transparency of service delivery and identification of potential security threats or attacks happening among resources operating at cloud scale.

While current threat intelligence tools help, identifying unknown threats and attacks remains a challenge. Apache Spot provides tools to accelerate companies’ ability to expose suspicious connections and previously unseen attacks using flow and packet analysis technologies.

Project Structure

Each project sub folder is intended to be the source for the Apache Spot organization on the Docker Hub

spot-dev

The spot-dev image is a full development virtual machine that contains the following:

  • Development Dependencies
  • Working CDH distribution
  • links to synthetic data

spot-demo

the spot-demo is the source for apachespot/spot-demo

Prerequisites

  • Docker

Build

for an example build we will use the spot-demo

  1. download source code git clone https://github.com/Open-Network-Insight/spot-docker

  2. select project folder cd spot-demo

  3. build image docker build -t spot-demo .

    a. the -t [value] names and optionally tags the build image

    b. the . tells docker to look in the current folder for the Dockerfile

  4. run the image docker run -it -p 8889:8889 spot-demo

Needs

  • Automation scripts to download code from git repository at build time
  • Automated builds

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published