mustafayildirim / answerdev-plugins

The offical answer plugins repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Answer Official Plugins

Answer Official Plugins are built to enhance the feature of Answer.

LICENSE Language Language Go Report Card Discord

Types of plugin

Our plugin is under development and the interface definition of the plugin can be viewed at this link.

Connector

The Connector plugin helps us to implement third-party login functionality.
For example: Google or GitHub OAuth login.

Storage (preview)

The Storage plugin helps us to upload files to third-party storage.
For example: Aliyun OSS or AWS S3.

Cache (preview)

Using the Cache plugin allows you to store cached data in a different location.
For example: Redis or Memcached.

Search (preview)

Support using search plugin to speed up the search of question answers. For example: Elasticsearch or Meilisearch.

Filter (coming soon)

Render (coming soon)

Exporter (coming soon)

Importer (coming soon)

How to build the Answer with your need plugins?

Learn more about the plugin, please visit our docs answer.apache.org.

Want to try the plugin early?

If you want to try it out earlier, you can use the all-in-one docker image. Note that this image will contain the latest version of answer and all official plugins, which may not have been released yet.

$ docker run -d -p 9080:80 -v answer-data:/data --name answer apache/incubator-answer:all-in-one

About

The offical answer plugins repository.

License:Apache License 2.0


Languages

Language:Go 88.7%Language:TypeScript 10.5%Language:JavaScript 0.9%