Skip to main content

Enterprise architecture for quantitative analysis

Project description

Welcome to Quant

Quant is a Python enterprise application for quantitative analysis. Quant combines SciPy and DomainModel.

Quant contains a domain model of quantitative analysis. It has object markets, prices, contracts, books and reports. There are cohesive mechanisms for pricing and reporting. The domain model can easily be extended to support different applications of quantitative analysis.

Please note: this is new software; several important things don’t work at all.

Install Guide

The easiest way to deploy the Quant system is with the quant installer:

$ wget http://appropriatesoftware.net/provide/docs/quant-virtualenv
$ chmod +x quant-virtualenv

The installer will build a virtual Python environment, and install the Quant software. The installer will then set up a new site with an SQLite database, and it will create an Apache config file to be included in the main Apache configuration (see below).

Before running the installer, make sure the following packages are installed:

$ sudo aptitude install apache2 libapache2-mod-python build-essential gcc python-numpy python-scipy

Also, make sure Apache mod_python is enabled (sorry, it will be wsgi next time):

$ sudo a2enmod python

Run the installer, at least with a path argument (see –help for options):

$ ./quant-virtualenv YOUR-SITE-DIR

The path argument can be relative or absolute.

Then, change ownership of the entire site to the Apache server:

$ sudo chown -R www-data:www-data YOUR-SITE-PATH

You can do more complicated things with the installer (see –help) and with the file permissions and ownerships, but those few lines should work.

Finally, follow the instructions about configuring Apache that are shown by the installer. Pick a fully qualified domain name, create a new virtual host for it, that includes the auto-generated Quant configuration mentioned by the installer. Then configure your DNS. A new Apache virtual host could simply look like this:

<VirtualHost *:80>
    ServerName YOUR-SITE-DOMAIN-NAME
    Include YOUR-SITE-PATH/var/httpd-autogenerated.conf
</VirtualHost>

The path to the auto-generated file must be an absolute path (not a relative path).

After restarting, your virtual host will show a page saying ‘Welcome to Quant’. You will be able to login with username ‘admin’ and password ‘pass’.

Contact

Please note: this is new software; several important things don’t work at all.

If you have any difficulties or questions about Quant, please contact:

john.bywater@appropriatesoftware.net

Please note at the moment, Quant is developed and tested on Ubuntu 10.10 (64 bit) with Python 2.6 only, although it should work on any recent Linux distribution.

About

Quant is a project of the Appropriate Software Foundation. Please refer to the Quant website for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quant-0.2.tar.gz (153.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page