Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jplusplus/detective.io

Detective.io is a platform that hosts your investigation and lets you make powerful queries to mine it. Simply describe your field of study and detective.io builds the input interface as well as a state-of-the-art front-end.
https://github.com/jplusplus/detective.io

Last synced: about 2 months ago
JSON representation

Detective.io is a platform that hosts your investigation and lets you make powerful queries to mine it. Simply describe your field of study and detective.io builds the input interface as well as a state-of-the-art front-end.

Awesome Lists containing this project

README

        

# Detective.io [![Build Status](https://travis-ci.org/jplusplus/detective.io.svg?branch=master)](https://travis-ci.org/jplusplus/detective.io)

[Download](https://github.com/jplusplus/detective.io/archive/master.zip) •
[Fork](https://github.com/jplusplus/detective.io) •
[License](https://github.com/jplusplus/detective.io/blob/master/LICENSE) •
[Test coverage](https://coveralls.io/r/jplusplus/detective.io) •
[Documentation](http://docs.detective.io/en/latest/) •
*Version 1.12.13 Gorilla*

## Installation

See also the [full installation guide](http://docs.detective.io/en/latest/installation.html).

**1. Prerequisite**
```bash
sudo apt-get install build-essential git-core python python-pip python-dev libmemcached-dev libpq-dev libxslt1-dev libxml2-dev libxml2 libjpeg8-dev
sudo pip install virtualenv
```

**2. Download the project**
```bash
git clone [email protected]:jplusplus/detective.io.git
cd detective.io
```

**3. Install**
```bash
make install
```

## Run in development
```bash
make run
```

Then visit [http://127.0.0.1:8000](http://127.0.0.1:8000)

## Technical stack

This small application uses the following tools and opensource projects:

* [Django Framework](https://www.djangoproject.com/) - Backend Web framework
* [Neo4django](https://github.com/scholrly/neo4django) - Object Graph Mapper for Neo4j
* [Tastypie](https://github.com/toastdriven/django-tastypie) - RestAPI for Django
* [AngularJS](https://angularjs.org/) - Javascript Framework
* [UI Router](https://github.com/angular-ui/ui-router) - Application states manager
* [Underscore](http://underscorejs.org/) - Utility library
* [Bootstrap](http://getbootstrap.com/) - HTML and CSS framework
* [Less](http://lesscss.org/) - CSS pre-processor
* [CoffeeScript](http://coffeescript.org/)