cisco-ie / embrace-graph-database

DevNet Create 2019 - Embrace the Graph Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embrace-graph-database

Embrace the Graph Database
DevNet Create 2019 | Presentation

Learn about graph databases like ArangoDB and the powerful capabilities they provide. Apply them with IoT concepts and create useful visualizations and powerful queries to accomplish what is typically complex or computationally expensive with other domains of databases.

Note: This repository should not be taken as best practice example for code development or structure, but as an example PoC. This is not an official product of Cisco.

Objectives

  • Provide a quick introduction to graph algorithms
  • Provide a quick introduction to graph databases
  • Create a sample environment/application which exposes information to simulated IoT cloud
  • Explore sample dashboards in Grafana
  • Explore ArangoDB interface
  • Create custom graph visualizations
  • Express the power of graph database queries

Prerequisites

In order to complete this lab you will need a development workstation with Docker, and other fundamental tools installed. :)

  • Docker [CE]
    • Community Edition is fully capable.
  • Docker Compose
    • Installed by default on MacOS and Windows Docker.
    • Linux requires separate installation of the component.
  • Web browser
    • Latest versions of most browsers work.
    • Firefox or Chrome recommended.

Install Docker CE

Get the code!

You're ready to workshop!

Usage

This stack should work across any OS that supports the prerequisited Docker CE installation. All processes are containerized and deployable via Docker Compose. If you are running pre-existing Docker containers, ensure that there are no port conflicts in the docker-compose.yml file.

Explanation of the components is provided in the Embrace the Graph Database PowerPoint.

Get Started

The following expects you to utilize a terminal of some kind, also known as command prompt in Windows.

# Get the code!
git clone https://github.com/cisco-ie/embrace-graph-database
cd embrace-graph-database
# If you have never run Docker Compose before...
./setup.sh # MacOS or Linux
.\setup.bat # Windows
# Start the stack!
./start.sh # MacOS or Linux
.\start.bat # Windows
# See what's running!
docker-compose ps
# Shut it down when you're done!
./stop.sh # MacOS or Linux
.\stop.bat # Windows

Web Interfaces

The following listings detail ports made available over HTTP to explore the stack.

Help!

If you require any assistance, please open an issue in this repository, or reach out to:

About

DevNet Create 2019 - Embrace the Graph Database

License:MIT License


Languages

Language:HTML 50.3%Language:Python 45.1%Language:Dockerfile 2.1%Language:Batchfile 1.0%Language:Shell 0.9%Language:JavaScript 0.5%Language:CSS 0.2%