MCPcopy Index your code
hub / github.com/eletroswing/bacen-simulator

github.com/eletroswing/bacen-simulator @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
38 symbols 151 edges 45 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Building and running your application

When you're ready, start your application by running: docker compose up --build.

Your application will be available at http://localhost:8080.

Deploying your application to the cloud

First, build your image, e.g.: docker build -t myapp .. If your cloud uses a different CPU architecture than your development machine (e.g., you are on a Mac M1 and your cloud provider is amd64), you'll want to build the image for that platform, e.g.: docker build --platform=linux/amd64 -t myapp ..

Then, push it to your registry, e.g. docker push myregistry.com/myapp.

Consult Docker's getting started docs for more detail on building and pushing.

References

Extension points exported contracts — how you extend this code

Database (Interface)
(no doc)
packages/infra/database.ts
Transaction (Interface)
(no doc)
apps/spi/transactions/types.ts
TransactionSteps (Interface)
(no doc)
apps/spi/transactions/types.ts
RunningTransaction (Interface)
(no doc)
apps/spi/transactions/types.ts

Core symbols most depended-on inside this repo

createTransaction
called by 7
apps/spi/transactions/index.ts
continueTransaction
called by 6
apps/spi/transactions/index.ts
BuildServer
called by 6
apps/api/buildServer.ts
wrapper
called by 4
packages/infra/logger.ts
handleParseXml
called by 2
apps/api/plugins/xmlBodyParser.ts
BuildError
called by 2
apps/api/util/zodValidator.ts
readLines
called by 1
packages/infra/seed_database.ts
runSeed
called by 1
packages/infra/seed_database.ts

Shape

Function 25
Interface 4
Method 4
Enum 3
Class 2

Languages

TypeScript100%

Modules by API surface

apps/api/plugins/xmlBodyParser.ts7 symbols
apps/spi/transactions/types.ts6 symbols
apps/spi/transactions/index.ts6 symbols
packages/infra/seed_database.ts5 symbols
apps/api/util/zodValidator.ts3 symbols
apps/api/util/errors.ts3 symbols
apps/api/plugins/SwaggerJsDocsUiPlugin.ts2 symbols
apps/api/buildServer.ts2 symbols
packages/infra/migrate.ts1 symbols
packages/infra/logger.ts1 symbols
packages/infra/database.ts1 symbols
apps/api/services/DICT/keys/check.ts1 symbols

For agents

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

⬇ download graph artifact