Giter Site home page Giter Site logo

danielxue0032 / tiny-engine-data-center Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opentiny/tiny-engine-data-center

0.0 0.0 0.0 707 KB

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

License: MIT License

JavaScript 100.00%

tiny-engine-data-center's Introduction

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 | 简体中文

Instruction Manual

For specific server usage documentation, please see TinyEngine Official Website - User Manual

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

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 [email protected]

Open source protocol

MIT

tiny-engine-data-center's People

Contributors

lu17301156525 avatar wenmine avatar h-ivy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.