Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Banno/whampire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whampire

This repo is an example Mesos Framework built at the MesosCon 2015 Mesos Hackathon.

logo

The framework comes with a scheduler and executor that work together to scrape web urls.

Our goals were to:

  • Learn the basics of Mesos Framework internals
  • Utilize an API in the scheduler
  • Integrate a database for persistant storage

Building

Build the scheduler:

$ go build -o whampire_scheduler

Build the executor:

$ cd executor
$ go build -o whampire_scheduler

Running

$ export ACCESS_KEY=<CHANGEME>
$ export SECRET_KEY=<CHANGEME>
$ ./whampire_scheduler --master=127.0.0.1:5050 --executor="./executor/whampire_executor" --logtostderr=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published