Coder Social home page Coder Social logo

beehive's Introduction

beehive

License

This repository acts as a connector of all necessary beehive components by using submodules for an easier overview.

Installation

First of all clone the repository with:

git clone https://github.com/beehive-spg/beehive.git

After that the submodules have to be downloaded. This can be done by issuing the following commands:

git submodule update --init --recursive

The repository includes a docker-compose.yml file, which starts up all containers needed for Beehive to work properly. The Frontend, Backend, Routing and Generator images will all be pulled from docker-hub, only the database image has to be built manually.

Database Docker Image

To build the database image the following commands will have to be executed:

# go to db directory
cd database

# build beehive-database image
docker build --build-arg username=<USERNAME> --build-arg password=<DOWNLOAD_KEY> -t beehive-database .

Replace <USERNAME> and <DOWNLOAD_KEY> with your Datomic email address and download key.

Generator Environment Variables

For the Generator to work properly an environment file is needed. It should be named .env_generator and located in the main directory.

GOOGLE_API_KEY=<GOOGLE_MAPS_GEOCODING_API_KEY>

Replace <GOOGLE_MAPS_GEOCODING_API_KEY> with your own API key aquired from here.

Start the Application

After building the database image locally the docker-compose file can be started with:

docker-compose up

Docker-Hub Links

Component Repository Links

For details on how to interact with the individual components see the following links:

beehive's People

Contributors

astwys avatar langhaarzombie avatar

Stargazers

Dan Jay avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.