summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-25 10:30:54 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-25 10:30:54 +0200
commit72852d0bd2731897833abef47d82547257c95851 (patch)
tree38a0ec825476dfa9cbeb37cb37f90c88e36d001a /README.rst
parent9764744e107556b008af0c782a23368488f4892c (diff)
downloadkittystore-72852d0bd2731897833abef47d82547257c95851.tar.gz
kittystore-72852d0bd2731897833abef47d82547257c95851.tar.xz
kittystore-72852d0bd2731897833abef47d82547257c95851.zip
Remove obsolete mongodb code
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 9b3a6b4..912ef7c 100644
--- a/README.rst
+++ b/README.rst
@@ -17,9 +17,6 @@ Source: https://github.com/pypingou/kittystore
Dependencies:
-------------
- SQLAlchemy
-- bson
-- pymongo (for mongodb)
-
License:
@@ -33,8 +30,8 @@ Load the database:
------------------
- Retrieve the archives using the get_mbox.py script
-- Configure the to_sqldb.py or to_mongo.py script (adjust user/password/database name/host/port)
-- Load the archives by calling the to_sqldb.py or to_mongo.py script
+- Configure the to_sqldb.py script (adjust user/password/database name/host/port)
+- Load the archives by calling the to_sqldb.py script
(this might be memory intensive, so you may want to do 2 or 3 years per run and split
the runs)