elasticsearch-smalltalk

Description

Elasticsearch for Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
Apache-2.0
Stars
10
Forks
5
Created
Jan. 5, 2016
Updated
Aug. 1, 2023
Topics
elasticsearch pharo smalltalk

README excerpt

# elasticsearch-smalltalk [![Build Status](https://travis-ci.org/newapplesho/elasticsearch-smalltalk.svg?branch=master)](https://travis-ci.org/newapplesho/elasticsearch-smalltalk)
[Elasticsearch](https://www.elastic.co/products/elasticsearch) for Pharo Smalltalk.

This project was migrated from SqueakSource3 repository: [http://ss3.gemtalksystems.com/ss/Elasticsearch.html](http://ss3.gemtalksystems.com/ss/Elasticsearch.html)

## Supported Smalltalk Versions
[Pharo Smalltalk](http://pharo.org/) 4.0, 5.0, 6.0, 6.1

## Version

| Elasticsearch Version | elasticsearch-smalltalk  |
| --------------------- | ------------------------ |
| >= 2.0                | v1.1.7                   |
| >= 1.5, < 2.0         | v1.1.4                   |

## Installation

```smalltalk
Metacello new
    baseline: 'Elasticsearch';
    repository: 'github://newapplesho/elasticsearch-smalltalk/pharo-repository';
    load.
```

## How to use
http://www.slideshare.net/newapplesho/elasticsearch-for-pharo-smalltalk
← Back to results