Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akretion/connector-search-engine
This project is now maintained at the OCA at https://github.com/OCA/search-engine
https://github.com/akretion/connector-search-engine
algolia elasticsearch nosql odoo solr
Last synced: 19 days ago
JSON representation
This project is now maintained at the OCA at https://github.com/OCA/search-engine
- Host: GitHub
- URL: https://github.com/akretion/connector-search-engine
- Owner: akretion
- Created: 2013-06-10T19:49:12.000Z (over 11 years ago)
- Default Branch: 12.0
- Last Pushed: 2019-04-18T08:47:53.000Z (over 5 years ago)
- Last Synced: 2024-02-14T00:55:13.438Z (10 months ago)
- Topics: algolia, elasticsearch, nosql, odoo, solr
- Language: Python
- Homepage:
- Size: 330 KB
- Stars: 23
- Watchers: 27
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/akretion/connector-search-engine.svg?branch=12.0)](https://travis-ci.org/akretion/connector-search-engine)
[![Coverage Status](https://coveralls.io/repos/github/akretion/connector-search-engine/badge.svg?branch=12.0)](https://coveralls.io/github/akretion/connector-search-engine?branch=12.0)
[![Code Climate](https://codeclimate.com/github/akretion/connector-search-engine/badges/gpa.svg)](https://codeclimate.com/github/akretion/connector-search-engine)Search Engine Connector for Odoo
===================================This project include a generic search engine connector and also a specific connector for Algolia.
Roadmap
========
* Add support of Elastic ConnectorDevelopement
============This project uses [black](https://github.com/ambv/black) as code formatting convention, as well as isort and flake8.
To make sure local coding convention are respected before you commit, install [pre-commit](https://github.com/pre-commit/pre-commit>) and run ``pre-commit install`` after cloning the repository.