Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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.
- Host: GitHub
- URL: https://github.com/jplusplus/detective.io
- Owner: jplusplus
- License: lgpl-3.0
- Created: 2013-07-15T10:54:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T08:52:29.000Z (over 9 years ago)
- Last Synced: 2024-04-14T04:55:28.528Z (7 months ago)
- Language: Python
- Homepage: http://www.detective.io
- Size: 19.4 MB
- Stars: 140
- Watchers: 23
- Forks: 17
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - 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 sta (others)
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/)