UCToo is a cloud-native distributed SaaS application development infrastructure

UCToo is a cloud-native distributed SaaS application development infrastructure

2022-09-14 0 933
Resource Number 38451 Last Updated 2025-02-24
¥ 0HKD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

UCToo is a general term for a set of best practices for cloud-native distributed SaaS application development.

overview

UCToo is a cloud-native distributed SaaS application development infrastructure. It meets the Level 5 standard of SaaS maturity model, implements SaaS unified application instance template development specifications, and adopts open-source, general-purpose, and vendor-neutral technology selection. Built-in many developer efficiency tools, it can quickly develop and operate SaaS applications, and is suitable as a starting project for SaaS platforms, industrial Internet and other products. Development results can be shared, interconnected, and commercially distributed in the UCToo Marketplace.

UCToo is a cloud-native distributed SaaS application development infrastructure插图

Key features:

The design goal of this project is to provide developers with the ability to generate the management background, API interface and default mobile application of the application module mainly by defining the data structure of the application module, so that the background developers and front-end developers who master the technology stack can use this project to quickly develop multi-terminal compatible digital systems and applications, and can carry out flexible secondary development.

Advanced technology, mainstream applications, open source and openness.
The module is detachable, and the system only retains the core functions, and the rest of the functions are realized by expanding the module.
It supports cloud-native application development, supports multi-merchant and multi-application management SaaS platform features, can be independently installed and deployed in most cloud platform environments, and supports cloud-native deployment.
Support WeChat Mini Program cloud development features.
Since the third-party platform development method is the basis for the dependence of WeChat transaction components and batch cloud development, it is recommended that the third-party platform method be used for the development of WeChat-related applications.
It realizes the modular development of applications on the third-party platform of WeChat, and various value-added applications can be installed and uninstalled independently, supporting the commercial distribution and deployment of modules.
It has integrated the WeChat third-party platform for batch cloud development, and supports decentralized deployment of merchant web management platform and applet application templates.
catchadmin can realize the rapid development of low-code on the merchant web management platform, and the UCToo low-code module can realize the rapid low-code development of mini programs and APP multi-terminal.
Product Architecture
The system integrates many excellent open source projects, adopts common technologies, and continuously integrates industry best practices on a weekly basis. The UCToo development team has expanded the functions related to WeChat app development, connecting all the interfaces of the WeChat Official Accounts Platform and the Open Platform, so that they can be used in any type of WeChat app project.
Third-party platform configuration information is stored in the WechatOpen table. The account information of the Official Account/Mini Program authorized to the third-party platform is stored in the wechatopen_applet table, the parameters of the WechatOpen table are used to initialize the easyWeChat SDK, and the parameters of the wechatopen_applet table are used as the account information of the third-party platform to realize the business on behalf of the Official Account/Mini Program.
– UCToo V2 adopts the catchadmin framework with front-end and back-end separation.
At the same time, combined with the characteristics of Tencent CloudBase’s cloud-native development platform,
It can realize the decentralized deployment of SaaS application instance templates.
This makes the project conform to the main features of a Level 5 SaaS product
controller

Use the Admin Admin – > System Administration – > code generation function to generate Admin Admin data tables, models, and resource controllers

UCToo is a cloud-native distributed SaaS application development infrastructure插图1

API

uctoo-api-client

u

ctoo-api-client-php is a lightweight, semantic, IDE-friendly HTTP client that supports common HTTP requests, asynchronous requests, and concurrent requests.

When we want to develop a UCToo mall module minishop that integrates WeChat Mini Store, there is a function to synchronize WeChat Mini Store to get category details on the product category management function page, and we can use the following development specifications:

 

