Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Implement Lisk Service as a plugin #956

Open
ManuGowda opened this issue Jan 26, 2022 · 0 comments
Open

Implement Lisk Service as a plugin #956

ManuGowda opened this issue Jan 26, 2022 · 0 comments

Comments

@ManuGowda
Copy link
Contributor

Description

Implement Lisk Service as Lisk Framework plugin

Motivation

  • Using HTTP API framework plugin will limit the information and performance of the lisk-service
  • Creating as a plugin will have all information required to persist in a way that lisk-service can perform better
  • No dependency on the framework plugin, and user can install lisk-service as other plugins

Additional Information

Originally raised by @shuse2

  • Another approach is to have database adaptor as framework plugin, and lisk-service rely on the database adaptor plugin. However, this has disadvantate because if we implement database adaptor as framework plugin, data has to be generic. Which means some of the search capability could be limited by the generic data structure
@sameersubudhi sameersubudhi changed the title Implement Lisk Service as Lisk Framework plugin Implement Lisk Service as a plugin Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant