-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (17 loc) · 859 Bytes
/
README
File metadata and controls
20 lines (17 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Transparencia (Transparency)
A project that tries to ease the analysis of Brazilian Public Universities expenses data using Kibana and Elastic Search.
The project contains data about:
- Employees;
- Expenses (Payments);
- Expenses (Travel Daily Expenses);
Directory tree:
```markdown
.
├── README - Describe the repository.
└── scripts - Contains the project's helper scripts.
├── insert_data.sh - Script that manages all other scripts that insert data: Inserts employees and expenses (payments and daily expenses).
├── workers - Contains scripts that manage data from the servers.
├── travel_allowance - Contains scripts that manages data about travel daily expenses.
├── expenses - Contains scripts to manage data about payments.
└── curl - Contains scripts that help on Curl usage.
```