TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14647 · Apr 30

#javascript#approval_process#cms#crm#ehr#erp#hr#layui#mysql#oa#privileges#redis#skyeye#springboot#springboot2#springcloud_vue#websocket This platform uses Springboot, Layui, UNI-APP, and Ant Design Vue to create a low-code system for intelligent manufacturing. It includes over 30 application modules and more than 50 electronic workflows, covering CRM, ERP, MES, and more. This system streamlines business processes from customer relations to production and after-sales service, improving efficiency and data transparency. It also manages employee operations, providing a comprehensive solution for businesses. The benefits include faster development, reduced redundancy, and enhanced data management, making it ideal for companies seeking digital transformation. https://github.com/dromara/skyeye

Results

10 similar posts found

djangoproject

@djangoproject · Post #548 · 01/14/2018, 09:49 PM

https://www.tutorialspoint.com/python/python_database_access.htm Python - #MySQL#Database Access The Python standard for database interfaces is the Python DB-API. Most Python database interfaces adhere to this standard. You can choose the right database for your application. Python Database API supports a wide range of database servers such as

djangoproject

@djangoproject · Post #565 · 02/01/2018, 10:55 AM

https://github.com/Monadical-SAS/django-channels-router django-channels-router A Python library for routing and handling #websocket messages using #django-channels. Routing socket messages in the view Routing socket messages using a handler #React

djangoproject

@djangoproject · Post #483 · 10/31/2017, 07:35 PM

https://www.infoworld.com/article/3209651/python/how-to-convert-python-to-javascript-and-back-again.html How to convert #Python to #JavaScript (and back again) Love Python? JavaScript, not so much? Here are four tools that turn Python to JavaScript for use in web applications

djangoproject

@djangoproject · Post #442 · 09/17/2017, 12:32 AM

http://www.bogotobogo.com/python/python_redis_with_python.php Redis with Python In order to use #Redis with Python, we will need a Python Redis #client. In following sections, we will demonstrate the use of redis-py, a Redis Python Client. redis-py requires a running Redis #server. See Redis Install for installation.

djangoproject

@djangoproject · Post #560 · 01/25/2018, 11:55 AM

https://realpython.com/blog/python/caching-in-django-with-redis/ Caching in #Django With #Redis Application performance is vital to the success of your product. In an environment where users expect website response times of less than a second, the consequences of a slow application can be measured in dollars and cents. Even if you are not selling anything, fast page loads improve the experience of visiting your site. Everything that happens on the server between the moment it receives a request to the moment it returns a response increases the amount of time it takes to load a page. As a general rule of thumb, the more processing you can eliminate on the server, the faster your application will perform. Caching data after it has been processed and then serving it from the #cache the next time it is requested is one way to relieve stress on the server. In this tutorial, we will explore some of the factors that bog down your application, and we will demonstrate how to implement caching with Redis to counteract their effects.

The Devs

@thedevs · Post #1547 · 07/30/2019, 11:06 AM

The future of websites: Headless CMSs. #article#list#cms @thedevs https://kutt.it/cYgQlQ

djangoproject

@djangoproject · Post #459 · 10/04/2017, 04:08 AM

https://www.fullstackpython.com/websockets.html A #WebSocket is a standard protocol for two-way data transfer between a #client and #server. The WebSockets protocol does not run over #HTTP, instead it is a separate implementation on top of #TCP. #AJAX

djangoproject

@djangoproject · Post #167 · 09/22/2016, 02:01 PM

https://github.com/aio-libs/aiomysql #aiomysql is a "driver" for accessing a #MySQL database from the #asyncio (PEP-3156/tulip) framework. It depends on and reuses most parts of #PyMySQL . aiomysql tries to be like awesome #aiopg library and preserve same api, look and feel. Internally aiomysql is copy of PyMySQL, underlying io calls switched to async, basically yield from and asyncio.coroutine added in proper places)). sqlalchemy support ported from aiopg.

djangoproject

@djangoproject · Post #293 · 04/10/2017, 09:41 AM

http://aiomysql.readthedocs.io/en/latest/sa.html aiomysql.sa — support for SQLAlchemy functional SQL layer sqlalchemy support ported from #aiopg, so #api should be very familiar for aiopg user. While core API provides a core support for access to #MySQL#database, manipulations with raw SQL strings too annoying. Fortunately we can use excellent SQLAlchemy Core as SQL query builder. So you can execute SQL #query built by tbl.insert().values(val='abc') or tbl.select() expressions. #sqlalchemy has rich and very powerful set of SQL construction functions, please read tutorial for full list of available operations. Also we provide SQL transactions support. Please take a look on SAConnection.begin() method and family.

The Devs

@thedevs · Post #2124 · 08/07/2024, 08:36 AM

Concurrency, MySQL and Node.js: A journey of discovery. #article#js#database#mysql @thedevs https://thedevs.link/gMigA8