https://github.com/marco-rosner/dadosjusbr-graphql
A GraphQL server to query the data from the DadosJusBR project. Using Apollo Server, DataSource, Express and Type GraphQL
https://github.com/marco-rosner/dadosjusbr-graphql
apollo-server dadosjusbr datasource express graphql graphql-server type-graphql
Last synced: 4 months ago
JSON representation
A GraphQL server to query the data from the DadosJusBR project. Using Apollo Server, DataSource, Express and Type GraphQL
- Host: GitHub
- URL: https://github.com/marco-rosner/dadosjusbr-graphql
- Owner: marco-rosner
- License: mit
- Created: 2023-07-20T15:48:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T20:00:53.000Z (over 2 years ago)
- Last Synced: 2025-08-23T23:27:39.335Z (9 months ago)
- Topics: apollo-server, dadosjusbr, datasource, express, graphql, graphql-server, type-graphql
- Language: TypeScript
- Homepage:
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT) [](https://github.com/marco-rosner/genDocsGPT)
# DadosJusBr GraphQL
This project is a GraphQL server to query the data from DadosJusBR. Using Apollo Server, Express and Type GraphQL
## Docker Hub
To run this project using docker run this command:
```sh
docker pull marcorosner/dadosjusbr-graphql
docker run -p 4000:4000 -d marcorosner/dadosjusbr-graphql
```
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run start
```
## Prints
All Queries

Get Agencies

Get Data By Agency

Get Indexes

Get Aggregate Indexes
