Giter Site home page Giter Site logo

schranz-search / seal-redisearch-adapter Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 114 KB

An adapter to support RediSearch in schranz-search/seal search abstraction. Part of the https://github.com/schranz-search/schranz-search project. READ-ONLY Repository

License: MIT License

PHP 100.00%
php redis redis-php redisearch schranz-search schranz-search-adapter seal-adapter seal-php-adapter search-client

seal-redisearch-adapter's Introduction

Schranz Search Logo with a Seal on it with a magnifying glass

Schranz Search SEAL
RediSearch Adapter



The RediSearchAdapter write the documents into a RediSearch server instance. The Redis Server requires to run with the RedisSearch and JSON module.

Note: This is part of the schranz-search/schranz-search project create issues in the main repository.

Note: This project is heavily under development and any feedback is greatly appreciated.

Installation

Use composer for install the package:

composer require schranz-search/seal schranz-search/seal-redisearch-adapter

Usage.

The following code shows how to create an Engine using this Adapter:

<?php

use Redis;
use Schranz\Search\SEAL\Adapter\RediSearch\RediSearchAdapter;
use Schranz\Search\SEAL\Engine;

$redis = new Redis([
    'host' => '127.0.0.1',
    'port' => 6379,
    'auth' => ['phpredis', 'phpredis'],
]);

$engine = new Engine(
    new RediSearchAdapter($redis),
    $schema,
);

Via DSN for your favorite framework:

redis://127.0.0.1:6379
redis://[email protected]:6379
redis://phpredis:[email protected]:6379

The ext-redis and ext-json PHP extension is required for this adapter.
The Redisearch and RedisJson module is required for the Redis Server.

Authors

seal-redisearch-adapter's People

Contributors

alexander-schranz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.