1.2.0 • Published 2 months ago

kuzzle-plugin-commons v1.2.0

Weekly downloads
-
License
Apache 2
Repository
github
Last release
2 months ago

Commons Plugin Classes

This repository contains common code used accross our plugins (either open source or enterprise).

Until the release 1.0.0, the code contained in this repository should be considered as unstable and breaking changes may occur between releases.

If you are interested by having a stable version of the classes contained in this repository feel free to upvote this issue

Engine

Works with engines that can be setup on indexes to bring a new set of feature to specifics indexes

  • AbstractEngine
  • EngineController

Synchronizer

Automaticaly synchronize documents from one collection to another

  • CollectionSynchronizer

Crud

Base controller to have CRUD action on a specific collection

  • CRUDController

ConfigManager

Class to register config documents and create asociated collection with proper mappings

1.2.0

2 months ago

1.1.0

10 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago