2017 © Pedro Peláez
 

library tweetnest

Search JSON tweet files by text and location - Elasticsearch.

image

rocketphp/tweetnest

Search JSON tweet files by text and location - Elasticsearch.

  • Monday, September 7, 2015
  • by rocketphp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

tweetnest

RocketPHP\TweetNest uses Elasticsearch to search JSON tweet files by text and location., (*1)

To search tweets – start with an instance of TweetNest and search using arrays., (*2)

use RocketPHP\TweetNest\TweetNest;

$nest = new TweetNest('127.0.0.1:9200', 'tweet_files');
$result = $nest->search(
    ['text' => 'Arnold',
    'location' => 'USA']
);
var_dump($result);
  • File issues at https://github.com/rocketphp/tweetnest/issues
  • Documentation is at http://rocketphp.io/tweetnest

The Versions

07/09 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/rocketphp/tweetnest

Search JSON tweet files by text and location - Elasticsearch.

  Sources   Download

MIT

The Requires

 

The Development Requires

json elasticsearch twitter tweets rocketphp

07/09 2015

dev-master

9999999-dev https://github.com/rocketphp/tweetnest

Search JSON tweet files by text and location - Elasticsearch.

  Sources   Download

MIT

The Requires

 

The Development Requires

json elasticsearch twitter tweets rocketphp

07/09 2015

dev-develop

dev-develop https://github.com/rocketphp/tweetnest

Search JSON tweet files by text and location - Elasticsearch.

  Sources   Download

MIT

The Requires

 

The Development Requires

json elasticsearch twitter tweets rocketphp