https://github.com/sourcefuse/loopback4-microservice-catalog
A Catalog of Microservices Created by SourceFuse for the Community
https://github.com/sourcefuse/loopback4-microservice-catalog
arcbysf loopback4 microservices nodejs opensource
Last synced: 5 months ago
JSON representation
A Catalog of Microservices Created by SourceFuse for the Community
- Host: GitHub
- URL: https://github.com/sourcefuse/loopback4-microservice-catalog
- Owner: sourcefuse
- License: mit
- Created: 2020-05-13T07:18:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T08:37:26.000Z (5 months ago)
- Last Synced: 2025-07-28T10:22:31.918Z (5 months ago)
- Topics: arcbysf, loopback4, microservices, nodejs, opensource
- Language: TypeScript
- Homepage: https://sourcefuse.github.io/arc-docs/arc-api-docs/
- Size: 134 MB
- Stars: 297
- Watchers: 19
- Forks: 76
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
ARC by SourceFuse is an open-source Rapid Application Development framework for developing cloud-native enterprise applications, utilizing prebuilt microservices and standardized architectures for deployment on private and public clouds.
## IMPORTANT NOTE
From v5 onwards our cli now supports workspaces, transfering the responsibility of managing dependencies from lerna to npm. We will be providing support for our older version v4 till 30th June 2024. For more details on how to migrate from older versions of lerna to latest lerna v7 [click here](https://lerna.js.org/docs/legacy-package-management).
# ARC API
ARC API (aka Sourceloop), is a collection of pre-built microservices designed to accelerate the development timeline for enterprise projects. These services address common challenges encountered by large enterprises during the development of cloud-native platforms for digital transformation initiatives or new product creation.Implemented as [LoopBack Extensions](https://loopback.io/doc/en/lb4/Extending-LoopBack-4.html), ARC API services can be seamlessly integrated into existing LoopBack or NestJS applications or generated as standalone services using the LoopBack Command-line interface.
> Watch our [introduction video](https://youtu.be/7_mReOx8RT0) to know more about ARC API.
## Getting Started
The easiest way to get started with ARC API is to use its command line interface which can be installed using `npm install -g @sourceloop/cli`. The cli provides quick ways to scaffold a monorepo project, add microservices provided by sourceloop to your projects and many other useful stuff.
> Checkout this step by step tutorial [here](packages/cli/tutorial.md).
## Pre-built Micro-services
There are currently 14 Microservices provided and actively maintained:
1. [Authentication Service](services/authentication-service)
2. [Audit Service](services/audit-service)
3. [OIDC Service](services/oidc-service)
4. [In-Mail Service](services/in-mail-service)
5. [Notification Service](services/notification-service)
6. [Scheduler Service](services/scheduler-service)
7. [Video Conferencing Service](services/video-conferencing-service)
8. [BPMN Service](services/bpmn-service)
9. [Chat Service](services/chat-service)
10. [Feature Toggle Service](services/feature-toggle-service)
11. [User Service](services/user-tenant-service)
12. [Payment Service](services/payment-service)
13. [Survey Service](services/survey-service)
14. [Search Service](services/search-service)
## Other Extensions
ARC API utilizes many LoopBack extensions in the micro-services provided, which are actively maintained by the ARC team.
Package Name
Repo
NPM
loopback4-authentication
GitHub
NPM
loopback4-authorization
GitHub
NPM
loopback4-ratelimiter
GitHub
NPM
loopback4-s3
GitHub
NPM
loopback4-soft-delete
GitHub
NPM
loopback4-kafka-client
GitHub
NPM
loopback4-helmet
GitHub
NPM
loopback4-notifications
GitHub
NPM
@sourceloop/audit-log
GitHub
NPM
@sourceloop/vault
GitHub
NPM
@loopback/sequelize
GitHub
NPM
## Example Implementations
The [sandbox](./sandbox/) folder contains example applications and docker files that can be run independently to see the services in action. You can use [Docker Compose](https://docs.docker.com/compose/) to run the sandbox applications.
## Issues
If you've noticed a bug or have a question or have a feature request, [search the issue tracker](https://github.com/sourcefuse/loopback4-microservice-catalog/issues) to see if someone else in the community has already created a ticket. If not, go ahead and [make one](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/new/choose)! All feature requests are welcome. Implementation time may vary. Feel free to contribute the same, if you can. If you think this project is useful, please star it. Appreciation really helps in keeping this open source project alive.
## Consulting
Let's talk about accelerating your next project with ARC API:
https://www.sourcefuse.com/lets-talk/
## People
### Contributors
- [@samarpan-b](http://github.com/samarpan-b) (Project Architect)
- [@akshatdubeysf](http://github.com/akshatdubeysf)
- [@yeshamavani](http://github.com/yeshamavani)
- [@shubhamp-sf](http://github.com/shubhamp-sf)
- [@barleendhaliwal](http://github.com/barleendhaliwal)
- [@AnkurBansalSF](http://github.com/AnkurBansalSF)
- [@Surbhi-sharma1](http://github.com/Surbhi-sharma1)
- [@Tyagi-Sunny](http://github.com/Tyagi-Sunny)
- [@antriksha102](http://github.com/antriksha102)
- [@arpit1503khanna](http://github.com/arpit1503khanna)
See [all contributors](https://github.com/sourcefuse/loopback4-microservice-catalog/graphs/contributors).
## Reference Links
- https://www.sourcefuse.com/arc-by-sourcefuse/
- https://loopback.io/doc/en/lb4/
- https://loopback.io/doc/en/lb4/Extending-LoopBack-4.html
- https://fourtheorem.com/monorepo/
- https://semaphoreci.com/blog/release-management-microservices
## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