UCToo is a cloud-native distributed SaaS application development infrastructure插图2

  • From the front-end VUE project, initiate a request to the php background sync category interface of the minishop product.
    In the PHP background synchronization category method, we do not initialize a WeChat SDK running locally to call the open interface of the transaction component of the standard version of WeChat Store in the traditional way, but initialize a uctoo-api-client-php client and forward the request to the microservice of WechatOpen product to get category details. The sample code is as follows:
    /**
    * Synchronize WeChat Mini Store category data to the local area
    */
    public function sync(Request $request)
    {
    $result = null;

    $host = trim(Utils::config(‘wechatopen.host’));
    $account = trim(Utils::config(‘wechatopen.account’));
    $password = trim(Utils::config(‘wechatopen.password’));
    $response = Http::withHost($host) // Specify the third-party platform
    ->withAccountAuth($account,$password) //Use server-side account authentication
    ->withVerify(false) // No SSL verification required
    ->product(‘/api/wechatopen’) // Required parameter if product is specified
    ->post(‘/product/category/get’, [‘appid’ => AdminApplet::adminApplet($request->user()->id)[‘appid’],’f_cat_id’=>0]); AppID managed by the current administrator
    $res = $response->body();
    return CatchResponse::success( $res,’sync success’);
    }
    Secondary development

    General steps for secondary development with UCToo:
    1. Create a database data structure based on your needs. The data structure must follow the data specifications agreed upon in the SaaS shared data model.
    2. Through the background interface generation function of uctoo-api-server management background, the background CRUD function of the created data model can be generated with one click.
    3. Generate APIs through the API management function of the uctoo-api-server management background. Configure API permissions for microapps managed by the platform.
    4. Configure the interconnection API through the uctoo-api-client template to customize the application required for development.
    5. Publish to the micro-application account managed by the platform through the application publishing function of the uctoo-api-server management background.
    6. Through the application packaging function of uctoo-api-server management background, the developed application is packaged into a SaaS application instance template, which can be published to other micro-application accounts with the same functional requirements.

    Runtime environment dependencies

    PHP >= 7.1.0
    MySQL >= 5.5.0 (requires innodb support)
    PDO PHP Extension
    MBstring PHP Extension
    CURL PHP Extension
    ZIP Extension
    Composer

    Manual

    Please refer to the details for details
    https://www.kancloud.cn/doc_uctoo/manual

资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free Source Code UCToo is a cloud-native distributed SaaS application development infrastructure https://ictcoder.com/uctoo-is-a-cloud-native-distributed-saas-application-development-infrastructure/

Share free open-source source code

Q&A
  • 1. Automatic: After making an online payment, click the (Download) link to download the source code; 2. Manual: Contact the seller or the official to check if the template is consistent. Then, place an order and make payment online. The seller ships the goods, and both parties inspect and confirm that there are no issues. ICTcoder will then settle the payment for the seller. Note: Please ensure to place your order and make payment through ICTcoder. If you do not place your order and make payment through ICTcoder, and the seller sends fake source code or encounters any issues, ICTcoder will not assist in resolving them, nor can we guarantee your funds!
View details
  • 1. Default transaction cycle for source code: The seller manually ships the goods within 1-3 days. The amount paid by the user will be held in escrow by ICTcoder until 7 days after the transaction is completed and both parties confirm that there are no issues. ICTcoder will then settle with the seller. In case of any disputes, ICTcoder will have staff to assist in handling until the dispute is resolved or a refund is made! If the buyer places an order and makes payment not through ICTcoder, any issues and disputes have nothing to do with ICTcoder, and ICTcoder will not be responsible for any liabilities!
View details
  • 1. ICTcoder will permanently archive the transaction process between both parties and snapshots of the traded goods to ensure the authenticity, validity, and security of the transaction! 2. ICTcoder cannot guarantee services such as "permanent package updates" and "permanent technical support" after the merchant's commitment. Buyers are advised to identify these services on their own. If necessary, they can contact ICTcoder for assistance; 3. When both website demonstration and image demonstration exist in the source code, and the text descriptions of the website and images are inconsistent, the text description of the image shall prevail as the basis for dispute resolution (excluding special statements or agreements); 4. If there is no statement such as "no legal basis for refund" or similar content, any indication on the product that "once sold, no refunds will be supported" or other similar declarations shall be deemed invalid; 5. Before the buyer places an order and makes payment, the transaction details agreed upon by both parties via WhatsApp or email can also serve as the basis for dispute resolution (in case of any inconsistency between the agreement and the description of the conflict, the agreement shall prevail); 6. Since chat records and email records can serve as the basis for dispute resolution, both parties should only communicate with each other through the contact information left on the system when contacting each other, in order to prevent the other party from denying their own commitments. 7. Although the probability of disputes is low, it is essential to retain important information such as chat records, text messages, and email records, in case a dispute arises, so that ICTcoder can intervene quickly.
View details
  • 1. As a third-party intermediary platform, ICTcoder solely protects transaction security and the rights and interests of both buyers and sellers based on the transaction contract (product description, agreed content before the transaction); 2. For online trading projects not on the ICTcoder platform, any consequences are unrelated to this platform; regardless of the reason why the seller requests an offline transaction, please contact the administrator to report.
View details

Related Source code

ICTcoder Customer Service

24-hour online professional services