GithubHelp home page GithubHelp logo

bot-network-api's Introduction

Bot Network API Build Status

This project works as the interface between the underlying Postgres database and the simulation program. It provides a set of database entities and repositories to access said entities.

Requirements

The basic requirement is that you have Java, Git, Maven, and Postgres installed.

There is a presumption that you have setup a database named 'dengue' which contains all of the relevant schema's for the project as a whole (TwitterRank, Data Crawling, etc.). This project requires a separate schema to store it's tables, run the setup file (as shown below) to create it.

$ psql -f schema_setup.sql -d dengue

The hibernate/spring configuration is handled in the simulation program.

Installation

Clone the repository to a local directory:

$ git clone https://github.com/JonoCX/bot-network-api.git

Move into the directory and use Maven to install the project:

$ cd bot-network-api

$ mvn clean install

Add the project as a dependency in your project (in the pom.xml)

<dependency>
    <groupId>uk.ac.ncl.botnetwork</groupId>
    <artifactId>bot-network-api</artifactId>
    <version>0.4</version>
</dependency>

Misc

Java documentation available here

bot-network-api's People

Contributors

calmcalmuncle avatar jonocx avatar

Watchers

 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.