Skip to content

stemaa14/dbi_oracle_redis

Repository files navigation

Website with Pylons Pyramid, Redis and Oracle RDBS

This was a school project to find some way to import data from a MongoDB backup to Oracle. Afterwards we should build a website to add reviews to the products and store them in a Redis key value store.

Installation Requirements

  • Python 2.7
    • pip
  • Redis
  • Oracle Client

Getting Started

  • cd <directory containing this file>

  • python -m pip install virtualenv

  • python -m virtualenv venv

  • . venv/bin/activate

  • python setup.py develop

  • pserve development.ini

  • Browse localhost:6543

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published