intellead microservices architecture
- intellead-connector
- intellead-security
- intellead-data
- intellead-enrich
- receitaws-data
- qcnpj-crawler
- intellead-classification
- intellead-normalization
intellead database mapping
We need to have git and docker installed previously.
$ bash < git clone https://github.com/intellead/intellead-getting-started.git
$ bash < cd intellead-getting-started
Now we need to run the script that will get all intellead sources.
(unix) $ bash < setup.sh
(windows) $ bash < setup.bat
This will basically clone every intellead repository in ./bin/ folder.
$ bash < cd bin
$ bash < docker-compose up --build
Then we call docker-compose and it starts all intellead microservices.
See the CONTRIBUTING.md document for details.