prople-vessel-core

Crates.ioprople-vessel-core
lib.rsprople-vessel-core
version0.4.4
sourcesrc
created_at2024-07-01 12:30:13.47256
updated_at2024-09-09 02:22:27.844155
descriptionAn abstraction of core business logic for the prople/vessel
homepagehttps://github.com/prople
repositoryhttps://github.com/prople/vessel/tree/main
max_upload_size
id1288694
size191,969
(rstlix0x0)

documentation

https://docs.rs/prople-vessel-core

README

vessel-core

This crate provides base abstractions of business logic for the prople/vessel/vessel-core. There are multiple important domains covered, which are:

  • identity
  • connection (soon)
  • social (soon)
  • finance (soon)

All of those domains will be managed in the DDD (Domain Driven Design) ways, and the code base will be structured through the Modular Monolith Architecture, which means, each of available domains will be able managed independently, and even will be able to deployed separately later.

Each of domains will have it's own <domain>API that will be used as an entrypoint to communicate between domains

The main purpose of this package is to provide a domain abstraction for the prople/vessel needs. By providing an abstraction, it will help third party services or software engineers to create their own implementation, it's almost like a SDK in common.

Installation

[dependencies]
prople-vessel-core = {version = "0.3.4"}
Commit count: 0

cargo fmt