Sign inSign up

jaeo/dxlab-smart-cities

By jaeo

•Updated almost 9 years ago

Dxlab Smart Cities Natal 2017

Image
0

893

jaeo/dxlab-smart-cities repository overview

⁠Visualization of Big Urban Data

2nd French-Brazilian School on Big Data and Smart Cities⁠, Natal, 8-10 November 2017.

⁠Requirements

⁠Installation/Configuration

⁠Data Sience Lab Material (dxlab)

The material is divided in 2 parts:

Download both parts. Unzip dxlab-smart-cities-ds/data.zip into dxlab-smart-cities/notebook/data.

IMPORTANT:

  • dxlab-smart-cities-ds is already available for download.
  • dxlab-smart-cities will be available the 1st day of the school.
⁠Access Tokens

The exercies use Mapbox⁠ and Google Maps⁠ APIs. The APIs require an access token/key for use. Follow the instructions on each site for obtaining your tokens:

⁠Docker

Docker⁠ is a platform for creating and running containerized apps. You have 2 options for running docker:

If you encounter one of the following error messages:

  • VT-x/AMD-V hardware acceleration is not available on your system
  • This host supports Intel VT-x, but Intel VT-x is disabled
  • The processor on this computer is not compatible with Hyper-V

Follow this instructions⁠ for enabling virtualization in your machine. For any other problems google is your friend⁠.

⁠Forwarding ports

Only for Docker Toolbox Users

The exercises require to forward ports to the default virtual machine. Open Virtual Box and fordward the following ports (how to forward ports⁠):

  • 8080:8080
  • 4040:4040
⁠Docker Dependencies

The tutorial depends on 2 docker images:

These images are in a public repository. You can download them by opening a Docker Quick Start Terminal (or a clasical terminal if not running Docker Toolbox) and executing the following command:

$ docker pull jaeo/dxlab-smart-cities rabbitmq:3-management

You can verify the existence of the images in your machine by executing:

$ docker images

Tag summary

Content type

Image

Digest

Size

796.9 MB

Last updated

almost 9 years ago

docker pull jaeo/dxlab-smart-cities