Skip to content

App responsible for interconnecting the different bits and pieces (micro-services) of Matilda

License

Notifications You must be signed in to change notification settings

edwardleoni/corpus-callosum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corpus Callosum

The corpus callosum (/ˈkɔːrpəs kəˈloʊsəm/; Latin for "tough body"), also known as the callosal commissure, is a wide, flat bundle of neural fibers about 10 cm long beneath the cortex in the eutherian brain at the longitudinal fissure. It connects the left and right cerebral hemispheres and facilitates interhemispheric communication. It is the largest white matter structure in the brain, consisting of 200–250 million contralateral axonal projections.

In other words, this is the application responsible for interconnecting the different micro-services that compose Matilda. Corpus Callosum receives actions from other parts of Matilda, such as her Auditory Cortex and prioritises them on a queue. The queue of action fires other micro-services such as the Broca's area, Eye in the sky and etc.

Installation

Docker

Build

docker build . -t corpus-callosum:latest

Run

docker-compose up -d

The above command will run Corpus Callosum, a Redis server to be used as queue manager and a worker.

About

App responsible for interconnecting the different bits and pieces (micro-services) of Matilda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages