An open API service indexing awesome lists of open source software.

https://github.com/gridaco/base

☁️ BASE - Grida's open cloud platform
https://github.com/gridaco/base

base grida lambda microservice nestjs serverless serverless-example

Last synced: 4 months ago
JSON representation

☁️ BASE - Grida's open cloud platform

Awesome Lists containing this project

README

        

![](./branding/cover.png)

# BASE: Plug & Play Open Cloud Functions (Bridged App Services) - [bridged.cc](https://bridged.cc)

> public services (all services except auth and billing) msa repository

## Are you looking for ready-to-use SDK of this service?

In that case, you are looking for [base-sdk](https://github.com/bridgedxyz/base-sdk)

# development

## micros
- [asset-service](./assets-service)
- [g11n-service](https://github.com/bridgedxyz/g11n)
- resource-hosting
- application hosting
- [cors-service](./cors-service)
- auth (read the development token generation docs)

## packages
- [dartservices](./packages/dartservices)

## fogs
Fogs are managed in separate repository. Visit [functions](https://github.com/bridgedxyz/functions)

```shell
# cloning with git submodules
git clone https://github.com/bridgedxyz/services.git --recurse-submodules

# pulling with git submodules (second entry)
git submodule update --init --recursive
```

## Ready to use services
- [CORS.SH](https://cors.sh)

## running services

> you need serverless framework to be installed on your local machine

```sh
yarn

# replace target-service with actual directory name that you are targetting
cd ./target-service
sls offline
```

## Resources
- [base-sdk](https://github.com/bridgedxyz/base-sdk)
- [base-cdk](https://github.com/bridgedxyz/base-cdk)
- [base-cli](https://github.com/bridgedxyz/base-cli)

# usage

> if you are simply lookin for bridged cloud access, this can be done with [client-sdk](https://github.com/bridgedxyz/client-sdk-ts)
## Client usage - Installation

goto https://github.com/bridgedxyz/client-sdk-ts

## Who is using BASE?
- [reddit downloader](https://github.com/RedditDownloader/redditdownloader.github.io)
- [GALLAUDET University](https://www.gallaudet.edu/)
- [F1-Web-Viewer](https://github.com/bootsie123/F1-Web-Viewer)

## Service Providers

- [Base](https://base.grida.co)
- [Vercel](https://vercel.com)
- [Supabase](https://firebase.google.com)
- [AWS](https://aws.amazon.com)
- [Azure](https://azure.microsoft.com)