# tiny-engine-data-center **Repository Path**: ghj/tiny-engine-data-center ## Basic Information - **Project Name**: tiny-engine-data-center - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-19 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

OpenTiny Logo

TinyEngine Data Center, also known as the data center, uses the strAPI ORM data management open source framework to provide data services to TinyEngine Web Service by encapsulating the API for basic operations on data tables

English | [简体中文](README.zh-CN.md) ### Instruction Manual For specific server usage documentation, please see [TinyEngine Official Website - User Manual](https://opentiny.design/tiny-engine#/help-center/course/backend/51) ### development #### Environment variables |Variable name|Description| |---|---| |MYSQL_HOST|mysql service ip address| |MYSQL_PORT|The mysql service port, default 3306| |MYSQL_DBNAME|mysql service database name| |MYSQL_PASSWORD|mysql service password| If Redis is used, the configuration example is as follows: |Variable name|Description| |---|---| |REDIS_HOST|Redis service ip address| |REDIS_PORT|The redis service port, default 6380| |RADIS_PASSWORD|Redis service password| |REDIS_DB|The number of the Redis database connection, default 2| #### Local Runtime Configuration Method: git-bash or bash ``` vi ~/.bashrc ``` ``` export MQ_IP=192.168.0.11 export MQ_PORT=5671 # Wait for environment variables ``` After setting, reopen the command line or execute it in the current command line ``` source ~/.bashrc ``` Make the set environment variables take effect;(The environment variables set in git bash cannot be applied to powershell and cmd) Start project Go to the root directory of the project and execute it in sequence ### Milestones ```mermaid gantt dateFormat YYYY-MM-DD axisFormat %Y-%m-%d 1.0.0-beta.x version :active,2023-09-25, 2024-03-31 1.0.0-rc version : 2024-04-01, 2024-06-30 1.0.0 version : 2024-07-01, 2024-07-31 ``` ### 🤝 Participating in contributions If you are interested in our open source project, please join us! Please read the Contribution Guide (CONTRIBUTING.zh-CN.md) before participating in the contribution. - Add official assistant WeChat opentiny-official and join the technical exchange group - Join the mailing list opentiny@googlegroups.com ### Open source protocol [MIT](LICENSE)