MCPcopy Index your code
hub / github.com/Badmuts/aula

github.com/Badmuts/aula @v1.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.2 ↗ · + Follow
33 symbols 53 edges 16 files 6 documented · 18%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Serverless — A webservice exploring the CNCF landscape

Goals

  • Containerized: Every service should be able to run within its own container.
  • Serverless: Explore serverless architecture while still be able to manage own server deployments.
  • Learn: Explore latest techniques, tools within the Cloud Native industry and have fun doing so.

Getting started

This repo is exploring the monorepo paradigm. To facilitate this Lerna is used. Getting started should be as simple as running npm install:

$ npm install
# Run client
$ npm run start:client
# Run server
$ npm run start:server

Core symbols most depended-on inside this repo

createChannel
called by 3
packages/amqp/src/index.js
log
called by 2
packages/user/src/controllers/AmqpController.js
registerValidSW
called by 2
packages/app-web/src/serviceWorker.js
render
called by 2
packages/app-web/src/App.js
publish
called by 2
packages/amqp/src/index.js
checkValidServiceWorker
called by 1
packages/app-web/src/serviceWorker.js
connect
called by 1
packages/amqp/src/index.js
Queue
called by 1
packages/amqp/src/index.js

Shape

Function 30
Class 2
Method 1

Languages

TypeScript100%

Modules by API surface

packages/amqp/src/index.js11 symbols
packages/user/src/controllers/HttpController.js5 symbols
packages/app-web/src/serviceWorker.js4 symbols
packages/user/src/services/UserService.js3 symbols
packages/user/src/repositories/UserRepository.js3 symbols
packages/app-web/src/App.js3 symbols
packages/user/src/controllers/AmqpController.js2 symbols
packages/crypto/src/hash.js2 symbols

Datastores touched

UserCollection · 1 repos
(mongodb)Database · 1 repos
userDatabase · 1 repos

For agents

$ claude mcp add aula \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact