Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikatsuba/nx-cloud
Nx Cloud Community Edition
https://github.com/ikatsuba/nx-cloud
cloud hacktoberfest hacktoberfest-accepted monorepo nestjs nx nx-cloud service
Last synced: 24 days ago
JSON representation
Nx Cloud Community Edition
- Host: GitHub
- URL: https://github.com/ikatsuba/nx-cloud
- Owner: IKatsuba
- License: mit
- Created: 2022-10-28T18:51:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T16:57:52.000Z (7 months ago)
- Last Synced: 2024-12-09T14:56:32.298Z (about 1 month ago)
- Topics: cloud, hacktoberfest, hacktoberfest-accepted, monorepo, nestjs, nx, nx-cloud, service
- Language: TypeScript
- Homepage:
- Size: 5.26 MB
- Stars: 73
- Watchers: 2
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [WIP] Nx Cloud Community Edition
Original Nx Cloud is a service that helps you and your team scale your Nx workspace. It provides a dashboard that gives you
insights into your workspace's health, and it provides a set of CI integrations that help you and your team get the most
out of Nx.---
This project is a work in progress. We are currently working on the first version of Nx Cloud Community Edition.
API server based on public [Nx Cloud Server API Reference](https://nx.dev/nx-cloud/reference/server-api).
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/ORHjp6?referralCode=73cYCO)
## Local Development
### Prerequisites
- [Node.js](https://nodejs.org/en/) (>= 18.0.0)
- Docker (>= 20.10.8) and [Docker Compose](https://docs.docker.com/compose/) (>= 1.29.2)### Steps
1. Clone the repo
2. Install dependencies: `npm install`
3. Run docker-compose: `docker-compose up -d`
4. Run api server: `nx serve`## Roadmap
- [x] Distributed Caching
- [ ] Distributed Task Execution
- [ ] Nx Cloud Dashboard
- [ ] GitHub Integration
- [ ] GitLab Integration