Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
MySQL
MySQL is an open source relational database management system. Based in Structured Query Language (SQL), MySQL can run on most platforms and is mainly used for web-based applications. It is written in C and C++.
- GitHub: https://github.com/topics/mysql
- Wikipedia: https://en.wikipedia.org/wiki/MySQL
- Repo: https://github.com/mysql
- Created by: David Axmark, Allan Larsson and Michael "Monty" Widenius
- Released: May 23, 1995
- Aliases: mysql-database,
- Last updated: 2025-01-09 00:23:23 UTC
- JSON Representation
https://github.com/cloudposse/terraform-aws-rds-replica
Terraform module that provisions an RDS replica
aurora mysql postgres rds readonly replica slave terraform terraform-modue
Last synced: 11 Nov 2024
https://github.com/vapor-community/mysql-provider
MySQL provider for the Vapor web framework.
cache database mysql swift vapor vapor-provider
Last synced: 17 Nov 2024
https://github.com/tomoncle/prometheus-http-client
Prometheus service http client, Use wrapper Automatic selection query mode, there is no need for any implementation
api-client consul linux memcached metrics monitor mysql nodeexporter prometheus prometheus-client prometheus-exporter prometheus-metrics requests
Last synced: 10 Nov 2024
https://github.com/businho/django-migrations-ci
Cached migrations on CI (and local) for faster migrations
database django migrations mysql postgres python sqlite3
Last synced: 17 Nov 2024
https://github.com/kyhsa93/gin-rest-cqrs-example
Example for Go, Gin, MySQL, Redis, REST api, CQRS, Swagger
cqrs docker docker-compose dockerfile example gin gin-gonic go golang gorm localstack mysql redis rest rest-api restful restful-api swagger
Last synced: 15 Oct 2024
https://github.com/mdelapenya/docker-tomcat-mysql
Docker image for tomcat+mysql, orchestrated with supervisord
docker mysql supervisord tomcat
Last synced: 09 Nov 2024
https://github.com/gflewis/sndml3
ServiceNow Data Mart Loader: an application to load SQL databases from ServiceNow
mssqlserver mysql oracle postgresql servicenow servicenow-api
Last synced: 20 Dec 2024
https://github.com/taylorgoolsby/graphql-directive-sql
Unify your SQL schema and your GraphQL Schema. Use GraphQL SDL as the lingua franca to define your data requirements.
code-generator directive generate generator graphql graphql-schema graphql-schema-language graphql-to-sql language mysql schema sdl sql
Last synced: 11 Oct 2024
https://github.com/ashraf-kabir/travel-agency
Travel Management Website with PHP & mysql with full ecommerce
ecommerce ecommerce-platform mysql php travel travel-agency travel-blog
Last synced: 07 Nov 2024
https://github.com/daggerok/docker
collection of docker / docker-compose files, dind, gitlab, jenkins, mongo, mysql, oracle, rabbitmq, redis, sonarqube
dind docker docker-compose docker-in-docker dockerfile gitlab jenkins mongo mongo-express mysql oracle postgresql rabbitmq redis sonarqube
Last synced: 11 Nov 2024
https://github.com/gittiver/litesql
LiteSQL is a C++ ORM (object relational mapper) consisting of a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
backend codegenerator database mysql oracle orm persistence persistence-layer relational-databases sql
Last synced: 08 Nov 2024
https://github.com/louislam/redbean-node
RedBeanNode is an easy to use ORM tool for Node.js, strongly inspired by RedBeanPHP.
bean knex mariadb mysql orm query redbean redbean-node redbeannode redbeanphp sql sqlite
Last synced: 18 Nov 2024
https://github.com/fosin/anan-cloud
anan基于JDK11、Spring Boot 2.5.x、Spring Cloud 2020生态体系技术,采用微服务前后端分离架构,供开发人员学习和交流。 包括服务注册与发现、服务监控、服务管理、服务治理、服务网关、服务熔断、配置管理、OAuth2认证授权中心等常见微服务组件。 服务注册与发现:支持K8S、Nacos、Eureka; 配置中心:支持K8S、Nacos、SpringCloudConfig; 部署方式:支持K8S(Helm)集群部署、jar包集群部署、Docker-Compose部署、Swarm集群部署 部署组件:数据库中间件(Mysql、RabbitMQ、Redis)、Anan后台服务、Anan前端服务(Ingress)、EFk日志体系、Prometheus+Grafana监控体系
docker elk eureka grafana jpa k8s mysql nacos oauth2 prometheus rabbitmq redis spring-cloud springboot2 swagger
Last synced: 23 Nov 2024
https://github.com/pranavj1001/twitterclone
Based on core principles of Twitter but different in many ways.
Last synced: 08 Dec 2024
https://github.com/rdfio/RDFIO
RDF triples import, export and PHP SPARQL endpoint for Semantic MediaWiki
arc converters mediawiki mysql rdf rdf-triples semantic semantic-mediawiki smw sparql
Last synced: 04 Nov 2024
https://github.com/rdfio/rdfio
RDF triples import, export and PHP SPARQL endpoint for Semantic MediaWiki
arc converters mediawiki mysql rdf rdf-triples semantic semantic-mediawiki smw sparql
Last synced: 07 Nov 2024
https://github.com/adelrizq/e-learn-backend
E-Learn is a learning management system like google classroom
backend express google-classroom learning-management-system mysql nodejs sequelize
Last synced: 09 Nov 2024
https://github.com/marcocesarato/php-light-sql-parser
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
class database mysql parser php postrges sql sql-parser
Last synced: 25 Nov 2024
https://github.com/lkmc2/awesomevideo
基于Spring Boot的《倾心短视频》小程序的后端API服务
java mybatis mybatis-generator mysql redis spring-boot swagger2
Last synced: 08 Nov 2024
https://github.com/nanoninja/docker-gogs-mysql
Gogs installer with Docker
docker docker-compose git github-like gogs mysql
Last synced: 05 Nov 2024
https://github.com/shuhongfan/pythonblogsystem
python Django博客系统 本作品主要实现了一个Django博客系统,采用前后端不分离的项目结构。 使用 Django,只要很少的代码,Python 的程序开发人员就可以轻松地完成一个正式网站所需要的大部分内容,并进一步开发出全功能的 Web 服务 Django 本身基于 MVC 模型,即 Model(模型)+ View(视图)+ Controller(控制器)设计模式,MVC 模式使后续对程序的修改和扩展简化,并且使程序某一部分的重复利用成为可能。Python 加 Django 是快速开发、设计、部署网站的最佳组合。 前端采用了JavaScript、BootStrap、Vuejs,axios,后端采用Python、Django(开放源码的重Web应用框架),数据存储采用MySQL数据库、Redis、Session技术, 系统能够实现用户注册、用户登录退出、用户个人中心、用户修改个人信息、用户重置密码、用户写博客、博客的分页展示、每篇博客的博客详情、用户发表对博客的评论、每篇博客的评论分页展示、用户删除自己的博客,以及用户的权限管理。
axios bootstrap django mysql python redis vuejs
Last synced: 19 Nov 2024
https://github.com/ziad-saab/node-express-reddit-clone
Build a Node, Express and MySQL-based clone of Reddit for DecodeMTL web development bootcamp
bcrypt cookie express hash-functions hashing-passwords middleware mysql nodejs promises reddit reddit-api user-signup workshop
Last synced: 17 Oct 2024
https://github.com/joomla-framework/database
Joomla Framework Database Package
database joomla joomla-framework mysql php postgresql sql-server sqlite
Last synced: 04 Jan 2025
https://github.com/berthutapea/typescript-express-prisma-starter
🤖 Express.js + Prisma + TypeScript starter and boilerplate packed with useful development features
babel express express-boilerplate jest mysql prisma starter starter-template typescript winston zod
Last synced: 24 Dec 2024
https://github.com/hai-27/koa2-start-basic
使用Koa2实现的node.js后端服务器快速启动模板,即具备后端服务器的基本功能。
Last synced: 28 Oct 2024
https://github.com/maruffahmed/delivery-management-system
A open source Basic Delivery Management System. Build with Nest Js framework, Remix Js full stack JavaScript React framework, Tailwind CSS, Prisma ORM, and MySQL.
javascript mysql nestjs nestjs-backend nodejs prisma prisma-orm react reactjs remix remix-run tailwindcss typescript
Last synced: 21 Nov 2024
https://github.com/lflxp/showme
Rapid diagnostic system status tool (performance monitoring, network scanning, mysql performance monitoring, kubectl status)
bolt checktool devops devops-tools executors go gocui ipscanner mysql network-scanning nmap playbook proxy showme termui tty websocket
Last synced: 19 Nov 2024
https://github.com/lean-delivery/ansible-role-mysql
Ansible Role - MySQL and MariaDB
ansible ansible-role database mariadb mysql role
Last synced: 10 Nov 2024
https://github.com/raj-rathod/travelling_managment
The Online Bus Ticket Booking System for Travel Management is a mini project that aims to provide a convenient and user-friendly platform for travelers to search and book bus tickets online. This project utilizes the power of database management using MySQL to store and manage the necessary information related to buses, schedules, and bookings
college college-project css3 dbms dbms-mini-project dbms-project dbms-project-with-frontend dbms-project-with-frontend-backend dbmsminiproject html5 javascript mysql php rajesh-rathore sql student-project students
Last synced: 15 Dec 2024
https://github.com/microsoft/azure-redcap-paas
Automated deployment of REDCap with Azure Blob storage as the storage back-end
arm-templates azure blob-storage mysql paas php redcap storage
Last synced: 07 Jan 2025
https://github.com/ivangfr/spring-cloud-stream-event-sourcing-testcontainers
Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for end-to-end testing.
avro cassandra docker graalvm java jib json kafka mapstruct mysql native schema-registry spring-boot spring-cloud-stream spring-data-cassandra spring-data-jpa spring-web-mvc springdoc-openapi testcontainers
Last synced: 19 Dec 2024
https://github.com/ivangfr/axon-springboot-websocket
The goal is to explore Axon. We will develop a food-ordering app comprising 3 Spring Boot applications: customer-service, restaurant-service, and food-ordering-service. These services are implemented with CQRS and Event Sourcing, utilizing the Axon Framework. They connect to axon-server, which serves as the Event Store and Message Routing solution.
axon axon-server cqrs docker event-sourcing java jib mapstruct mongodb mysql postresql semantic-ui spring-boot spring-data-jpa springdoc-openapi thymeleaf web websocket
Last synced: 30 Oct 2024
https://github.com/saucxs/wx_phonebook
微信小程序-通讯录,一个非常简单的入门级的微信小程序
es6 koa mysql nginx wxwidgets-applications
Last synced: 07 Nov 2024
https://github.com/aliyevh/mad-migration
Database migration tool to migrate different structured databases.
alembic database database-migration database-structures mariadb mongdb mysql postgresql python sqlalchemy transfered-data
Last synced: 08 Nov 2024
https://github.com/ryan-menezes/loja-virtual
Uma loja virtual simples, para à venda de diversos produtos.
css ecommerce html javascript jquery js loja-virtual mvc mysql php
Last synced: 15 Nov 2024
https://github.com/takapi327/ldbc
ldbc is Pure functional JDBC layer with Cats Effect 3 and Scala 3.
cats-effect cats-effect-3 database dotty functional-programming jdbc mysql sbt sbt-plugin scala scala3 typelevel
Last synced: 14 Dec 2024
https://github.com/SwiftORM/MySQL-StORM
MySQL StORM Module
database mysql orm perfect server-side-swift swift
Last synced: 17 Nov 2024
https://github.com/v-je/docker
Easy to use docker environment for PHP development. With zero configuration supports hosting multiple websites, valid SSL certificates (for HTTPS and HTTP 2 development), HTTP2 support. See https://r.je/vje-docker-virtual-server
composer development-environment docker lamp laravel mariadb mysql mysql-database phpunit symfony xampp xampp-server yii
Last synced: 12 Oct 2024
https://github.com/parasgarg/online-career-portal
Online Job Portal was a website in which the recruiter could post new job vacancies for any specialization for the hiring process and job seekers could search and apply for any number of jobs. This project also has the dashboard so that each recruiter and job seeker could see their activities.
adobe-dreamweaver html-css javascript myphpadmin mysql php sql
Last synced: 09 Dec 2024
https://github.com/pbwebmedia/airflow-prometheus-exporter
Export Airflow metrics (from mysql) in prometheus format
airflow apache apache-airflow exporter metrics mysql prometheus
Last synced: 19 Dec 2024
https://github.com/andygrunwald/your-connection-deserves-a-name
Examples and code to assign a name to your MongoDB, MySQL, NATS, Oracle, PostgreSQL, RabbitMQ, and redis connection.
best-practice connection go hacktoberfest http mongodb mysql nats oracle postgresql python rabbitmq redis
Last synced: 27 Oct 2024
https://github.com/chiaki/vkbk
Инструмент для создания и синхронизации локального бэкапа вашего профиля ВКонтакте (Profile backup & synchronization tool for Vk.com)
backup backup-script backup-tool local-storage mysql php vk vkontakte
Last synced: 21 Nov 2024
https://github.com/stcarrez/sql-benchmark
Tool to make SQL benchmark on different drivers, languages and databases
ada java jdbc mysql postgresql python sql sqlite
Last synced: 15 Nov 2024
https://github.com/rainbowdashlabs/sql-java
A extensive tutorial for SQL and Java with extra tips for minecraft
database mariadb mysql mysql-database spigot spigot-plugin tutorial
Last synced: 01 Nov 2024
https://github.com/odino/docsql
Import Google Docs' spreadsheets into a MySQL table
Last synced: 28 Oct 2024
https://github.com/mikro-orm/mikro-orm-examples
MikroORM example integrations with popular frameworks
example-project mongodb mysql nodejs orm sqlite typescript
Last synced: 17 Nov 2024
https://github.com/ytakkar/vue-notes-app
A Notes-App created with Vue. Basically it's a MEVN app!!
javascript mevn mysql vue vue-router vuex
Last synced: 22 Oct 2024
https://github.com/bayudc/warnetku
🖥️ Internet cafe(warnet) management system
administration bootstrap5 laravel mysql php warnet
Last synced: 23 Nov 2024
https://github.com/skeema/tengo
Go La Tengo: a MySQL automation library
automation golang mariadb mysql schema-introspection
Last synced: 30 Sep 2024
https://github.com/handexing/geekhome
:dancers: 极客屋是极客们的社区。在这里大家能够多多分享自己正在做的有趣事物、最近的学习、交流想法,在这里找到朋友认识更多有趣的人。
h-ui jpa mysql nginx shiro springboot
Last synced: 07 Nov 2024
https://github.com/larrabee/ebt
Flexible backup framework
backup btrfs cli diff-backups diff-dd libvirt libvirt-vm linux lvm2 mysql python rsync snapshot
Last synced: 11 Nov 2024
https://github.com/doudoutangs/2.oa_system
github不会经常在线,可加QQ:553039957,详谈。OA系统:本系统为银行内部OA系统,系统分为六大模块:公文管理,资产管理,辅助办公,档案管理,个人中心,系统管理。主要技术:Springboot+MyBatisPlus+MySQL+jQury,Layui
echarts hr java jquery layui mybatis-plus mysql springboot
Last synced: 18 Nov 2024
https://github.com/nusr/ComicHub
📚Comic Downloader (漫画下载器)
antd cartoons comics downloader dvajs koa mysql puppeteer react spider typescript umijs
Last synced: 25 Nov 2024
https://github.com/jakubboucek/docker-lamp-devstack
Prepared images for local development in LAMP devstack for linux/amd64
docker lamp-devstack mysql php xdebug
Last synced: 10 Nov 2024
https://github.com/sammyleths/witty-ai-saas
Witty AI Software As A Service (SAAS) is a modern responsive, simple saas platform suitable for use by digital marketing agencies and individuals. With this project, you can easily generate marketing assets such as Images, Videos, Music, Q&A Conversations and Code Snippets.
ai artificial-intelligence clerkauth javascript mysql nextjs13 openai-api prisma react replicate-ai tailwindcss typescript
Last synced: 16 Nov 2024
https://github.com/walinejs/dittorm
A Node.js ORM for MySQL, SQLite, PostgreSQL, MongoDB, GitHub and serverless service like Deta, InspireCloud, CloudBase, LeanCloud.
cloudbase deta github inspirecloud leancloud mongodb mysql nodejs orm postgresql serverless sqlite
Last synced: 14 Nov 2024
https://github.com/smallpaes/nextmeal
Nextmeal is an online platform for you to readily access to awesome food nearby with reasonable price.
bootstrap chai express-validator expressjs google-maps-api heroku mocha multer mysql nodejs nodemailer passport-jwt sass sequelize sinon vue-carousel vue-chartjs vuejs2 vuelidate vuex
Last synced: 07 Nov 2024
https://github.com/rinosukmandityo/maknews
Simple news creation and retrieval application with Hexagonal Architecture using Golang, Kafka, ElasticSearch, Redis and MySQL
elasticsearch go golang hexagonal hexagonal-architecture kafka message-broker mongodb mysql news news-creation redis
Last synced: 02 Jan 2025
https://github.com/dbdoctor-das/dbdoctor
DBdoctor team technical articles shared with tutorials
audit-log basic-monitoring dbdoctor gbase-8a index-recommendation instance-inspection lock-perspective mysql oceanbase oracle performance-insight performance-monitoring polardb-x postgresql-database root-cause-diagnosis sql-audit sql-server storage-analysis tdsql
Last synced: 12 Oct 2024
https://github.com/yifanzheng/cs-notes
:book: Java 技术摘要(个人学习笔记),主要记录编程相关的知识点以及个人对一些知识的理解与总结,以 issue 方式记录。
docker elasticsearch java kafka mysql nginx spring
Last synced: 14 Nov 2024
https://github.com/yTakkar/Vue-Notes-App
A Notes-App created with Vue. Basically it's a MEVN app!!
javascript mevn mysql vue vue-router vuex
Last synced: 06 Dec 2024
https://github.com/nakov/imdb-tech-module
IMDB Movie Database (in C#, Java, JS and PHP) - Exam Preparation for the Tech Module @ SoftUni (December 2017)
asp-net-mvc csharp entity-framework expressjs java javascript js mongodb mysql node-js php razor spring-boot spring-data-jpa sql-server symfony thymeleaf twig
Last synced: 11 Nov 2024
https://github.com/leucos/ansible-pxc
Percona XtraDB Cluster role
ansible-role mysql percona-xtradb-cluster pxe
Last synced: 28 Oct 2024
https://github.com/parzibyte/cotizaciones_web
Software web para realizar cotizaciones de clientes, calcular costos, tiempos y después imprimirlas. Creado con PHP, MySQL, Bootstrap 4 y VueJS
bootstrap-4 cotizaciones javascript mysql php php7 vuejs2
Last synced: 25 Nov 2024
https://github.com/soumyadip007/springboot-angular8-login-registration-for-javaguides.net
Repository based on a Login & Registration form using Spring Boot, Spring Security, Angular8, Hibernate-JPA, & Restful web services (Database used : MySql). This content is created for Commercial Purpose , For more info visit https://www.javaguides.net
angular8 hibernate-jpa mysql restapi spring spring-boot spring-mvc spring-security
Last synced: 28 Oct 2024
https://github.com/chandandas27/online-banking-system
A Database Project on Online Banking System using PHP and MySQL
banking banking-applications banking-system database-management databaseproject dbms mysql mysql-database onlinebanking php php-framework phpmyadmin project xampp-server
Last synced: 03 Dec 2024
https://github.com/snower/torpeewee
Tornado and asyncio asynchronous ORM by peewee
mysql orm peewee postgresql pymysql tornado
Last synced: 28 Oct 2024
https://github.com/pajaydev/travelwebapplication-virtugo
This project is to develop a travel planner system, which describes about the climatic conditions, interesting places to visit, top hotels in the area and some additional features like travel reminders depending on the user’s destination. We have used Angular JS, HTML 5 for front end and Spring boot, MySQL for backend.
angularjs climatic-conditions java mysql spring-boot travel-planner
Last synced: 20 Nov 2024
https://github.com/k1low/trivy-db-to
trivy-db-to is a tool for migrating/converting vulnerability information from Trivy DB to other datasource.
migration-tool mysql postgresql trivy
Last synced: 01 Nov 2024
https://github.com/nusr/comichub
📚Comic Downloader (漫画下载器)
antd cartoons comics downloader dvajs koa mysql puppeteer react spider typescript umijs
Last synced: 23 Nov 2024
https://github.com/bjarn/jale
Jale is a blazing fast local development environment for MacOS written in Typescript.
development-environment environment hacktoberfest local mariadb mysql nginx php
Last synced: 02 Nov 2024
https://github.com/n0nag0n/simple-job-queue
A simple library for interfacing with other job queue providers that gives you plenty of flexibility. Currently supports MySQL, SQLite, and Beanstalkd.
beanstalk beanstalk-worker beanstalkd job-queue mariadb mysql php php-library sqlite
Last synced: 12 Nov 2024
https://github.com/thatsabhishek/coding_ninjas_dbms
This repo contains all SQL Queries of the Basic Database Management Course of Coding Ninjas.
coding codingninja-solution codingninjas database database-management databases dbms mysql mysql-database sql sqlserver
Last synced: 14 Nov 2024
https://github.com/boiawang/sequelize-db-export-import
Generater models from mysql db or import tables from models files
coffeescript mysql node sequelize
Last synced: 06 Dec 2024
https://github.com/cytopia-deprecated/docker-mysql-5.7
MySQL 5.7 on CentOS 7
devilbox docker docker-container docker-image docker-mysql docker-registry dockerfile mysql
Last synced: 14 Nov 2024
https://github.com/zhan3333/go-framework
基于 gin 框架 API 项目脚手架 / Golang gin framework scaffolding
Last synced: 06 Nov 2024
https://github.com/techreagan/twitter-clone-php
A twitter clone with basic functionality like tweet, like tweet, following system etc.
htaccess html-css-javascript mysql pdo php twitter twitter-clone-app
Last synced: 08 Nov 2024
https://github.com/zzy/actix-web-async-graphql-rbatis
Clean boilerplate for graphql services using actix-web, rhai, async-graphql, surf, rbatis, graphql-client, handlebars-rust, jsonwebtoken, and mysql / postgresql.
actix-web async-graphql embbeded-scripting-rust graphql-client graphql-server handlebars jsonwebtoken jwt-authentication mysql postgresql rbatis rhai rust surf
Last synced: 15 Nov 2024
https://github.com/tariqulislam/express-mysql-rest
Building the simple api with sequelize, mysql and express js. this repository contains the code about how to use sequelize with mysql at express js. for example i have provide the crud operation to this repository. You can also testing the api with chai and mocha with chai-http by this repository
chai chai-http expressjs mocha mysql nodejs nodemon sequelize
Last synced: 07 Nov 2024
https://github.com/guzba/waterpark
Thread-safe pools. Great for database connections in a multithreaded HTTP server.
connection-pool multithreading mysql nim postgres postgresql sqlite
Last synced: 28 Oct 2024
https://github.com/maximbilan/ios-mysql-client
iOS MySQL client
ios mysql mysql-database objective-c wrapper
Last synced: 08 Nov 2024
https://github.com/yangfei4913438/goapiserver
A golang api server demo that contains usage of Redis and MySQL.
api-server beego golang language mysql redis
Last synced: 15 Dec 2024
https://github.com/raj-rathod/wedding_management
it's mini project for database management(DBMS) using mysql , its basically for wedding arrangment
ajax-request college college-project crud-application crud-operation crud-operations dbms-mini-project dbms-project dbmsminiproject html javascript mysql php rajesh-rathore sql student-project students
Last synced: 15 Dec 2024
https://github.com/jensderond/react-nestjs-template
Template to bootstrap a monorepo with a React frontend and NestJS backend
bootstrap lerna monorepo mysql nestjs nestjs-backend react storybook template typeorm typescript yarn-workspaces
Last synced: 31 Oct 2024
https://github.com/andresrodriguez55/andresrodriguez55.github.io
Personal blog and portfolio with administration panel, notification system and comment system.
backend blog comment-system hibernate java javascript markdown mysql notes personal personal-blog personal-website portfolio react rest-api spotify-api spring spring-boot sql
Last synced: 10 Nov 2024