Finalize MVP with UI overhaul, pagination, and filtering features#1
Open
iosifidis wants to merge 21 commits intoeellak:devfrom
Open
Finalize MVP with UI overhaul, pagination, and filtering features#1iosifidis wants to merge 21 commits intoeellak:devfrom
iosifidis wants to merge 21 commits intoeellak:devfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces the initial implementation of the "OmniDeck" stack for automated analytics collection and visualization from multiple WordPress sites. It provides a full Docker-based setup with PostgreSQL and Metabase, a Python synchronization script, and comprehensive Greek-language documentation. The main changes are grouped below:
Infrastructure & Configuration
docker-compose.ymlfile to define and orchestrate themetabaseandmetabase-db(PostgreSQL) services, including environment variable support, persistent volumes, and network configuration..env.samplefile to standardize environment variable configuration for database credentials and domain settings.Data Synchronization Script
sync_wp.py, a Python script that fetches posts from multiple WordPress sites via the WP REST API, deduplicates them, and upserts the data into a PostgreSQL database using SQLAlchemy and Pandas. The script handles author extraction, category storage as JSONB, error handling, and duplicate removal.Documentation
Readme.mdthat covers system architecture, setup instructions, environment preparation, Metabase configuration, example SQL queries, troubleshooting, best practices, and sharing options. The documentation is tailored for Greek-speaking users and includes a screenshot and license notice.