Below you will find pages that utilize the taxonomy term โcassandraโ
September 22, 2016
CqlSh connection issues on Ubuntu 16.04 โ Cassandra
I upgraded my Ubuntu 14.04 development system to 16.04 in August with the first point release. I have to say the upgrade process when really smooth. There where small issues with PHP and Python. The only painful issue I had was with Cassandra and CqlSh. The python version which is shipped with Ubuntu 16.04 is 2.7.12 and the version CqlSh is targeted is 2.7.11.
When I tried to connect to CqlSh I got the following error:
June 24, 2016
CAP API โ php rest application
Cap crawler is a simple python crawler with multi threaded execution and shared execution queue, with cli execution options. This project is a wrapper(API) around cap crawler implemented in Php Zend Framework 2 and Cassanadra.
The project is available on Github, clone it ๐
Features
Private/public key or password based authentication Hmac(sha256) based request authentication (similar to AWS authentication) Chained validation(Auth<>identity<>endpoint<>request etc.) Json/Csv/zip response options Stateless & scalable Custom error handling Dependencies
June 24, 2016
CAP crawler โ python crawler
The project was created for research purposes to collect structured and unstructured data from the web. Collected data is stored in Cassandra for scaling purposes and to increase IO.
The project is available on Github, clone it ๐
Features
Shared crawl execution queue with MongoDb Link & content scraping options Robot.txt checking, to avoid unwanted crawling Download error checking and retry Cli execution Dependencies
Python 2.7 is the version the application is written in.