https://tools.csb.gov.lv/tea_3/
This project is a web-based tool for data visualization and analysis, developed for the Central Statistical Bureau. It consists of several components that work together to provide a comprehensive data exploration platform.
- Description: Angular 16.2 client-side application
- Features:
- Interactive data visualizations
- Territory exploration and analysis
- Comparative data analysis
- External iframe components for embedding
- Details: See angular_client/README.md for more information
- Description: PHP backend services
- Features:
- RESTful API for data retrieval
- Data processing and aggregation
- Translation services
- Sitemap generation
- Details: See serverside_php/README.md for more information
- Description: PostgreSQL scripts
- Features:
- Database schema definitions
- Data import
- User interface texts
- JSON retrieval functions
/var/www/csb_tools/tea_3
- Client application/var/www/csb_tools/tea_3/php
- PHP services
/var/www/csb_tools/tea_3/external
- External iframe components/var/www/csb_tools/tea_3/external/php
- PHP services for external components
The project is structured as a full-stack application:
- Frontend: Angular 16.2 application with multiple modules for different features
- Backend: PHP services that connect to PostgreSQL database
- Database: PostgreSQL scripts
See the respective README files in each component directory for detailed deployment instructions: