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, 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 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.
Pre-built Micro-services¶
There are currently 14 Microservices provided and actively maintained:
- Authentication Service
- Audit Service
- OIDC Service
- In-Mail Service
- Notification Service
- Scheduler Service
- Video Conferencing Service
- BPMN Service
- Chat Service
- Feature Toggle Service
- User Service
- Payment Service
- Survey Service
- 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 folder contains example applications and docker files that can be run independently to see the services in action. You can use Docker 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 to see if someone else in the community has already created a ticket. If not, go ahead and make one! 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 (Project Architect)
- @akshatdubeysf
- @yeshamavani
- @shubhamp-sf
- @barleendhaliwal
- @AnkurBansalSF
- @Surbhi-sharma1
- @Tyagi-Sunny
- @antriksha102
- @arpit1503khanna
See all 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 for more information.