Initial commit: Open sourcing all of the Maple Open Technologies code.

This commit is contained in:
Bartlomiej Mika 2025-12-02 14:33:08 -05:00
commit 755d54a99d
2010 changed files with 448675 additions and 0 deletions

30
cloud/README.md Normal file
View file

@ -0,0 +1,30 @@
# ☁️ Cloud Backend Services
Backend web services for Maple Open Technologies, written in Go.
---
## 📦 Projects
- **[maplepress-backend](./maplepress-backend)** - MaplePress WordPress search service
- **[maplefile-backend](./maplefile-backend)** - MapleFile modular monolith
- **[infrastructure](./infrastructure)** - Shared infrastructure (Cassandra, Redis, Meilisearch, SeaweedFS)
---
## 🚀 Getting Started
Each project has its own documentation:
1. Start infrastructure: See [infrastructure](./infrastructure)
2. Start a backend: See [maplepress-backend](./maplepress-backend) or [maplefile-backend](./maplefile-backend)
All backends share the same infrastructure for development.
## 🤝 Contributing
Found a bug? Want a feature to improve the cloud services? Please create an [issue](https://codeberg.org/mapleopentech/monorepo/issues/new).
## 📝 License
This application is licensed under the [**GNU Affero General Public License v3.0**](https://opensource.org/license/agpl-v3). See [LICENSE](../LICENSE) for more information.