Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
/ effechecka Public archive
forked from jhpoelen/effechecka

create taxonomic checklists and monitor biodiversity data access

License

Notifications You must be signed in to change notification settings

bio-guoda/effechecka

 
 

Repository files navigation

Build Status

effechecka

Web API to generate taxonomic checklist, occurrence lists and to help monitor biodiversity data access.

For more information, please visit our wiki.

For projects/prototypes using this api, please see http://effechecka.org or http://gimmefreshdata.github.io.

running

standalone

to run the effechecka webservice: sh run-hdfs.sh

marathon

In the marathon interface, create an app for the spark dispatcher and effechecka api. You can see the list of configured apps at http://mesos03.acis.ufl.edu:8080/v2/apps. The spark dispatcher and Effechecka app app configs should look like the config below. For more information, see guoda-marathon-config.json.

{
  "apps": [
    {
      "id": "/spark-mesos-cluster-dispatcher",
      "cmd": "cd spark-2.2.0-bin-hadoop2.7 && chmod u+x bin/spark-class && echo spark.mesos.maxDrivers=1 > conf/spark-defaults.conf && echo \"spark.mesos.driverEnv.HADOOP_LIBEXEC_DIR=/usr/lib/hadoop/libexec\" >> conf/spark-defaults.conf && bin/spark-class org.apache.spark.deploy.mesos.MesosClusterDispatcher --master mesos://zk://mesos02:2181,mesos01:2181,mesos03:2181/mesos",
      "args": null,
      "user": null,
      "env": {},
      "instances": 1,
      "cpus": 1,
      "mem": 1024,
      "disk": 0,
      "executor": "",
      "constraints": [
        [
          "hostname",
          "CLUSTER",
          "mesos07.acis.ufl.edu"
        ]
      ],
      "uris": [
        "http://mirror.reverse.net/pub/apache/spark/spark-2.2.0/spark-2.2.0-bin-hadoop2.7.tgz"
      ],
      "fetch": [
        {
          "uri": "http://mirror.reverse.net/pub/apache/spark/spark-2.2.0/spark-2.2.0-bin-hadoop2.7.tgz",
          "extract": true,
          "executable": false,
          "cache": false
        }
      ],
      "storeUrls": [],
      "ports": [
        10000
      ],
      "requirePorts": false,
      "backoffSeconds": 1,
      "backoffFactor": 1.15,
      "maxLaunchDelaySeconds": 3600,
      "container": null,
      "healthChecks": [],
      "dependencies": [],
      "upgradeStrategy": {
        "minimumHealthCapacity": 1,
        "maximumOverCapacity": 1
      },
      "labels": {},
      "acceptedResourceRoles": null,
      "ipAddress": null,
      "version": "2017-11-09T16:08:25.487Z",
      "versionInfo": {
        "lastScalingAt": "2017-11-09T16:08:25.487Z",
        "lastConfigChangeAt": "2017-11-09T16:08:25.487Z"
      },
      "tasksStaged": 0,
      "tasksRunning": 1,
      "tasksHealthy": 0,
      "tasksUnhealthy": 0,
      "deployments": []
    },
    {
      "id": "/effechecka-api",
      "cmd": "cd effechecka-master && chmod u+x run-hdfs.sh && ./run-hdfs.sh",
      "args": null,
      "user": null,
      "env": {
        "HADOOP_PREFIX": "/usr/lib/hadoop",
        "HADOOP_HOME": "/usr/lib/hadoop",
        "HADOOP_CONF_DIR": "/etc/hadoop/conf",
        "HADOOP_USER_NAME": "hdfs",
        "HADOOP_LIBEXEC_DIR": "/usr/lib/hadoop/libexec"
      },
      "instances": 3,
      "cpus": 1,
      "mem": 2048,
      "disk": 0,
      "executor": "",
      "constraints": [
        [
          "hostname",
          "UNIQUE"
        ]
      ],
      "uris": [
        "https://github.com/bio-guoda/effechecka/archive/master.zip",
        "https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15.zip"
      ],
      "fetch": [
        {
          "uri": "https://github.com/bio-guoda/effechecka/archive/master.zip",
          "extract": true,
          "executable": false,
          "cache": false
        },
        {
          "uri": "https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15.zip",
          "extract": true,
          "executable": false,
          "cache": false
        }
      ],
      "storeUrls": [],
      "ports": [
        32000
      ],
      "requirePorts": false,
      "backoffSeconds": 1,
      "backoffFactor": 1.15,
      "maxLaunchDelaySeconds": 3600,
      "container": null,
      "healthChecks": [
        {
          "path": "/checklist?taxonSelector=Aves%2CInsecta&wktString=POLYGON%20((-72.147216796875%2041.492120839687786%2C%20-72.147216796875%2043.11702412135048%2C%20-69.949951171875%2043.11702412135048%2C%20-69.949951171875%2041.492120839687786%2C%20-72.147216796875%2041.492120839687786))&limit=20",
          "protocol": "HTTP",
          "gracePeriodSeconds": 300,
          "intervalSeconds": 60,
          "timeoutSeconds": 20,
          "maxConsecutiveFailures": 3,
          "ignoreHttp1xx": false,
          "port": 32000
        }
      ],
      "dependencies": [],
      "upgradeStrategy": {
        "minimumHealthCapacity": 1,
        "maximumOverCapacity": 1
      },
      "labels": {},
      "acceptedResourceRoles": null,
      "ipAddress": null,
      "version": "2018-05-22T16:57:13.735Z",
      "versionInfo": {
        "lastScalingAt": "2018-05-22T16:57:13.735Z",
        "lastConfigChangeAt": "2018-05-22T16:57:04.866Z"
      },
      "tasksStaged": 0,
      "tasksRunning": 3,
      "tasksHealthy": 0,
      "tasksUnhealthy": 0,
      "deployments": [
        {
          "id": "e60a92ea-fc41-4184-b474-8a857d5c4551"
        }
      ]
    }
  ]
}

About

create taxonomic checklists and monitor biodiversity data access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 92.2%
  • HTML 7.0%
  • Other 0.8%