هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.
Product Advantages
-
No Servers to Manage
Your code is run automatically without the need for provisioning and managing servers, allowing you to focus on your core business.
Your code is run automatically without the need for provisioning and managing servers, allowing you to focus on your core business.
-
Auto-scaling
Functions automatically scale to suit fluctuations in resource demands, ensuring that the services remain accessible even during peaks and spikes.
Functions automatically scale to suit fluctuations in resource demands, ensuring that the services remain accessible even during peaks and spikes.
-
Event-based Triggering
FunctionGraph works with multiple cloud services (such as SMN, OBS, DIS, and DMS) in an event-based triggering mechanism to meet diverse service requirements and improve development efficiency.
FunctionGraph works with multiple cloud services (such as SMN, OBS, DIS, and DMS) in an event-based triggering mechanism to meet diverse service requirements and improve development efficiency.
-
Pay per Use
You will be billed based on the number of requests and code execution duration (precise down to the 100 ms range).
You will be billed based on the number of requests and code execution duration (precise down to the 100 ms range).
Application Scenarios
Real-time File Processing
Uploading files from a client to OBS triggers functions that create image thumbnails in real time, convert video formats, aggregate and filter data files, or implement other file operations.
Advantages
Real-time Stream Processing
FunctionGraph works with DIS to process real-time data streams for such purposes as application activity tracking, orderly transaction processing, stream analysis, data cleansing, log filtering, metrics generation, social media analysis, and IoT telemetry.
Advantages
Artificial Intelligence
FunctionGraph combines with HUAWEI CLOUD EI services for fast text recognition and illicit image identification.
Advantages
Highlights
-
Function Management
Web-based console for managing functions
Web-based console for managing functions
-
Flexible Specifications
Support for multiple runtimes and function memory sizes ranging from 128 MB to 4 GB
Support for multiple runtimes and function memory sizes ranging from 128 MB to 4 GB
-
Editing Code InlineEditing Code Inline
For functions in runtimes such as Python and Node.js, you can edit code inline with syntax highlighting.
For functions in runtimes such as Python and Node.js, you can edit code inline with syntax highlighting.
-
Uploading Function PackagesUploading Function Packages
You can zip all dependencies and code of a function and upload the package to FunctionGraph.
You can zip all dependencies and code of a function and upload the package to FunctionGraph.
-
Uploading Function Packages from OBSUploading Function Packages from OBS
For a function package larger than the threshold, you can upload it to OBS and specify the URL of the package in your function. FunctionGraph automatically downloads the function code and dependencies in the package from OBS.
For a function package larger than the threshold, you can upload it to OBS and specify the URL of the package in your function. FunctionGraph automatically downloads the function code and dependencies in the package from OBS.
-
Multiple RuntimesMultiple Runtimes
FunctionGraph supports functions in various runtimes, such as Python, Node.js, Java, and Go.
FunctionGraph supports functions in various runtimes, such as Python, Node.js, Java, and Go.
-
Wide Memory RangeWide Memory Range
The memory size ranges from 128 MB to 4 GB to store function instances.
The memory size ranges from 128 MB to 4 GB to store function instances.
-
Auto-scaling
Automatic scaling of function instances based on the number of requests
Automatic scaling of function instances based on the number of requests
-
High Availability
Automatic scheduling of new function instances to process requests in case of instance errors
Automatic scheduling of new function instances to process requests in case of instance errors
-
Requests-based ScalingRequests-based Scaling
FunctionGraph automatically scales resources based on the number of service requests during peaks and spikes. It supports load balancing that distributes requests to function instances to ensure high processing performance.
FunctionGraph automatically scales resources based on the number of service requests during peaks and spikes. It supports load balancing that distributes requests to function instances to ensure high processing performance.
-
Automatic Fault RecoveryAutomatic Fault Recovery
If an instance becomes faulty, FunctionGraph starts another instance to process new requests and releases resources of the faulty instance.
If an instance becomes faulty, FunctionGraph starts another instance to process new requests and releases resources of the faulty instance.
-
Event-based Triggering
Multiple types of triggers supported to execute functions
Multiple types of triggers supported to execute functions -
Monitoring and Logging
Function metrics monitoring and run logs collection to provide a full view of function statuses
Function metrics monitoring and run logs collection to provide a full view of function statuses
-
Triggering Functions by Different Event SourcesTriggering Functions by Different Event Sources
OBS: Functions are triggered when operations, such as uploading, copying, and deleting objects, are performed on a bucket. For example, a function is invoked to compress and transform the images or videos uploaded to a specified bucket.
SMN: Functions are triggered to process messages sent to a specified SMN topic.
DIS: Functions are triggered to process the data uploaded to a specified DIS stream.
DMS: Functions are triggered to process messages sent to a specified DMS queue.
APIG: Functions are triggered to perform specified operations when a custom REST API is called.
Timer: Functions are triggered according to configured rules.
Manual invocation: You can manually invoke functions using an API or the console for debugging purposes.
OBS: Functions are triggered when operations, such as uploading, copying, and deleting objects, are performed on a bucket. For example, a function is invoked to compress and transform the images or videos uploaded to a specified bucket.
SMN: Functions are triggered to process messages sent to a specified SMN topic.
DIS: Functions are triggered to process the data uploaded to a specified DIS stream.
DMS: Functions are triggered to process messages sent to a specified DMS queue.
APIG: Functions are triggered to perform specified operations when a custom REST API is called.
Timer: Functions are triggered according to configured rules.
Manual invocation: You can manually invoke functions using an API or the console for debugging purposes.
-
Function MonitoringFunction Monitoring
FunctionGraph displays key metrics of functions, including invocations, errors, throttles, and execution duration.
FunctionGraph displays key metrics of functions, including invocations, errors, throttles, and execution duration.
-
Function LoggingFunction Logging
FunctionGraph records the run logs of functions, making it easy to debug and audit functions through log query.
FunctionGraph records the run logs of functions, making it easy to debug and audit functions through log query.