US20210182251A1 - Artifact deployment for application managed service instances - Google Patents

Artifact deployment for application managed service instances Download PDF

Info

Publication number
US20210182251A1
US20210182251A1 US17/183,441 US202117183441A US2021182251A1 US 20210182251 A1 US20210182251 A1 US 20210182251A1 US 202117183441 A US202117183441 A US 202117183441A US 2021182251 A1 US2021182251 A1 US 2021182251A1
Authority
US
United States
Prior art keywords
instance
tenant
application
computer
deployer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US17/183,441
Inventor
Peter Eberlein
Klaus Kopecz
Arne Harren
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SAP SE
Original Assignee
SAP SE
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SAP SE filed Critical SAP SE
Priority to US17/183,441 priority Critical patent/US20210182251A1/en
Assigned to SAP SE reassignment SAP SE ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EBERLEIN, PETER, HARREN, ARNE, KOPECZ, KLAUS
Publication of US20210182251A1 publication Critical patent/US20210182251A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Definitions

  • Microservice-oriented application platforms manage services as resources that are instantiated and statically-bound at deployment time by an application operator.
  • This is an appropriate model for applications that only require a fixed number of instances of a particular type, such as a schema in a database.
  • static binding is not sufficient.
  • Such applications need to create additional instances at runtime whenever a new tenant is added and also need to connect to any one of these instances when processing a request for a specific tenant.
  • the present disclosure describes artifact deployment for application managed service instances.
  • a first instance of a deployer application is executed in a server mode.
  • the deployer application is configured to deploy service instances for a multi-tenant application.
  • a first onboarding request is received for a first tenant for the multi-tenant application.
  • a first service instance for the first tenant is created, in response to the first onboarding request.
  • a first request to deploy artifacts to the first service instance is received, by the first instance of the deployer application.
  • the artifacts are deployed, by the first instance of the deployer application, to the first service instance.
  • Implementations of the described subject matter can be implemented using a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer-implemented system comprising one or more computer memory devices interoperably coupled with one or more computers and having tangible, non-transitory, machine-readable media storing instructions that, when executed by the one or more computers, perform the computer-implemented method/the computer-readable instructions stored on the non-transitory, computer-readable medium.
  • a server instance of a deployer application can be started in a server mode and listen for requests to deploy artifacts for a new service instance for a new onboarded tenant.
  • a deployer application can support both run-once and server modes.
  • application deployment can be decoupled from deployment of design-time artifacts for new service instances for newly-onboarded tenants.
  • similar database modules can be used to deploy both tenant-specific and tenant-independent content.
  • the deployer application can be called to deploy such extension artifacts.
  • FIG. 1 is a block diagram illustrating an example of a system for deploying content for a static service instance, according to an implementation of the present disclosure.
  • FIG. 2 is a block diagram illustrating an example of a system for deploying content for a new service instance, according to an implementation of the present disclosure.
  • FIG. 3 is an example descriptor file that describes modules associated with a multi-tenant application, according to an implementation of the present disclosure.
  • FIG. 4 is a flowchart illustrating an example of a computer-implemented method for deploying content for a new service instance, according to an implementation of the present disclosure.
  • FIG. 5 is a block diagram illustrating an example of a computer-implemented system used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure.
  • Microservice-oriented application platforms manage services as resources that are instantiated and statically-bound at deployment time by an application operator.
  • This is an appropriate model for applications that only require a fixed number of instances (typically one) of a particular type, such as a schema in a database.
  • static binding is not sufficient.
  • Such applications need to create additional instances at runtime whenever a new tenant is added and also need to connect to any one of these instances when processing a request for a specific tenant.
  • an online- or network-available, multi-tenant application is generally scalable, has minimal downtime, and is cloud-computing-environment enabled.
  • a microservices architecture an application is typically split into a number of individually-deployable, narrowly-focused, re-usable, fault-tolerant software services organized around capabilities (for example, a database persistence service, email sending service, job scheduling service, and user interface management service). Services can be implemented (for example, in various software/hardware environments, databases, or programming languages) as an interface is used to call particular services.
  • a MSA application is naturally modular and allows for a more continuous-delivery-type of software development process.
  • a service binding for example, a set of key/value pairs containing a service URL (Uniform Resource Locator) and access credentials
  • MSA application platforms can manage services as resources that are instantiated and bound at deployment time by a deployer (for example, a third-party or application developer/administrator). This is an appropriate model for applications that only require a fixed number of service instances (typically one) of a particular type, such as a schema in a database.
  • an instance manager component can be used.
  • the instance manager can expose an application programming interface (API) that is accessible by an application using a service binding to an instance manager instance to create actual service instances or to retrieve credentials to a specific service instance that the instance manager manages (for example, during onboarding, the application can make a request to a service instance of the instance manager to dynamically create one or more service instances).
  • API application programming interface
  • the instance manager can build on functionality of a service broker that handles static instance creation and binding by providing applications with an ability to also dynamically manage service instances.
  • the application can receive credentials for an instance manager instance, rather than for an actual service instance. With these credentials, the application can invoke services provided by the instance manager for creating new actual service instances whenever a new tenant is added to the application.
  • the application can invoke another service of the instance manager that dynamically returns the credentials to the tenant's actual service instance based, for example, on a tenant identifier that can be provided when the service instance was originally created. With the returned credentials, the application can then connect to actual service instances, dynamically switching between available service instances as required for processing requests for specific tenants.
  • service instance credentials can be cached and open connections can be pooled to minimize overhead created by additional calls to the instance manager.
  • each tenant may have a different database schema.
  • a new schema can be created, at runtime, by the instance manager.
  • a new, empty container can be created for the new tenant.
  • the empty container does not initially have database structures or artifacts such as tables, views, or stored procedures. Artifacts can be dynamically created in the newly created container, after a schema has been created in the database container.
  • a deployer application can be configured to support two modes.
  • An instance of the deployer application can be executed in a one-off mode to deploy a static container.
  • the deployer application instance that is executed in the one-off mode can terminate after the static container has been deployed.
  • Another instance of the deployer application can be executed in a server mode, for continual execution, for creation of artifacts in database containers that have been dynamically created for new tenants.
  • An application can, after a schema for a new tenant has been created by the instance manager, invoke the server instance of the deployer application for creation of artifacts in the newly created schema.
  • the server instance of the deployer application which can be launched in a server mode using a server-mode parameter, can run continuously, waiting for requests from applications.
  • FIG. 1 is a block diagram illustrating an example of a system 100 for deploying content for a static service instance, according to an implementation of the present disclosure.
  • an application router 103 can route application requests from clients 104 (including a client 104 a ) to application modules 106 a , 106 b , and 106 c .
  • a deploy service 108 can deploy the application 102 , with the deployment including creation of a main (static) database container 110 in a database 112 .
  • the main database container 110 can be or include a database schema, for example, or some other type of service instance.
  • the main database container 110 can be statically bound to the application 102 for the lifetime of the application 102 .
  • the deploy service 108 can create a one-off instance 113 of a deployer application for deploying artifacts that are included in the one-off instance to the main database container 110 .
  • the one-off instance 113 of the deployer application can execute a deployment process that includes creation of a schema in the main database container 110 (as illustrated by a deploy indicator 114 ).
  • the one-off instance 113 of the deployer application can statically deploy metadata descriptions of artifacts (for example, tables, views, stored procedures) after the schema is created.
  • the one-off instance 113 of the deployer application (or another component in the database 112 ) can use the metadata descriptions for creation of the artifacts in the main database container 110 .
  • the one-off instance 113 of the deployer application can be terminated after the deployment process has completed.
  • the application modules 106 a , 106 b , and 106 c can access the main database container 110 , as part of application execution, as indicated by request messages 115 a , 115 b , and 115 c , respectively.
  • Credentials for accessing the main database container 110 can be provided to the application, for example, in environment variables when the application 102 is started.
  • the application 102 is statically bound to the main database container 110 during the lifetime of the application 102 .
  • FIG. 2 is a block diagram illustrating an example of a system 200 for deploying content for a new service instance, according to an implementation of the present disclosure.
  • a multi-tenant application 202 can include application modules 203 a , 203 b , and 203 c .
  • Tenant-independent data for the multi-tenant application 202 can be stored in the main database container 110 .
  • the one-off instance 113 of the deployer application can deploy content to the main database container 110 , as previously described.
  • other database containers can be created for individual tenants, as described in the following.
  • the deploy service 108 can deploy a server instance 204 of the deployer application.
  • the server instance 204 of the deployer application can be launched in a server mode using a server-mode parameter (in some implementations, “—instance—deploy server”), and can run continuously, waiting for requests from applications.
  • the server instance 204 and the one-off instance 113 of the deployer application can have a same binary executable file, but can deploy different content.
  • the server instance 204 of the deployer application can deploy content in response to an onboarding request.
  • a tenant onboarding component 206 can send an onboarding request message 207 for a new tenant to the application module 203 a .
  • the new tenant can be a new subscriber to the multi-tenant application 202 , for example.
  • the application module 203 a can include a callback function that is called to handle the onboarding request message 207 .
  • the callback function may be associated with a URL that was previously registered with the system 200 .
  • the application module 203 a and the server instance 204 of the deployer application are different portions of a same application.
  • the application module 203 a sends a message 210 to an instance manager 212 to request creation of a new container for the new tenant and a service binding for the new container.
  • the instance manager 212 forwards the message 210 (as a forwarded message 216 ) to a service broker 216 to request a new container including service binding.
  • the service broker 216 in response to receipt of the forwarded message 214 , sends a container creation and service binding request 218 to a container management component 220 .
  • the container management component 220 creates a new instance container 222 for the new tenant.
  • the instance manager 212 can return, to the application module 203 a , credentials for accessing the new instance container 222 .
  • the application module 208 a sends a deployment request 224 to the server instance 204 of the deployer application, to deploy content to the new instance container 222 .
  • the deployment request 224 includes the credentials the application module 203 a received from the instance manager 212 , for accessing the new instance container 222 .
  • the server instance 204 of the deployer application requests and receives credentials for accessing the new service instance container 222 from the instance manager 212 .
  • the server instance 204 of the deployer application deploys content to the new instance container 222 , as illustrated by a deployment indicator 223 .
  • the application module 208 a can be provided an indication of success or failure of the deployment.
  • application module(s) access database containers.
  • the application module 203 c can send a get-instance request 224 to the instance manager 212 , to get a service binding for the new instance container 222 .
  • the application module 203 c can use the received service binding to access the new instance container 222 , as illustrated by an access request 226 .
  • the application module 203 c (and other application modules) can also access the main database container 110 (for example, to access tenant-independent data), as illustrated by an access request 228 .
  • the application module 203 c may have previously received a service binding for the main database container 110 from the instance manager 212 , for example.
  • the server instance 204 after deploying content to the new service instance 222 , remains active, listening for other deployment requests. For example, another new tenant can be onboarded, and another new instance container 230 can be created. The server instance 204 can receive a request (not illustrated) to deploy content to the other new service instance container 230 .
  • the instance manager 212 can delete the instance container for the offloaded tenant. Deletion of the instance container can include deletion of artifacts that had been deployed by the server instance 204 .
  • the server instance 204 of the deployer application can have a same, common binary executable as the one-off instance 113 of the deployer application.
  • Each of the server instance 204 and the one-off instance 113 can be referred to as database modules.
  • the deployment to instance containers by the server instance 204 can utilize the same functionality provided by the common binary executable as used by the one-off instance 113 , such as grantor services, service bindings, configuration file templating, and reusable database modules.
  • Using the same binary executable can result in a same or similar development experience for developers, which may not be the case if the multi-tenant application 202 were to be used to deploy the artifacts.
  • Developers may be familiar with particular database module folders common to the server instance 204 and the one-off instance 113 (for example, “lib”, “src”, and “cfg” folders), and such familiarity may make packaging design time artifacts into the server instance 204 an easier and more consistent process for developers than if design time artifacts were packaged into the multi-tenant application 202 .
  • the multi-tenant application 202 can employ a one tenant per instance approach, or can use other tenant separation approaches.
  • the multi-tenant application 202 can use different tenant separation approaches in different contexts, for example. Different tenants can be mapped to a same instance, for example, with a tenant column used to separate data between the tenants in the instance. Metadata that describes which tenants are mapped to which instances can be stored in the main database container 110 .
  • An example of the use of different tenant separation approaches for one multi-tenant application can be that tenants with different capacity requirements are supported in a cost-effective way.
  • Production tenants for which customers pay money
  • Trial tenants (which can be allocated for free to trial users) can be represented by a discriminative column in a database table which lives within one database container hosting all trial tenants. This can be more cost effective for a provider (for example, SAP) because trial tenants generally have limited storage capacity and can be bundled within one database container.
  • the system 100 can support different application lifetime phases. Changes to database artifacts (for example, tables, views, stored procedures) can change during the lifetime of the multi-tenant application 202 . For example, tables, views, or stored procedures can be changed, added, or dropped.
  • the deploy service 108 can deploy new or changed artifacts to the main container 110 .
  • the database 112 can include more than two instance containers.
  • a new server instance of the deployer application (not illustrated) that includes the new or changed artifacts can be deployed.
  • the new server instance of the deployer application can have an upgrade task that is configured to loop over existing instance containers and deploy, in turn, the new or changed artifacts to each respective instance container.
  • the upgrade task can be configured to request and receive from the instance manager 212 a list of active instance containers.
  • the deploy service 108 can determine, during an upgrade of the multi-tenant application 202 , that the new server instance of the deployer application includes different artifacts than the server instance 204 , and in response to the determination, start the upgrade task. After the upgrade task has completed, the deploy service 108 can start the new server instance of the deployer application in a server mode.
  • the first approach can be unacceptable for some upgrades since, with the first approach, the multi-tenant application 202 may be unavailable during the upgrade, and upgrading all of the instance containers during the upgrade of the multi-tenant application 202 may result in the upgrade of the multi-tenant application 202 taking more than an acceptable amount of time. Rather than upgrade all instance containers during the upgrade of the multi-tenant application 202 , instance containers can be updated using a stepwise per-instance approach.
  • instance containers can be upgraded one a time, according to a schedule, or on demand by customers during a particular available upgrade window. For example, each tenant can choose to upgrade at a particular time within a two week upgrade period.
  • the new server instance of the deployer application can determine that a particular instance container is to be upgraded (based on a schedule or based on receiving a request to upgrade the particular instance container).
  • the new server instance of the deployer application can connect to the particular instance container and deploy new or changed artifacts to the particular instance container.
  • a next instance container can be selected for upgrading, based on a schedule, or based on a received request to upgrade a particular tenant.
  • some instance containers can be at a new version while other instance containers that have not yet been upgraded can be at a current version.
  • two versions of the multi-tenant application 202 can be simultaneously deployed—a current version and a new version.
  • Application modules that are at the new version can connect to instance containers that have been upgraded to the new version.
  • application modules that are at the current version can connect to instance containers that are at the current version, for tenants that have not yet been upgraded.
  • all instance containers can be upgraded to the new version and accessed by application modules that are at the new version.
  • FIG. 3 is an example descriptor file 300 that describes modules associated with a multi-tenant application.
  • a section 302 describes an application module 303 of the multi-tenant application.
  • the application module 303 is named “node 1 ”, has a type of “nodejs”, has a path of “node 1 ”, and has dependencies on an instance manager 304 named “instance-manager-for-instance-hdi-containers” (described in a section 306 ) and on an Application Programming Interface (API) named “instance-deploy-server-api” that is provided by a deployer application instance 308 (described in a section 310 ).
  • the application module 303 can correspond to the previously-discussed application module 208 a.
  • the section 306 describes the instance manager 304 .
  • the section 306 specifies the name (“instance-manager-for-instance-hdi-containers”) and a type (“com.corp.xs.managed-hdi-container) of the instance manager 304 .
  • the type of the instance manager 304 is a unique identifier, for example, a domain name. In some implementations, a domain name can be reversed to help establish uniqueness.
  • the instance manager 304 can correspond to the previously-discussed instance manager 212 .
  • the section 310 describes the deployer application instance 308 .
  • the section 310 specifies that the deployer application instance 308 provides the API named “instance-deploy-server-api”.
  • the “instance-deploy-server-api” API can include a deploy interface, which can be called by the application module 303 , to deploy to a service instance for a new tenant.
  • the section 310 also specifies a name (“instance_db”), a type (“nodejs”), and a path (“instance_db”) for the deployer application instance 308 .
  • the deployer application instance 308 can be started in a server mode and can correspond to the previously-discussed server instance 204 .
  • a section 312 describes a deployer application instance 314 .
  • the deployer application instance 314 can correspond to the previously-described one-off instance 113 .
  • the deployer application instance 314 can deploy content to a main container 316 .
  • a section 318 describes the main container 316 .
  • the main container 316 can correspond to the previously-discussed main container 111 .
  • a section 320 describes another application module 322 of the multi-tenant application.
  • the application module 322 can correspond to the previously discussed application module 208 b.
  • FIG. 4 is a flowchart illustrating an example of a computer-implemented method 400 for artifact deployment for application managed service instances, according to an implementation of the present disclosure.
  • method 400 can be performed, for example, by any system, environment, software, and hardware, or a combination of systems, environments, software, and hardware, as appropriate.
  • various steps of method 400 can be run in parallel, in combination, in loops, or in any order.
  • an instance of a deployer application is executed in a server mode.
  • the deployer application is configured to deploy service instances for a multi-tenant application.
  • Service instances deployed by the instance of the deployer application executed in the server mode can deploy content to service instances that are each associated with a specific tenant.
  • Another instance of the deployer application can run in a run-once mode, for deploying tenant-independent data to a service instance accessible by all tenants of the multi-tenant application. From 402 , method 400 proceeds to 404 .
  • an onboarding request is received for a tenant for the multi-tenant application.
  • the tenant may wish to subscribe to the multi-tenant application as a new tenant, for example. From 404 , method 400 proceeds to 406 .
  • a service instance is created, for the tenant, in response to the onboarding request.
  • the service instance can be a container that is to include a database schema, for example. From 406 , method 400 proceeds to 408 .
  • a request to deploy artifacts to the service instance is received by the instance of the deployer application.
  • the artifacts can include database tables, views, and stored procedures.
  • the artifacts can be included in the instance of the deployer application. From 408 , method 400 proceeds to 410 .
  • the artifacts are deployed to the service instance by the instance of the deployer application.
  • method 400 stops.
  • the instance of the deployer application can continue to run in the server mode, and steps 404 to 410 can be repeated, in response to other onboarding requests received for other tenants.
  • FIG. 5 is a block diagram illustrating an example of a computer-implemented System 500 used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure.
  • System 500 includes a Computer 502 and a Network 530 .
  • the illustrated Computer 502 is intended to encompass any computing device such as a server, desktop computer, laptop/notebook computer, wireless data port, smart phone, personal data assistant (PDA), tablet computer, one or more processors within these devices, another computing device, or a combination of computing devices, including physical or virtual instances of the computing device, or a combination of physical or virtual instances of the computing device. Additionally, the Computer 502 can include an input device, such as a keypad, keyboard, touch screen, another input device, or a combination of input devices that can accept user information, and an output device that conveys information associated with the operation of the Computer 502 , including digital data, visual, audio, another type of information, or a combination of types of information, on a graphical-type user interface (UI) (or GUI) or other UI.
  • UI graphical-type user interface
  • the Computer 502 can serve in a role in a distributed computing system as a client, network component, a server, a database or another persistency, another role, or a combination of roles for performing the subject matter described in the present disclosure.
  • the illustrated Computer 502 is communicably coupled with a Network 530 .
  • one or more components of the Computer 502 can be configured to operate within an environment, including cloud-computing-based, local, global, another environment, or a combination of environments.
  • the Computer 502 is an electronic computing device operable to receive, transmit, process, store, or manage data and information associated with the described subject matter. According to some implementations, the Computer 502 can also include or be communicably coupled with a server, including an application server, e-mail server, web server, caching server, streaming data server, another server, or a combination of servers.
  • a server including an application server, e-mail server, web server, caching server, streaming data server, another server, or a combination of servers.
  • the Computer 502 can receive requests over Network 530 (for example, from a client software application executing on another Computer 502 ) and respond to the received requests by processing the received requests using a software application or a combination of software applications.
  • requests can also be sent to the Computer 502 from internal users (for example, from a command console or by another internal access method), external or third-parties, or other entities, individuals, systems, or computers.
  • Each of the components of the Computer 502 can communicate using a System Bus 503 .
  • any or all of the components of the Computer 502 can interface over the System Bus 503 using an application programming interface (API) 512 , a Service Layer 513 , or a combination of the API 512 and Service Layer 513 .
  • the API 512 can include specifications for routines, data structures, and object classes.
  • the API 512 can be either computer-language independent or dependent and refer to a complete interface, a single function, or even a set of APIs.
  • the Service Layer 513 provides software services to the Computer 502 or other components (whether illustrated or not) that are communicably coupled to the Computer 502 .
  • the functionality of the Computer 502 can be accessible for all service consumers using the Service Layer 513 .
  • Software services such as those provided by the Service Layer 513 , provide reusable, defined functionalities through a defined interface.
  • the interface can be software written in JAVA, C++, another computing language, or a combination of computing languages providing data in extensible markup language (XML) format, another format, or a combination of formats.
  • XML extensible markup language
  • alternative implementations can illustrate the API 512 or the Service Layer 513 as stand-alone components in relation to other components of the Computer 502 or other components (whether illustrated or not) that are communicably coupled to the Computer 502 .
  • any or all parts of the API 512 or the Service Layer 513 can be implemented as a child or a sub-module of another software module, enterprise application, or hardware module without departing from the scope of the present disclosure.
  • the Computer 502 includes an Interface 504 . Although illustrated as a single Interface 504 , two or more Interfaces 504 can be used according to particular needs, desires, or particular implementations of the Computer 502 .
  • the Interface 504 is used by the Computer 502 for communicating with another computing system (whether illustrated or not) that is communicatively linked to the Network 530 in a distributed environment.
  • the Interface 504 is operable to communicate with the Network 530 and includes logic encoded in software, hardware, or a combination of software and hardware. More specifically, the Interface 504 can include software supporting one or more communication protocols associated with communications such that the Network 530 or hardware of Interface 504 is operable to communicate physical signals within and outside of the illustrated Computer 502 .
  • the Computer 502 includes a Processor 505 . Although illustrated as a single Processor 505 , two or more Processors 505 can be used according to particular needs, desires, or particular implementations of the Computer 502 . Generally, the Processor 505 executes instructions and manipulates data to perform the operations of the Computer 502 and any algorithms, methods, functions, processes, flows, and procedures as described in the present disclosure.
  • the Computer 502 also includes a Database 506 that can hold data for the Computer 502 , another component communicatively linked to the Network 530 (whether illustrated or not), or a combination of the Computer 502 and another component.
  • Database 506 can be an in-memory, conventional, or another type of database storing data consistent with the present disclosure.
  • Database 506 can be a combination of two or more different database types (for example, a hybrid in-memory and conventional database) according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality.
  • two or more databases of similar or differing types can be used according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality.
  • Database 506 is illustrated as an integral component of the Computer 502 , in alternative implementations, Database 506 can be external to the Computer 502 .
  • the Database 506 holds the previously described Static Container 516 and at least one Instance Container 518 .
  • the Computer 502 also includes a Memory 507 that can hold data for the Computer 502 , another component or components communicatively linked to the Network 530 (whether illustrated or not), or a combination of the Computer 502 and another component.
  • Memory 507 can store any data consistent with the present disclosure.
  • Memory 507 can be a combination of two or more different types of memory (for example, a combination of semiconductor and magnetic storage) according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality.
  • two or more Memories 507 or similar or differing types can be used according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality.
  • Memory 507 is illustrated as an integral component of the Computer 502 , in alternative implementations, Memory 507 can be external to the Computer 502 .
  • the Application 508 is an algorithmic software engine providing functionality according to particular needs, desires, or particular implementations of the Computer 502 , particularly with respect to functionality described in the present disclosure.
  • Application 508 can serve as one or more components, modules, or applications.
  • the Application 508 can be implemented as multiple Applications 508 on the Computer 502 .
  • the Application 508 can be external to the Computer 502 .
  • the Computer 502 can also include a Power Supply 514 .
  • the Power Supply 514 can include a rechargeable or non-rechargeable battery that can be configured to be either user- or non-user-replaceable.
  • the Power Supply 514 can include power-conversion or management circuits (including recharging, standby, or another power management functionality).
  • the Power Supply 514 can include a power plug to allow the Computer 502 to be plugged into a wall socket or another power source to, for example, power the Computer 502 or recharge a rechargeable battery.
  • Computers 502 there can be any number of Computers 502 associated with, or external to, a computer system containing Computer 502 , each Computer 502 communicating over Network 530 .
  • client can be any number of Computers 502 associated with, or external to, a computer system containing Computer 502 , each Computer 502 communicating over Network 530 .
  • client can be any number of Computers 502 associated with, or external to, a computer system containing Computer 502 , each Computer 502 communicating over Network 530 .
  • client “user,” or other appropriate terminology can be used interchangeably, as appropriate, without departing from the scope of the present disclosure.
  • present disclosure contemplates that many users can use one Computer 502 , or that one user can use multiple computers 502 .
  • Described implementations of the subject matter can include one or more features, alone or in combination.
  • a computer-implemented method comprising: executing a first instance of a deployer application in a server mode, the deployer application configured to deploy service instances for a multi-tenant application; receiving a first onboarding request for a first tenant for the multi-tenant application; creating, in response to the first onboarding request, a first service instance for the first tenant; receiving, by the first instance of the deployer application, a first request to deploy artifacts to the first service instance; and deploying, by the first instance of the deployer application, the artifacts to the first service instance
  • a first feature combinable with any of the following features, wherein the first service instance comprises a database schema.
  • a second feature combinable with any of the previous or following features, wherein the first service instance comprises a database container.
  • a third feature combinable with any of the previous or following features, wherein the artifacts comprise tables, views, and stored procedures.
  • a fourth feature combinable with any of the previous or following features, wherein the artifacts are stored in the first instance of the deployer application.
  • a fifth feature combinable with any of the previous or following features, comprising: executing a second instance of the deployer application to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of the multi-tenant application; and ending execution of the second instance of the deployer application after the shared artifacts have been deployed to the shared service instance.
  • a sixth feature combinable with any of the previous or following features, wherein execution of the second instance of the deployer application finishes before the first instance of the deployer application is executed.
  • a seventh feature combinable with any of the previous or following features, comprising: receiving a second onboarding request for a second tenant for the multi-tenant application; creating, in response to the second onboarding request, a second service instance for the second tenant; receiving, by the first instance of the deployer application, a second request to deploy the artifacts to the second service instance; and deploying, by the first instance of the deployer application, the artifacts to the second service instance.
  • a non-transitory, computer-readable medium storing one or more instructions executable by a computer system to perform operations comprising: executing a first instance of a deployer application in a server mode, the deployer application configured to deploy service instances for a multi-tenant application; receiving a first onboarding request for a first tenant for the multi-tenant application; creating, in response to the first onboarding request, a first service instance for the first tenant; receiving, by the first instance of the deployer application, a first request to deploy artifacts to the first service instance; and deploying, by the first instance of the deployer application, the artifacts to the first service instance
  • a first feature combinable with any of the following features, wherein the first service instance comprises a database schema.
  • a second feature combinable with any of the previous or following features, wherein the first service instance comprises a database container.
  • a third feature combinable with any of the previous or following features, wherein the artifacts comprise tables, views, and stored procedures.
  • a fourth feature combinable with any of the previous or following features, wherein the artifacts are stored in the first instance of the deployer application.
  • a fifth feature combinable with any of the previous or following features, comprising: executing a second instance of the deployer application to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of the multi-tenant application; and ending execution of the second instance of the deployer application after the shared artifacts have been deployed to the shared service instance.
  • a sixth feature combinable with any of the previous or following features, wherein execution of the second instance of the deployer application finishes before the first instance of the deployer application is executed.
  • a seventh feature combinable with any of the previous or following features, comprising: receiving a second onboarding request for a second tenant for the multi-tenant application; creating, in response to the second onboarding request, a second service instance for the second tenant; receiving, by the first instance of the deployer application, a second request to deploy the artifacts to the second service instance; and deploying, by the first instance of the deployer application, the artifacts to the second service instance.
  • a computer-implemented system comprising: a computer memory; and a hardware processor interoperably coupled with the computer memory and configured to perform operations comprising: executing a first instance of a deployer application in a server mode, the deployer application configured to deploy service instances for a multi-tenant application; receiving a first onboarding request for a first tenant for the multi-tenant application; creating, in response to the first onboarding request, a first service instance for the first tenant; receiving, by the first instance of the deployer application, a first request to deploy artifacts to the first service instance; and deploying, by the first instance of the deployer application, the artifacts to the first service instance
  • a first feature combinable with any of the following features, wherein the first service instance comprises a database schema.
  • a second feature combinable with any of the previous or following features, wherein the first service instance comprises a database container.
  • a third feature combinable with any of the previous or following features, wherein the artifacts comprise tables, views, and stored procedures.
  • a fourth feature combinable with any of the previous or following features, wherein the artifacts are stored in the first instance of the deployer application.
  • a fifth feature combinable with any of the previous or following features, comprising: executing a second instance of the deployer application to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of the multi-tenant application; and ending execution of the second instance of the deployer application after the shared artifacts have been deployed to the shared service instance.
  • a sixth feature combinable with any of the previous or following features, wherein execution of the second instance of the deployer application finishes before the first instance of the deployer application is executed.
  • a seventh feature combinable with any of the previous or following features, comprising: receiving a second onboarding request for a second tenant for the multi-tenant application; creating, in response to the second onboarding request, a second service instance for the second tenant; receiving, by the first instance of the deployer application, a second request to deploy the artifacts to the second service instance; and deploying, by the first instance of the deployer application, the artifacts to the second service instance.
  • Implementations of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them.
  • Software implementations of the described subject matter can be implemented as one or more computer programs, that is, one or more modules of computer program instructions encoded on a tangible, non-transitory, computer-readable medium for execution by, or to control the operation of, a computer or computer-implemented system.
  • the program instructions can be encoded in/on an artificially generated propagated signal, for example, a machine-generated electrical, optical, or electromagnetic signal that is generated to encode information for transmission to a receiver apparatus for execution by a computer or computer-implemented system.
  • the computer-storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of computer-storage mediums.
  • Configuring one or more computers means that the one or more computers have installed hardware, firmware, or software (or combinations of hardware, firmware, and software) so that when the software is executed by the one or more computers, particular computing operations are performed.
  • real-time means that an action and a response are temporally proximate such that an individual perceives the action and the response occurring substantially simultaneously.
  • time difference for a response to display (or for an initiation of a display) of data following the individual's action to access the data can be less than 1 millisecond (ms), less than 1 second (s), or less than 5 s.
  • data processing apparatus refers to data processing hardware and encompass all kinds of apparatus, devices, and machines for processing data, including by way of example, a programmable processor, a computer, or multiple processors or computers.
  • the computer can also be, or further include special purpose logic circuitry, for example, a central processing unit (CPU), an FPGA (field programmable gate array), or an ASIC (application-specific integrated circuit).
  • CPU central processing unit
  • FPGA field programmable gate array
  • ASIC application-specific integrated circuit
  • the computer or computer-implemented system or special purpose logic circuitry can be hardware- or software-based (or a combination of both hardware- and software-based).
  • the computer can optionally include code that creates an execution environment for computer programs, for example, code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of execution environments.
  • code that constitutes processor firmware for example, code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of execution environments.
  • the present disclosure contemplates the use of a computer or computer-implemented system with an operating system of some type, for example LINUX, UNIX, WINDOWS, MAC OS, ANDROID, IOS, another operating system, or a combination of operating systems.
  • a computer program which can also be referred to or described as a program, software, a software application, a unit, a module, a software module, a script, code, or other component can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including, for example, as a stand-alone program, module, component, or subroutine, for use in a computing environment.
  • a computer program can, but need not, correspond to a file in a file system.
  • a program can be stored in a portion of a file that holds other programs or data, for example, one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, for example, files that store one or more modules, sub-programs, or portions of code.
  • a computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
  • While portions of the programs illustrated in the various figures can be illustrated as individual components, such as units or modules, that implement described features and functionality using various objects, methods, or other processes, the programs can instead include a number of sub-units, sub-modules, third-party services, components, libraries, and other components, as appropriate. Conversely, the features and functionality of various components can be combined into single components, as appropriate. Thresholds used to make computational determinations can be statically, dynamically, or both statically and dynamically determined.
  • Described methods, processes, or logic flows represent one or more examples of functionality consistent with the present disclosure and are not intended to limit the disclosure to the described or illustrated implementations, but to be accorded the widest scope consistent with described principles and features.
  • the described methods, processes, or logic flows can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output data.
  • the methods, processes, or logic flows can also be performed by, and computers can also be implemented as, special purpose logic circuitry, for example, a CPU, an FPGA, or an ASIC.
  • Computers for the execution of a computer program can be based on general or special purpose microprocessors, both, or another type of CPU.
  • a CPU will receive instructions and data from and write to a memory.
  • the essential elements of a computer are a CPU, for performing or executing instructions, and one or more memory devices for storing instructions and data.
  • a computer will also include, or be operatively coupled to, receive data from or transfer data to, or both, one or more mass storage devices for storing data, for example, magnetic, magneto-optical disks, or optical disks.
  • mass storage devices for storing data, for example, magnetic, magneto-optical disks, or optical disks.
  • a computer need not have such devices.
  • a computer can be embedded in another device, for example, a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a global positioning system (GPS) receiver, or a portable memory storage device.
  • PDA personal digital assistant
  • GPS global positioning system
  • Non-transitory computer-readable media for storing computer program instructions and data can include all forms of permanent/non-permanent or volatile/non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, for example, random access memory (RAM), read-only memory (ROM), phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), and flash memory devices; magnetic devices, for example, tape, cartridges, cassettes, internal/removable disks; magneto-optical disks; and optical memory devices, for example, digital versatile/video disc (DVD), compact disc (CD)-ROM, DVD+/-R, DVD-RAM, DVD-ROM, high-definition/density (HD)-DVD, and BLU-RAY/BLU-RAY DISC (BD), and other optical memory technologies.
  • semiconductor memory devices for example, random access memory (RAM),
  • the memory can store various objects or data, including caches, classes, frameworks, applications, modules, backup data, jobs, web pages, web page templates, data structures, database tables, repositories storing dynamic information, or other appropriate information including any parameters, variables, algorithms, instructions, rules, constraints, or references. Additionally, the memory can include other appropriate data, such as logs, policies, security or access data, or reporting files.
  • the processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
  • implementations of the subject matter described in this specification can be implemented on a computer having a display device, for example, a CRT (cathode ray tube), LCD (liquid crystal display), LED (Light Emitting Diode), or plasma monitor, for displaying information to the user and a keyboard and a pointing device, for example, a mouse, trackball, or trackpad by which the user can provide input to the computer.
  • a display device for example, a CRT (cathode ray tube), LCD (liquid crystal display), LED (Light Emitting Diode), or plasma monitor
  • a keyboard and a pointing device for example, a mouse, trackball, or trackpad by which the user can provide input to the computer.
  • Input can also be provided to the computer using a touchscreen, such as a tablet computer surface with pressure sensitivity, a multi-touch screen using capacitive or electric sensing, or another type of touchscreen.
  • Other types of devices can be used to interact with the user.
  • feedback provided to the user can be any form of sensory feedback (such as, visual, auditory, tactile, or a combination of feedback types).
  • Input from the user can be received in any form, including acoustic, speech, or tactile input.
  • a computer can interact with the user by sending documents to and receiving documents from a client computing device that is used by the user (for example, by sending web pages to a web browser on a user's mobile computing device in response to requests received from the web browser).
  • GUI graphical user interface
  • GUI can be used in the singular or the plural to describe one or more graphical user interfaces and each of the displays of a particular graphical user interface. Therefore, a GUI can represent any graphical user interface, including but not limited to, a web browser, a touch screen, or a command line interface (CLI) that processes information and efficiently presents the information results to the user.
  • a GUI can include a number of user interface (UI) elements, some or all associated with a web browser, such as interactive fields, pull-down lists, and buttons. These and other UI elements can be related to or represent the functions of the web browser.
  • UI user interface
  • Implementations of the subject matter described in this specification can be implemented in a computing system that includes a back-end component, for example, as a data server, or that includes a middleware component, for example, an application server, or that includes a front-end component, for example, a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back-end, middleware, or front-end components.
  • the components of the system can be interconnected by any form or medium of wireline or wireless digital data communication (or a combination of data communication), for example, a communication network.
  • Examples of communication networks include a local area network (LAN), a radio access network (RAN), a metropolitan area network (MAN), a wide area network (WAN), Worldwide Interoperability for Microwave Access (WIMAX), a wireless local area network (WLAN) using, for example, 802.11 a/b/g/n or 802.20 (or a combination of 802.11x and 802.20 or other protocols consistent with the present disclosure), all or a portion of the Internet, another communication network, or a combination of communication networks.
  • the communication network can communicate with, for example, Internet Protocol (IP) packets, Frame Relay frames, Asynchronous Transfer Mode (ATM) cells, voice, video, data, or other information between network nodes.
  • IP Internet Protocol
  • ATM Asynchronous Transfer Mode
  • the computing system can include clients and servers.
  • a client and server are generally remote from each other and typically interact through a communication network.
  • the relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
  • any claimed implementation is considered to be applicable to at least a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer system comprising a computer memory interoperably coupled with a hardware processor configured to perform the computer-implemented method or the instructions stored on the non-transitory, computer-readable medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

A first instance of a deployer application is executed in a server mode. The deployer application is configured to deploy service instances for a multi-tenant application. A first onboarding request is received for a first tenant for the multi-tenant application. A first service instance for the first tenant is created, in response to the first onboarding request. A first request to deploy artifacts to the first service instance is received, by the first instance of the deployer application. The artifacts are deployed, by the first instance of the deployer application, to the first service instance.

Description

    CLAIM OF PRIORITY
  • This application claims priority under 35 USC § 120 to U.S. patent application Ser. No. 15/874,317, filed on Jan. 18, 2018 entitled: ARTIFACT DEPLOYMENT FOR APPLICATION MANAGED SERVICE INSTANCES, (Attorney Docket No. 22135-1115001/170257US01); the entire contents of which are hereby incorporated by reference.
  • BACKGROUND
  • Microservice-oriented application platforms (for example, XS ADVANCED or underlying CLOUD FOUNDARY platform as a service (PaaS)) manage services as resources that are instantiated and statically-bound at deployment time by an application operator. This is an appropriate model for applications that only require a fixed number of instances of a particular type, such as a schema in a database. However, for multiple-tenancy-capable applications that leverage service instances for tenant separation (for example, each tenant stores its data in a separate schema), static binding is not sufficient. Such applications need to create additional instances at runtime whenever a new tenant is added and also need to connect to any one of these instances when processing a request for a specific tenant.
  • SUMMARY
  • The present disclosure describes artifact deployment for application managed service instances.
  • In an implementation, a first instance of a deployer application is executed in a server mode. The deployer application is configured to deploy service instances for a multi-tenant application. A first onboarding request is received for a first tenant for the multi-tenant application. A first service instance for the first tenant is created, in response to the first onboarding request. A first request to deploy artifacts to the first service instance is received, by the first instance of the deployer application. The artifacts are deployed, by the first instance of the deployer application, to the first service instance.
  • Implementations of the described subject matter, including the previously described implementation, can be implemented using a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer-implemented system comprising one or more computer memory devices interoperably coupled with one or more computers and having tangible, non-transitory, machine-readable media storing instructions that, when executed by the one or more computers, perform the computer-implemented method/the computer-readable instructions stored on the non-transitory, computer-readable medium.
  • The subject matter described in this specification can be implemented in particular implementations, so as to realize one or more of the following advantages. First, a server instance of a deployer application can be started in a server mode and listen for requests to deploy artifacts for a new service instance for a new onboarded tenant. Second, a deployer application can support both run-once and server modes. Third, application deployment can be decoupled from deployment of design-time artifacts for new service instances for newly-onboarded tenants. Fourth, similar database modules can be used to deploy both tenant-specific and tenant-independent content. Fifth, if a certain tenant requires extensions to previously deployed artifacts (for example, an additional field in a database table), the deployer application can be called to deploy such extension artifacts.
  • The details of one or more implementations of the subject matter of this specification are set forth in the Detailed Description, the Claims, and the accompanying drawings. Other features, aspects, and advantages of the subject matter will become apparent to those of ordinary skill in the art from the Detailed Description, the Claims, and the accompanying drawings.
  • DESCRIPTION OF DRAWINGS
  • FIG. 1 is a block diagram illustrating an example of a system for deploying content for a static service instance, according to an implementation of the present disclosure.
  • FIG. 2 is a block diagram illustrating an example of a system for deploying content for a new service instance, according to an implementation of the present disclosure.
  • FIG. 3 is an example descriptor file that describes modules associated with a multi-tenant application, according to an implementation of the present disclosure.
  • FIG. 4 is a flowchart illustrating an example of a computer-implemented method for deploying content for a new service instance, according to an implementation of the present disclosure.
  • FIG. 5 is a block diagram illustrating an example of a computer-implemented system used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure.
  • Like reference numbers and designations in the various drawings indicate like elements.
  • DETAILED DESCRIPTION
  • The following detailed description describes artifact deployment for application managed service instances, and is presented to enable any person skilled in the art to make and use the disclosed subject matter in the context of one or more particular implementations. Various modifications, alterations, and permutations of the disclosed implementations can be made and will be readily apparent to those of ordinary skill in the art, and the general principles defined can be applied to other implementations and applications, without departing from the scope of the present disclosure. In some instances, one or more technical details that are unnecessary to obtain an understanding of the described subject matter and that are within the skill of one of ordinary skill in the art may be omitted so as to not obscure one or more described implementations. The present disclosure is not intended to be limited to the described or illustrated implementations, but to be accorded the widest scope consistent with the described principles and features.
  • Microservice-oriented application platforms (for example, XS ADVANCED or underlying CLOUD FOUNDARY platform as a service (PaaS)) manage services as resources that are instantiated and statically-bound at deployment time by an application operator. This is an appropriate model for applications that only require a fixed number of instances (typically one) of a particular type, such as a schema in a database. However, for multiple-tenancy-capable applications that leverage service instances for tenant separation (for example, each tenant stores its data in a separate schema), static binding is not sufficient. Such applications need to create additional instances at runtime whenever a new tenant is added and also need to connect to any one of these instances when processing a request for a specific tenant.
  • Because users expect a rich, interactive, and dynamic experience, an online- or network-available, multi-tenant application is generally scalable, has minimal downtime, and is cloud-computing-environment enabled. In a microservices architecture (MSA), an application is typically split into a number of individually-deployable, narrowly-focused, re-usable, fault-tolerant software services organized around capabilities (for example, a database persistence service, email sending service, job scheduling service, and user interface management service). Services can be implemented (for example, in various software/hardware environments, databases, or programming languages) as an interface is used to call particular services. As a change to a small part of the application requires only one or a small number of services to be rebuilt and to be redeployed, a MSA application is naturally modular and allows for a more continuous-delivery-type of software development process.
  • A service binding (for example, a set of key/value pairs containing a service URL (Uniform Resource Locator) and access credentials) is normally used by a particular application to make the application aware of data/interface requirements needed to interact with each of the various services. MSA application platforms can manage services as resources that are instantiated and bound at deployment time by a deployer (for example, a third-party or application developer/administrator). This is an appropriate model for applications that only require a fixed number of service instances (typically one) of a particular type, such as a schema in a database.
  • However, for applications that leverage separation of service instances for a tenant (for example, each tenant stores its data in a separate database schema), this type of static binding is not sufficient. Such applications need to be able to create additional service instances dynamically at runtime whenever a new tenant is added (or onboarded) to a cloud-computing-type environment and also need to connect to any one of these service instances when processing a request applicable to a specific tenant. When a new tenant subscribes to an application, the application is made aware by an onboarding process that the tenant is new and the application receives a chance to prepare provision of its services to the tenant.
  • In order to provide for these requirements, an instance manager component can be used. The instance manager can expose an application programming interface (API) that is accessible by an application using a service binding to an instance manager instance to create actual service instances or to retrieve credentials to a specific service instance that the instance manager manages (for example, during onboarding, the application can make a request to a service instance of the instance manager to dynamically create one or more service instances). The instance manager can build on functionality of a service broker that handles static instance creation and binding by providing applications with an ability to also dynamically manage service instances.
  • When an application is started, the application can receive credentials for an instance manager instance, rather than for an actual service instance. With these credentials, the application can invoke services provided by the instance manager for creating new actual service instances whenever a new tenant is added to the application. When a tenant uses the application and access to an actual service instance is required, the application can invoke another service of the instance manager that dynamically returns the credentials to the tenant's actual service instance based, for example, on a tenant identifier that can be provided when the service instance was originally created. With the returned credentials, the application can then connect to actual service instances, dynamically switching between available service instances as required for processing requests for specific tenants. In typical implementations, service instance credentials can be cached and open connections can be pooled to minimize overhead created by additional calls to the instance manager.
  • With a multi-tenancy application, each tenant may have a different database schema. When a new tenant onboards to the system, a new schema can be created, at runtime, by the instance manager. When the new tenant onboards, a new, empty container can be created for the new tenant. The empty container does not initially have database structures or artifacts such as tables, views, or stored procedures. Artifacts can be dynamically created in the newly created container, after a schema has been created in the database container.
  • A deployer application can be configured to support two modes. An instance of the deployer application can be executed in a one-off mode to deploy a static container. The deployer application instance that is executed in the one-off mode can terminate after the static container has been deployed. Another instance of the deployer application can be executed in a server mode, for continual execution, for creation of artifacts in database containers that have been dynamically created for new tenants. An application can, after a schema for a new tenant has been created by the instance manager, invoke the server instance of the deployer application for creation of artifacts in the newly created schema. The server instance of the deployer application, which can be launched in a server mode using a server-mode parameter, can run continuously, waiting for requests from applications.
  • FIG. 1 is a block diagram illustrating an example of a system 100 for deploying content for a static service instance, according to an implementation of the present disclosure. For an application 102, an application router 103 can route application requests from clients 104 (including a client 104 a) to application modules 106 a, 106 b, and 106 c. A deploy service 108 can deploy the application 102, with the deployment including creation of a main (static) database container 110 in a database 112. The main database container 110 can be or include a database schema, for example, or some other type of service instance. The main database container 110 can be statically bound to the application 102 for the lifetime of the application 102. As part of application deployment, the deploy service 108 can create a one-off instance 113 of a deployer application for deploying artifacts that are included in the one-off instance to the main database container 110.
  • The one-off instance 113 of the deployer application can execute a deployment process that includes creation of a schema in the main database container 110 (as illustrated by a deploy indicator 114). The one-off instance 113 of the deployer application can statically deploy metadata descriptions of artifacts (for example, tables, views, stored procedures) after the schema is created. The one-off instance 113 of the deployer application (or another component in the database 112) can use the metadata descriptions for creation of the artifacts in the main database container 110. The one-off instance 113 of the deployer application can be terminated after the deployment process has completed.
  • The application modules 106 a, 106 b, and 106 c can access the main database container 110, as part of application execution, as indicated by request messages 115 a, 115 b, and 115 c, respectively. Credentials for accessing the main database container 110 can be provided to the application, for example, in environment variables when the application 102 is started. The application 102 is statically bound to the main database container 110 during the lifetime of the application 102.
  • FIG. 2 is a block diagram illustrating an example of a system 200 for deploying content for a new service instance, according to an implementation of the present disclosure. A multi-tenant application 202 can include application modules 203 a, 203 b, and 203 c. Tenant-independent data for the multi-tenant application 202 can be stored in the main database container 110. The one-off instance 113 of the deployer application can deploy content to the main database container 110, as previously described. Separate, other database containers can be created for individual tenants, as described in the following.
  • The deploy service 108 can deploy a server instance 204 of the deployer application. The server instance 204 of the deployer application can be launched in a server mode using a server-mode parameter (in some implementations, “—instance—deploy server”), and can run continuously, waiting for requests from applications. The server instance 204 and the one-off instance 113 of the deployer application can have a same binary executable file, but can deploy different content.
  • The server instance 204 of the deployer application can deploy content in response to an onboarding request. For example, as illustrated in a first stage (1), a tenant onboarding component 206 can send an onboarding request message 207 for a new tenant to the application module 203 a. The new tenant can be a new subscriber to the multi-tenant application 202, for example. The application module 203 a can include a callback function that is called to handle the onboarding request message 207. The callback function may be associated with a URL that was previously registered with the system 200. Although illustrated as separate components, in some implementations, the application module 203 a and the server instance 204 of the deployer application are different portions of a same application.
  • In a second stage (2), the application module 203 a sends a message 210 to an instance manager 212 to request creation of a new container for the new tenant and a service binding for the new container. The instance manager 212 forwards the message 210 (as a forwarded message 216) to a service broker 216 to request a new container including service binding. The service broker 216, in response to receipt of the forwarded message 214, sends a container creation and service binding request 218 to a container management component 220. The container management component 220 creates a new instance container 222 for the new tenant. The instance manager 212 can return, to the application module 203 a, credentials for accessing the new instance container 222.
  • In a third stage (3), the application module 208 a sends a deployment request 224 to the server instance 204 of the deployer application, to deploy content to the new instance container 222. In some implementations, the deployment request 224 includes the credentials the application module 203 a received from the instance manager 212, for accessing the new instance container 222. In other implementations, the server instance 204 of the deployer application requests and receives credentials for accessing the new service instance container 222 from the instance manager 212.
  • In a fourth stage (4), in response to the deployment request 224, the server instance 204 of the deployer application deploys content to the new instance container 222, as illustrated by a deployment indicator 223. The application module 208 a can be provided an indication of success or failure of the deployment.
  • In a fifth stage (5), application module(s) access database containers. For example, the application module 203 c can send a get-instance request 224 to the instance manager 212, to get a service binding for the new instance container 222. The application module 203 c can use the received service binding to access the new instance container 222, as illustrated by an access request 226. The application module 203 c (and other application modules) can also access the main database container 110 (for example, to access tenant-independent data), as illustrated by an access request 228. The application module 203 c may have previously received a service binding for the main database container 110 from the instance manager 212, for example.
  • The server instance 204, after deploying content to the new service instance 222, remains active, listening for other deployment requests. For example, another new tenant can be onboarded, and another new instance container 230 can be created. The server instance 204 can receive a request (not illustrated) to deploy content to the other new service instance container 230.
  • When a tenant offboards (for example, is no longer associated with the multi-tenant application 202), the instance manager 212 can delete the instance container for the offloaded tenant. Deletion of the instance container can include deletion of artifacts that had been deployed by the server instance 204.
  • Having the server instance 204 of the deployer application deploy the artifacts, rather than the multi-tenant application 202, can result in several advantages. As previously discussed, the server instance 204 of the deployer application can have a same, common binary executable as the one-off instance 113 of the deployer application. Each of the server instance 204 and the one-off instance 113 can be referred to as database modules. The deployment to instance containers by the server instance 204 can utilize the same functionality provided by the common binary executable as used by the one-off instance 113, such as grantor services, service bindings, configuration file templating, and reusable database modules. Using the same binary executable can result in a same or similar development experience for developers, which may not be the case if the multi-tenant application 202 were to be used to deploy the artifacts. Developers may be familiar with particular database module folders common to the server instance 204 and the one-off instance 113 (for example, “lib”, “src”, and “cfg” folders), and such familiarity may make packaging design time artifacts into the server instance 204 an easier and more consistent process for developers than if design time artifacts were packaged into the multi-tenant application 202.
  • Having the instance manager 212 create a new service instance for a new tenant and the server instance 204 of the deployer application deploy content to the new instance for the new tenant can help implement multi-tenancy for the multi-tenant application 202. The multi-tenant application 202 can employ a one tenant per instance approach, or can use other tenant separation approaches. The multi-tenant application 202 can use different tenant separation approaches in different contexts, for example. Different tenants can be mapped to a same instance, for example, with a tenant column used to separate data between the tenants in the instance. Metadata that describes which tenants are mapped to which instances can be stored in the main database container 110.
  • An example of the use of different tenant separation approaches for one multi-tenant application can be that tenants with different capacity requirements are supported in a cost-effective way. Production tenants (for which customers pay money) can be represented in separate database containers. Trial tenants (which can be allocated for free to trial users) can be represented by a discriminative column in a database table which lives within one database container hosting all trial tenants. This can be more cost effective for a provider (for example, SAP) because trial tenants generally have limited storage capacity and can be bundled within one database container.
  • The system 100 can support different application lifetime phases. Changes to database artifacts (for example, tables, views, stored procedures) can change during the lifetime of the multi-tenant application 202. For example, tables, views, or stored procedures can be changed, added, or dropped. The deploy service 108 can deploy new or changed artifacts to the main container 110.
  • Different approaches can be used to deploy new or changed artifacts to the instance container 222 and the instance container 232. Although two instance containers are illustrated (indicating that there can be multiple boxes of type—instance container (dynamic)), the database 112 can include more than two instance containers. As an example, in a first approach, a new server instance of the deployer application (not illustrated) that includes the new or changed artifacts can be deployed. The new server instance of the deployer application can have an upgrade task that is configured to loop over existing instance containers and deploy, in turn, the new or changed artifacts to each respective instance container. The upgrade task can be configured to request and receive from the instance manager 212 a list of active instance containers.
  • The deploy service 108 can determine, during an upgrade of the multi-tenant application 202, that the new server instance of the deployer application includes different artifacts than the server instance 204, and in response to the determination, start the upgrade task. After the upgrade task has completed, the deploy service 108 can start the new server instance of the deployer application in a server mode.
  • The first approach can be unacceptable for some upgrades since, with the first approach, the multi-tenant application 202 may be unavailable during the upgrade, and upgrading all of the instance containers during the upgrade of the multi-tenant application 202 may result in the upgrade of the multi-tenant application 202 taking more than an acceptable amount of time. Rather than upgrade all instance containers during the upgrade of the multi-tenant application 202, instance containers can be updated using a stepwise per-instance approach.
  • With the stepwise approach, instance containers can be upgraded one a time, according to a schedule, or on demand by customers during a particular available upgrade window. For example, each tenant can choose to upgrade at a particular time within a two week upgrade period. The new server instance of the deployer application can determine that a particular instance container is to be upgraded (based on a schedule or based on receiving a request to upgrade the particular instance container). The new server instance of the deployer application can connect to the particular instance container and deploy new or changed artifacts to the particular instance container. A next instance container can be selected for upgrading, based on a schedule, or based on a received request to upgrade a particular tenant.
  • With the stepwise approach, some instance containers can be at a new version while other instance containers that have not yet been upgraded can be at a current version. To support having instance containers at different versions at a particular point in time, two versions of the multi-tenant application 202 can be simultaneously deployed—a current version and a new version. Application modules that are at the new version can connect to instance containers that have been upgraded to the new version. Concurrently, application modules that are at the current version can connect to instance containers that are at the current version, for tenants that have not yet been upgraded. Eventually, all instance containers can be upgraded to the new version and accessed by application modules that are at the new version.
  • FIG. 3 is an example descriptor file 300 that describes modules associated with a multi-tenant application. A section 302 describes an application module 303 of the multi-tenant application. The application module 303 is named “node1”, has a type of “nodejs”, has a path of “node1”, and has dependencies on an instance manager 304 named “instance-manager-for-instance-hdi-containers” (described in a section 306) and on an Application Programming Interface (API) named “instance-deploy-server-api” that is provided by a deployer application instance 308 (described in a section 310). The application module 303 can correspond to the previously-discussed application module 208 a.
  • The section 306 describes the instance manager 304. The section 306 specifies the name (“instance-manager-for-instance-hdi-containers”) and a type (“com.corp.xs.managed-hdi-container) of the instance manager 304. The type of the instance manager 304 is a unique identifier, for example, a domain name. In some implementations, a domain name can be reversed to help establish uniqueness. The instance manager 304 can correspond to the previously-discussed instance manager 212.
  • The section 310 describes the deployer application instance 308. The section 310 specifies that the deployer application instance 308 provides the API named “instance-deploy-server-api”. The “instance-deploy-server-api” API can include a deploy interface, which can be called by the application module 303, to deploy to a service instance for a new tenant. The section 310 also specifies a name (“instance_db”), a type (“nodejs”), and a path (“instance_db”) for the deployer application instance 308. The deployer application instance 308 can be started in a server mode and can correspond to the previously-discussed server instance 204.
  • A section 312 describes a deployer application instance 314. The deployer application instance 314 can correspond to the previously-described one-off instance 113. The deployer application instance 314 can deploy content to a main container 316. A section 318 describes the main container 316. The main container 316 can correspond to the previously-discussed main container 111. A section 320 describes another application module 322 of the multi-tenant application. The application module 322 can correspond to the previously discussed application module 208 b.
  • FIG. 4 is a flowchart illustrating an example of a computer-implemented method 400 for artifact deployment for application managed service instances, according to an implementation of the present disclosure. For clarity of presentation, the description that follows generally describes method 400 in the context of the other figures in this description. However, it will be understood that method 400 can be performed, for example, by any system, environment, software, and hardware, or a combination of systems, environments, software, and hardware, as appropriate. In some implementations, various steps of method 400 can be run in parallel, in combination, in loops, or in any order.
  • At 402 an instance of a deployer application is executed in a server mode. The deployer application is configured to deploy service instances for a multi-tenant application. Service instances deployed by the instance of the deployer application executed in the server mode can deploy content to service instances that are each associated with a specific tenant. Another instance of the deployer application can run in a run-once mode, for deploying tenant-independent data to a service instance accessible by all tenants of the multi-tenant application. From 402, method 400 proceeds to 404.
  • At 404, an onboarding request is received for a tenant for the multi-tenant application. The tenant may wish to subscribe to the multi-tenant application as a new tenant, for example. From 404, method 400 proceeds to 406.
  • At 406, a service instance is created, for the tenant, in response to the onboarding request. The service instance can be a container that is to include a database schema, for example. From 406, method 400 proceeds to 408.
  • At 408, a request to deploy artifacts to the service instance is received by the instance of the deployer application. The artifacts can include database tables, views, and stored procedures. The artifacts can be included in the instance of the deployer application. From 408, method 400 proceeds to 410.
  • At 410, the artifacts are deployed to the service instance by the instance of the deployer application. After 420, method 400 stops. In some implementations, the instance of the deployer application can continue to run in the server mode, and steps 404 to 410 can be repeated, in response to other onboarding requests received for other tenants.
  • FIG. 5 is a block diagram illustrating an example of a computer-implemented System 500 used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure. In the illustrated implementation, System 500 includes a Computer 502 and a Network 530.
  • The illustrated Computer 502 is intended to encompass any computing device such as a server, desktop computer, laptop/notebook computer, wireless data port, smart phone, personal data assistant (PDA), tablet computer, one or more processors within these devices, another computing device, or a combination of computing devices, including physical or virtual instances of the computing device, or a combination of physical or virtual instances of the computing device. Additionally, the Computer 502 can include an input device, such as a keypad, keyboard, touch screen, another input device, or a combination of input devices that can accept user information, and an output device that conveys information associated with the operation of the Computer 502, including digital data, visual, audio, another type of information, or a combination of types of information, on a graphical-type user interface (UI) (or GUI) or other UI.
  • The Computer 502 can serve in a role in a distributed computing system as a client, network component, a server, a database or another persistency, another role, or a combination of roles for performing the subject matter described in the present disclosure. The illustrated Computer 502 is communicably coupled with a Network 530. In some implementations, one or more components of the Computer 502 can be configured to operate within an environment, including cloud-computing-based, local, global, another environment, or a combination of environments.
  • At a high level, the Computer 502 is an electronic computing device operable to receive, transmit, process, store, or manage data and information associated with the described subject matter. According to some implementations, the Computer 502 can also include or be communicably coupled with a server, including an application server, e-mail server, web server, caching server, streaming data server, another server, or a combination of servers.
  • The Computer 502 can receive requests over Network 530 (for example, from a client software application executing on another Computer 502) and respond to the received requests by processing the received requests using a software application or a combination of software applications. In addition, requests can also be sent to the Computer 502 from internal users (for example, from a command console or by another internal access method), external or third-parties, or other entities, individuals, systems, or computers.
  • Each of the components of the Computer 502 can communicate using a System Bus 503. In some implementations, any or all of the components of the Computer 502, including hardware, software, or a combination of hardware and software, can interface over the System Bus 503 using an application programming interface (API) 512, a Service Layer 513, or a combination of the API 512 and Service Layer 513. The API 512 can include specifications for routines, data structures, and object classes. The API 512 can be either computer-language independent or dependent and refer to a complete interface, a single function, or even a set of APIs. The Service Layer 513 provides software services to the Computer 502 or other components (whether illustrated or not) that are communicably coupled to the Computer 502. The functionality of the Computer 502 can be accessible for all service consumers using the Service Layer 513. Software services, such as those provided by the Service Layer 513, provide reusable, defined functionalities through a defined interface. For example, the interface can be software written in JAVA, C++, another computing language, or a combination of computing languages providing data in extensible markup language (XML) format, another format, or a combination of formats. While illustrated as an integrated component of the Computer 502, alternative implementations can illustrate the API 512 or the Service Layer 513 as stand-alone components in relation to other components of the Computer 502 or other components (whether illustrated or not) that are communicably coupled to the Computer 502. Moreover, any or all parts of the API 512 or the Service Layer 513 can be implemented as a child or a sub-module of another software module, enterprise application, or hardware module without departing from the scope of the present disclosure.
  • The Computer 502 includes an Interface 504. Although illustrated as a single Interface 504, two or more Interfaces 504 can be used according to particular needs, desires, or particular implementations of the Computer 502. The Interface 504 is used by the Computer 502 for communicating with another computing system (whether illustrated or not) that is communicatively linked to the Network 530 in a distributed environment. Generally, the Interface 504 is operable to communicate with the Network 530 and includes logic encoded in software, hardware, or a combination of software and hardware. More specifically, the Interface 504 can include software supporting one or more communication protocols associated with communications such that the Network 530 or hardware of Interface 504 is operable to communicate physical signals within and outside of the illustrated Computer 502.
  • The Computer 502 includes a Processor 505. Although illustrated as a single Processor 505, two or more Processors 505 can be used according to particular needs, desires, or particular implementations of the Computer 502. Generally, the Processor 505 executes instructions and manipulates data to perform the operations of the Computer 502 and any algorithms, methods, functions, processes, flows, and procedures as described in the present disclosure.
  • The Computer 502 also includes a Database 506 that can hold data for the Computer 502, another component communicatively linked to the Network 530 (whether illustrated or not), or a combination of the Computer 502 and another component. For example, Database 506 can be an in-memory, conventional, or another type of database storing data consistent with the present disclosure. In some implementations, Database 506 can be a combination of two or more different database types (for example, a hybrid in-memory and conventional database) according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality. Although illustrated as a single Database 506, two or more databases of similar or differing types can be used according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality. While Database 506 is illustrated as an integral component of the Computer 502, in alternative implementations, Database 506 can be external to the Computer 502. As illustrated, the Database 506 holds the previously described Static Container 516 and at least one Instance Container 518.
  • The Computer 502 also includes a Memory 507 that can hold data for the Computer 502, another component or components communicatively linked to the Network 530 (whether illustrated or not), or a combination of the Computer 502 and another component. Memory 507 can store any data consistent with the present disclosure. In some implementations, Memory 507 can be a combination of two or more different types of memory (for example, a combination of semiconductor and magnetic storage) according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality. Although illustrated as a single Memory 507, two or more Memories 507 or similar or differing types can be used according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality. While Memory 507 is illustrated as an integral component of the Computer 502, in alternative implementations, Memory 507 can be external to the Computer 502.
  • The Application 508 is an algorithmic software engine providing functionality according to particular needs, desires, or particular implementations of the Computer 502, particularly with respect to functionality described in the present disclosure. For example, Application 508 can serve as one or more components, modules, or applications. Further, although illustrated as a single Application 508, the Application 508 can be implemented as multiple Applications 508 on the Computer 502. In addition, although illustrated as integral to the Computer 502, in alternative implementations, the Application 508 can be external to the Computer 502.
  • The Computer 502 can also include a Power Supply 514. The Power Supply 514 can include a rechargeable or non-rechargeable battery that can be configured to be either user- or non-user-replaceable. In some implementations, the Power Supply 514 can include power-conversion or management circuits (including recharging, standby, or another power management functionality). In some implementations, the Power Supply 514 can include a power plug to allow the Computer 502 to be plugged into a wall socket or another power source to, for example, power the Computer 502 or recharge a rechargeable battery.
  • There can be any number of Computers 502 associated with, or external to, a computer system containing Computer 502, each Computer 502 communicating over Network 530. Further, the term “client,” “user,” or other appropriate terminology can be used interchangeably, as appropriate, without departing from the scope of the present disclosure. Moreover, the present disclosure contemplates that many users can use one Computer 502, or that one user can use multiple computers 502.
  • Described implementations of the subject matter can include one or more features, alone or in combination.
  • For example, in a first implementation, a computer-implemented method, comprising: executing a first instance of a deployer application in a server mode, the deployer application configured to deploy service instances for a multi-tenant application; receiving a first onboarding request for a first tenant for the multi-tenant application; creating, in response to the first onboarding request, a first service instance for the first tenant; receiving, by the first instance of the deployer application, a first request to deploy artifacts to the first service instance; and deploying, by the first instance of the deployer application, the artifacts to the first service instance
  • The foregoing and other described implementations can each, optionally, include one or more of the following features:
  • A first feature, combinable with any of the following features, wherein the first service instance comprises a database schema.
  • A second feature, combinable with any of the previous or following features, wherein the first service instance comprises a database container.
  • A third feature, combinable with any of the previous or following features, wherein the artifacts comprise tables, views, and stored procedures.
  • A fourth feature, combinable with any of the previous or following features, wherein the artifacts are stored in the first instance of the deployer application.
  • A fifth feature, combinable with any of the previous or following features, comprising: executing a second instance of the deployer application to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of the multi-tenant application; and ending execution of the second instance of the deployer application after the shared artifacts have been deployed to the shared service instance.
  • A sixth feature, combinable with any of the previous or following features, wherein execution of the second instance of the deployer application finishes before the first instance of the deployer application is executed.
  • A seventh feature, combinable with any of the previous or following features, comprising: receiving a second onboarding request for a second tenant for the multi-tenant application; creating, in response to the second onboarding request, a second service instance for the second tenant; receiving, by the first instance of the deployer application, a second request to deploy the artifacts to the second service instance; and deploying, by the first instance of the deployer application, the artifacts to the second service instance.
  • In a second implementation, a non-transitory, computer-readable medium storing one or more instructions executable by a computer system to perform operations comprising: executing a first instance of a deployer application in a server mode, the deployer application configured to deploy service instances for a multi-tenant application; receiving a first onboarding request for a first tenant for the multi-tenant application; creating, in response to the first onboarding request, a first service instance for the first tenant; receiving, by the first instance of the deployer application, a first request to deploy artifacts to the first service instance; and deploying, by the first instance of the deployer application, the artifacts to the first service instance
  • The foregoing and other described implementations can each, optionally, include one or more of the following features:
  • A first feature, combinable with any of the following features, wherein the first service instance comprises a database schema.
  • A second feature, combinable with any of the previous or following features, wherein the first service instance comprises a database container.
  • A third feature, combinable with any of the previous or following features, wherein the artifacts comprise tables, views, and stored procedures.
  • A fourth feature, combinable with any of the previous or following features, wherein the artifacts are stored in the first instance of the deployer application.
  • A fifth feature, combinable with any of the previous or following features, comprising: executing a second instance of the deployer application to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of the multi-tenant application; and ending execution of the second instance of the deployer application after the shared artifacts have been deployed to the shared service instance.
  • A sixth feature, combinable with any of the previous or following features, wherein execution of the second instance of the deployer application finishes before the first instance of the deployer application is executed.
  • A seventh feature, combinable with any of the previous or following features, comprising: receiving a second onboarding request for a second tenant for the multi-tenant application; creating, in response to the second onboarding request, a second service instance for the second tenant; receiving, by the first instance of the deployer application, a second request to deploy the artifacts to the second service instance; and deploying, by the first instance of the deployer application, the artifacts to the second service instance.
  • In a third implementation, a computer-implemented system, comprising: a computer memory; and a hardware processor interoperably coupled with the computer memory and configured to perform operations comprising: executing a first instance of a deployer application in a server mode, the deployer application configured to deploy service instances for a multi-tenant application; receiving a first onboarding request for a first tenant for the multi-tenant application; creating, in response to the first onboarding request, a first service instance for the first tenant; receiving, by the first instance of the deployer application, a first request to deploy artifacts to the first service instance; and deploying, by the first instance of the deployer application, the artifacts to the first service instance
  • The foregoing and other described implementations can each, optionally, include one or more of the following features:
  • A first feature, combinable with any of the following features, wherein the first service instance comprises a database schema.
  • A second feature, combinable with any of the previous or following features, wherein the first service instance comprises a database container.
  • A third feature, combinable with any of the previous or following features, wherein the artifacts comprise tables, views, and stored procedures.
  • A fourth feature, combinable with any of the previous or following features, wherein the artifacts are stored in the first instance of the deployer application.
  • A fifth feature, combinable with any of the previous or following features, comprising: executing a second instance of the deployer application to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of the multi-tenant application; and ending execution of the second instance of the deployer application after the shared artifacts have been deployed to the shared service instance.
  • A sixth feature, combinable with any of the previous or following features, wherein execution of the second instance of the deployer application finishes before the first instance of the deployer application is executed.
  • A seventh feature, combinable with any of the previous or following features, comprising: receiving a second onboarding request for a second tenant for the multi-tenant application; creating, in response to the second onboarding request, a second service instance for the second tenant; receiving, by the first instance of the deployer application, a second request to deploy the artifacts to the second service instance; and deploying, by the first instance of the deployer application, the artifacts to the second service instance.
  • Implementations of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Software implementations of the described subject matter can be implemented as one or more computer programs, that is, one or more modules of computer program instructions encoded on a tangible, non-transitory, computer-readable medium for execution by, or to control the operation of, a computer or computer-implemented system. Alternatively, or additionally, the program instructions can be encoded in/on an artificially generated propagated signal, for example, a machine-generated electrical, optical, or electromagnetic signal that is generated to encode information for transmission to a receiver apparatus for execution by a computer or computer-implemented system. The computer-storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of computer-storage mediums. Configuring one or more computers means that the one or more computers have installed hardware, firmware, or software (or combinations of hardware, firmware, and software) so that when the software is executed by the one or more computers, particular computing operations are performed.
  • The term “real-time,” “real time,” “realtime,” “real (fast) time (RFT),” “near(ly) real-time (NRT),” “quasi real-time,” or similar terms (as understood by one of ordinary skill in the art), means that an action and a response are temporally proximate such that an individual perceives the action and the response occurring substantially simultaneously. For example, the time difference for a response to display (or for an initiation of a display) of data following the individual's action to access the data can be less than 1 millisecond (ms), less than 1 second (s), or less than 5 s. While the requested data need not be displayed (or initiated for display) instantaneously, it is displayed (or initiated for display) without any intentional delay, taking into account processing limitations of a described computing system and time required to, for example, gather, accurately measure, analyze, process, store, or transmit the data.
  • The terms “data processing apparatus,” “computer,” or “electronic computer device” (or an equivalent term as understood by one of ordinary skill in the art) refer to data processing hardware and encompass all kinds of apparatus, devices, and machines for processing data, including by way of example, a programmable processor, a computer, or multiple processors or computers. The computer can also be, or further include special purpose logic circuitry, for example, a central processing unit (CPU), an FPGA (field programmable gate array), or an ASIC (application-specific integrated circuit). In some implementations, the computer or computer-implemented system or special purpose logic circuitry (or a combination of the computer or computer-implemented system and special purpose logic circuitry) can be hardware- or software-based (or a combination of both hardware- and software-based). The computer can optionally include code that creates an execution environment for computer programs, for example, code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of execution environments. The present disclosure contemplates the use of a computer or computer-implemented system with an operating system of some type, for example LINUX, UNIX, WINDOWS, MAC OS, ANDROID, IOS, another operating system, or a combination of operating systems.
  • A computer program, which can also be referred to or described as a program, software, a software application, a unit, a module, a software module, a script, code, or other component can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including, for example, as a stand-alone program, module, component, or subroutine, for use in a computing environment. A computer program can, but need not, correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data, for example, one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, for example, files that store one or more modules, sub-programs, or portions of code. A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
  • While portions of the programs illustrated in the various figures can be illustrated as individual components, such as units or modules, that implement described features and functionality using various objects, methods, or other processes, the programs can instead include a number of sub-units, sub-modules, third-party services, components, libraries, and other components, as appropriate. Conversely, the features and functionality of various components can be combined into single components, as appropriate. Thresholds used to make computational determinations can be statically, dynamically, or both statically and dynamically determined.
  • Described methods, processes, or logic flows represent one or more examples of functionality consistent with the present disclosure and are not intended to limit the disclosure to the described or illustrated implementations, but to be accorded the widest scope consistent with described principles and features. The described methods, processes, or logic flows can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output data. The methods, processes, or logic flows can also be performed by, and computers can also be implemented as, special purpose logic circuitry, for example, a CPU, an FPGA, or an ASIC.
  • Computers for the execution of a computer program can be based on general or special purpose microprocessors, both, or another type of CPU. Generally, a CPU will receive instructions and data from and write to a memory. The essential elements of a computer are a CPU, for performing or executing instructions, and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to, receive data from or transfer data to, or both, one or more mass storage devices for storing data, for example, magnetic, magneto-optical disks, or optical disks. However, a computer need not have such devices. Moreover, a computer can be embedded in another device, for example, a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a global positioning system (GPS) receiver, or a portable memory storage device.
  • Non-transitory computer-readable media for storing computer program instructions and data can include all forms of permanent/non-permanent or volatile/non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, for example, random access memory (RAM), read-only memory (ROM), phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), and flash memory devices; magnetic devices, for example, tape, cartridges, cassettes, internal/removable disks; magneto-optical disks; and optical memory devices, for example, digital versatile/video disc (DVD), compact disc (CD)-ROM, DVD+/-R, DVD-RAM, DVD-ROM, high-definition/density (HD)-DVD, and BLU-RAY/BLU-RAY DISC (BD), and other optical memory technologies. The memory can store various objects or data, including caches, classes, frameworks, applications, modules, backup data, jobs, web pages, web page templates, data structures, database tables, repositories storing dynamic information, or other appropriate information including any parameters, variables, algorithms, instructions, rules, constraints, or references. Additionally, the memory can include other appropriate data, such as logs, policies, security or access data, or reporting files. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
  • To provide for interaction with a user, implementations of the subject matter described in this specification can be implemented on a computer having a display device, for example, a CRT (cathode ray tube), LCD (liquid crystal display), LED (Light Emitting Diode), or plasma monitor, for displaying information to the user and a keyboard and a pointing device, for example, a mouse, trackball, or trackpad by which the user can provide input to the computer. Input can also be provided to the computer using a touchscreen, such as a tablet computer surface with pressure sensitivity, a multi-touch screen using capacitive or electric sensing, or another type of touchscreen. Other types of devices can be used to interact with the user. For example, feedback provided to the user can be any form of sensory feedback (such as, visual, auditory, tactile, or a combination of feedback types). Input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with the user by sending documents to and receiving documents from a client computing device that is used by the user (for example, by sending web pages to a web browser on a user's mobile computing device in response to requests received from the web browser).
  • The term “graphical user interface,” or “GUI,” can be used in the singular or the plural to describe one or more graphical user interfaces and each of the displays of a particular graphical user interface. Therefore, a GUI can represent any graphical user interface, including but not limited to, a web browser, a touch screen, or a command line interface (CLI) that processes information and efficiently presents the information results to the user. In general, a GUI can include a number of user interface (UI) elements, some or all associated with a web browser, such as interactive fields, pull-down lists, and buttons. These and other UI elements can be related to or represent the functions of the web browser.
  • Implementations of the subject matter described in this specification can be implemented in a computing system that includes a back-end component, for example, as a data server, or that includes a middleware component, for example, an application server, or that includes a front-end component, for example, a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of wireline or wireless digital data communication (or a combination of data communication), for example, a communication network. Examples of communication networks include a local area network (LAN), a radio access network (RAN), a metropolitan area network (MAN), a wide area network (WAN), Worldwide Interoperability for Microwave Access (WIMAX), a wireless local area network (WLAN) using, for example, 802.11 a/b/g/n or 802.20 (or a combination of 802.11x and 802.20 or other protocols consistent with the present disclosure), all or a portion of the Internet, another communication network, or a combination of communication networks. The communication network can communicate with, for example, Internet Protocol (IP) packets, Frame Relay frames, Asynchronous Transfer Mode (ATM) cells, voice, video, data, or other information between network nodes.
  • The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
  • While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any inventive concept or on the scope of what can be claimed, but rather as descriptions of features that can be specific to particular implementations of particular inventive concepts. Certain features that are described in this specification in the context of separate implementations can also be implemented, in combination, in a single implementation. Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations, separately, or in any sub-combination. Moreover, although previously described features can be described as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can, in some cases, be excised from the combination, and the claimed combination can be directed to a sub-combination or variation of a sub-combination.
  • Particular implementations of the subject matter have been described. Other implementations, alterations, and permutations of the described implementations are within the scope of the following claims as will be apparent to those skilled in the art. While operations are depicted in the drawings or claims in a particular order, this should not be understood as requiring that such operations be performed in the particular order illustrated or in sequential order, or that all illustrated operations be performed (some operations can be considered optional), to achieve desirable results. In certain circumstances, multitasking or parallel processing (or a combination of multitasking and parallel processing) can be advantageous and performed as deemed appropriate.
  • Moreover, the separation or integration of various system modules and components in the previously described implementations should not be understood as requiring such separation or integration in all implementations, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
  • Accordingly, the previously described example implementations do not define or constrain the present disclosure. Other changes, substitutions, and alterations are also possible without departing from the spirit and scope of the present disclosure.
  • Furthermore, any claimed implementation is considered to be applicable to at least a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer system comprising a computer memory interoperably coupled with a hardware processor configured to perform the computer-implemented method or the instructions stored on the non-transitory, computer-readable medium.

Claims (20)

What is claimed is:
1. A computer-implemented method, comprising:
executing a first instance of a deployer application in a non-server mode to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of a multi-tenant application;
ending execution of the first instance of the deployer application after the shared artifacts have been deployed to the shared service instance;
executing a second instance of the deployer application in a server mode, wherein the second instance of the deployer application is configured to deploy tenant-specific artifacts for the multi-tenant application;
receiving, by the second instance of the deployer application, a first request to deploy tenant-specific artifacts to a first service instance for a first tenant; and
deploying, by the second instance of the deployer application, the tenant-specific artifacts to the first service instance.
2. The computer-implemented method of claim 1, wherein the first service instance comprises a database schema.
3. The computer-implemented method of claim 1, wherein the first service instance comprises a database container.
4. The computer-implemented method of claim 1, wherein the tenant-specific artifacts comprise tables, views, and stored procedures.
5. The computer-implemented method of claim 1, wherein the tenant-specific artifacts are stored in the first instance of the deployer application.
6. The computer-implemented method of claim 1, wherein execution of the first instance of the deployer application finishes before the second instance of the deployer application is executed.
7. The computer-implemented method of claim 1, wherein the first service instance for the first tenant is created in response to receiving a first onboarding request for the first tenant for the multi-tenant application.
8. The computer-implemented method of claim 7, comprising:
receiving a second onboarding request for a second tenant for the multi-tenant application;
creating, in response to the second onboarding request, a second service instance for the second tenant;
receiving, by the second instance of the deployer application, a second request to deploy the tenant-specific artifacts to the second service instance; and
deploying, by the second instance of the deployer application, the tenant-specific artifacts to the second service instance.
9. A non-transitory, computer-readable medium storing one or more instructions executable by a computer system to perform operations comprising:
executing a first instance of a deployer application in a non-server mode to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of a multi-tenant application;
ending execution of the first instance of the deployer application after the shared artifacts have been deployed to the shared service instance;
executing a second instance of the deployer application in a server mode, wherein the second instance of the deployer application is configured to deploy tenant-specific artifacts for the multi-tenant application;
receiving, by the second instance of the deployer application, a first request to deploy tenant-specific artifacts to a first service instance for a first tenant; and
deploying, by the second instance of the deployer application, the tenant-specific artifacts to the first service instance.
10. The non-transitory, computer-readable medium of claim 9, wherein the first service instance comprises a database schema.
11. The non-transitory, computer-readable medium of claim 9, wherein the first service instance comprises a database container.
12. The non-transitory, computer-readable medium of claim 9, wherein the tenant-specific artifacts comprise tables, views, and stored procedures.
13. The non-transitory, computer-readable medium of claim 9, wherein the tenant-specific artifacts are stored in the first instance of the deployer application.
14. The non-transitory, computer-readable medium of claim 9, wherein the first service instance for the first tenant is created in response to receiving a first onboarding request for the first tenant for the multi-tenant application.
15. A computer-implemented system, comprising:
one or more computers; and
one or more computer memory devices interoperably coupled with the one or more computers and having tangible, non-transitory, machine-readable media storing one or more instructions that, when executed by the one or more computers, perform one or more operations comprising:
executing a first instance of a deployer application in a non-server mode to deploy shared artifacts to a shared service instance, wherein the shared service instance is accessible to each tenant of a multi-tenant application;
ending execution of the first instance of the deployer application after the shared artifacts have been deployed to the shared service instance;
executing a second instance of the deployer application in a server mode, wherein the second instance of the deployer application is configured to deploy tenant-specific artifacts for the multi-tenant application;
receiving, by the second instance of the deployer application, a first request to deploy tenant-specific artifacts to a first service instance for a first tenant; and
deploying, by the second instance of the deployer application, the tenant-specific artifacts to the first service instance.
16. The computer-implemented system medium of claim 15, wherein the first service instance comprises a database schema.
17. The computer-implemented system of claim 15, wherein the first service instance comprises a database container.
18. The computer-implemented system of claim 15, wherein the tenant-specific artifacts comprise tables, views, and stored procedures.
19. The computer-implemented system of claim 15, wherein the tenant-specific artifacts are stored in the first instance of the deployer application.
20. The computer-implemented system of claim 15, wherein the first service instance for the first tenant is created in response to receiving a first onboarding request for the first tenant for the multi-tenant application.
US17/183,441 2018-01-18 2021-02-24 Artifact deployment for application managed service instances Pending US20210182251A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/183,441 US20210182251A1 (en) 2018-01-18 2021-02-24 Artifact deployment for application managed service instances

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US15/874,317 US11030164B2 (en) 2018-01-18 2018-01-18 Artifact deployment for application managed service instances
US17/183,441 US20210182251A1 (en) 2018-01-18 2021-02-24 Artifact deployment for application managed service instances

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US15/874,317 Continuation US11030164B2 (en) 2018-01-18 2018-01-18 Artifact deployment for application managed service instances

Publications (1)

Publication Number Publication Date
US20210182251A1 true US20210182251A1 (en) 2021-06-17

Family

ID=67214023

Family Applications (2)

Application Number Title Priority Date Filing Date
US15/874,317 Active 2039-07-09 US11030164B2 (en) 2018-01-18 2018-01-18 Artifact deployment for application managed service instances
US17/183,441 Pending US20210182251A1 (en) 2018-01-18 2021-02-24 Artifact deployment for application managed service instances

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US15/874,317 Active 2039-07-09 US11030164B2 (en) 2018-01-18 2018-01-18 Artifact deployment for application managed service instances

Country Status (1)

Country Link
US (2) US11030164B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220342856A1 (en) * 2021-04-27 2022-10-27 Red Hat, Inc. Optimized tenant schema generation

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10929114B2 (en) * 2018-07-28 2021-02-23 Box, Inc. Static asset containers
US10983762B2 (en) 2019-06-27 2021-04-20 Sap Se Application assessment system to achieve interface design consistency across micro services
US11269717B2 (en) 2019-09-24 2022-03-08 Sap Se Issue-resolution automation
CN111199000B (en) * 2019-12-02 2023-10-27 建信金融科技有限责任公司 Method and device for processing request
US11561836B2 (en) 2019-12-11 2023-01-24 Sap Se Optimizing distribution of heterogeneous software process workloads
US11722356B2 (en) * 2020-01-09 2023-08-08 Vmware, Inc. Enabling integration of solutions with software-defined networking platform
US11354302B2 (en) 2020-06-16 2022-06-07 Sap Se Automatic creation and synchronization of graph database objects
CN116167044A (en) * 2020-06-18 2023-05-26 支付宝(杭州)信息技术有限公司 Application container creation method, device and equipment
CN112202929B (en) * 2020-12-01 2021-03-26 湖南新云网科技有限公司 Service access method, device and equipment in micro-service architecture
US11461091B2 (en) * 2021-02-03 2022-10-04 Oracle International Corporation System and method for creating or updating tenant artifacts by a multi-tenant cloud service
US11163586B1 (en) * 2021-02-23 2021-11-02 Xactly Corporation Automated configuration of application program instance
CN117693738A (en) * 2021-07-15 2024-03-12 上海诺基亚贝尔股份有限公司 Deployment of acceleration services in a computer environment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070250574A1 (en) * 2005-06-24 2007-10-25 Tseitlin Ariel D Continuous deployment
US8661444B2 (en) * 2011-05-17 2014-02-25 International Business Machines Corporation Creation of flexible workflows using artifacts
US8875122B2 (en) * 2010-12-30 2014-10-28 Sap Se Tenant move upgrade
US20150121155A1 (en) * 2013-10-31 2015-04-30 Stoyan Boshev Performing customized deployment scenarios in shared environments
US20190107968A1 (en) * 2017-10-11 2019-04-11 Salesforce.Com, Inc. Criteria-based cost-efficient routing and deployment of metadata packages in an on-demand environment

Family Cites Families (139)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10104831A1 (en) 2001-02-01 2002-08-08 Sap Ag Data structure for information systems
US7523142B2 (en) 2001-12-17 2009-04-21 Sap Ag Systems, methods and articles of manufacture for upgrading a database with a shadow system
US7222308B2 (en) 2002-07-31 2007-05-22 Sap Aktiengesellschaft Slider bar scaling in a graphical user interface
US7665030B2 (en) 2002-11-05 2010-02-16 Sap Aktiengesellschaft Tabstrip user interface element for formulating boolean statements
EP1503296A1 (en) 2003-07-30 2005-02-02 Sap Ag Computer implemented method for retrieving data from a data storage system and according computer program product and data storage system
US7610582B2 (en) 2003-04-18 2009-10-27 Sap Ag Managing a computer system with blades
US7590683B2 (en) 2003-04-18 2009-09-15 Sap Ag Restarting processes in distributed applications on blade servers
EP1484691B1 (en) 2003-06-04 2005-07-06 Sap Ag Method and computer system for optimization of a Boolean expression used for queries
EP1852792B1 (en) 2003-07-08 2013-04-17 Sap Ag Method and computer system for query processing
US8074206B2 (en) 2003-07-08 2011-12-06 Sap Ag Method and computer system for software tuning
US7337295B2 (en) 2003-07-24 2008-02-26 Sap Aktiengesellschaft Memory management frame handler
US7310719B2 (en) 2003-07-24 2007-12-18 Sap Aktiengesellschaft Memory management tile optimization
EP1503297A1 (en) 2003-07-30 2005-02-02 Sap Ag Computer implemented methods of retrieving hit count data from a data base system and according computer program product
US7124148B2 (en) 2003-07-31 2006-10-17 Sap Aktiengesellschaft User-friendly search results display system, method, and computer program product
ATE550715T1 (en) 2003-08-08 2012-04-15 Sap Ag METHOD FOR ALLOCATING OBJECTS TO COMPUTING UNITS
ATE368901T1 (en) 2003-08-27 2007-08-15 Sap Ag FORWARDING CHANGES IN A DATABASE
EP1510932A1 (en) 2003-08-27 2005-03-02 Sap Ag Computer implemented method and according computer program product for storing data sets in and retrieving data sets from a data storage system
EP1513076A1 (en) 2003-09-05 2005-03-09 Sap Ag Method and computer system for data conversion
EP1515252B1 (en) 2003-09-09 2006-02-01 Sap Ag Method and computer system for reducing runtimes in material requirements planning
ATE385590T1 (en) 2003-10-16 2008-02-15 Sap Ag METHOD FOR REDISTRIBUTING OBJECTS TO COMPUTING UNITS
EP1533699B1 (en) 2003-11-21 2012-08-08 Sap Ag A method of assigning objects to processing units
ATE386978T1 (en) 2004-02-10 2008-03-15 Sap Ag METHOD FOR REDISTRIBUTING OBJECTS TO COMPUTING UNITS
US8370184B2 (en) 2004-03-08 2013-02-05 Sap Aktiengesellschaft System and method for assortment planning
US8639548B2 (en) 2004-03-08 2014-01-28 Sap Aktiengesellschaft System and method for assortment planning
US8285584B2 (en) 2004-03-08 2012-10-09 Sap Ag System and method for performing assortment planning
US8392231B2 (en) 2004-03-08 2013-03-05 Sap Aktiengesellschaft System and method for performing assortment definition
US7752067B2 (en) 2004-03-08 2010-07-06 Sap Aktiengesellschaft System and method for assortment planning
US7447987B2 (en) 2004-05-21 2008-11-04 Sap Ag Method for automatically positioning a data string in a column on an electronic display
US7454454B2 (en) 2004-05-21 2008-11-18 Sap Ag Method and apparatus for efficient calculation of a matrix power series
US7797286B2 (en) 2004-05-21 2010-09-14 Sap Ag System and method for externally providing database optimizer statistics
US7574676B2 (en) 2004-05-21 2009-08-11 Sap Ag Tree lists using multiple line structures
US8621385B2 (en) 2004-05-21 2013-12-31 Sap Ag System and method for controlling a display of data
US7403495B2 (en) 2004-06-30 2008-07-22 Sap Ag Method and system for compressing a tree
US8203972B2 (en) 2004-06-30 2012-06-19 Sap Ag Method and system for compressing a tree
US8171422B2 (en) 2004-07-07 2012-05-01 Sap Ag System and method for scrolling data
EP1626339B1 (en) 2004-08-13 2016-02-24 Sap Se Data processing system and method for assigning objects to processing units
US7900155B2 (en) 2004-08-16 2011-03-01 Sap Ag System and method for providing information about an operation's applicability to an item
US7653902B2 (en) 2004-12-13 2010-01-26 Sap Ag Determining software deployment parameters
US7685510B2 (en) 2004-12-23 2010-03-23 Sap Ag System and method for grouping data
US8108798B2 (en) 2004-12-29 2012-01-31 Sap Ag Method and system for implementing enhanced buttons in a graphical user interface
US7720992B2 (en) 2005-02-02 2010-05-18 Sap Aktiengesellschaft Tentative update and confirm or compensate
US8078985B2 (en) 2005-06-02 2011-12-13 Sap Ag Scrolling of ordered series with item highlighting indicating relevance
US9075596B2 (en) 2005-06-24 2015-07-07 Oracle International Corporation Deployment
US7657575B2 (en) 2005-12-30 2010-02-02 Sap Ag Sequencing updates to business objects
US7894602B2 (en) 2006-03-31 2011-02-22 Sap Ag System and method for generating pseudo-random numbers
US7734648B2 (en) 2006-04-11 2010-06-08 Sap Ag Update manager for database system
US8924269B2 (en) 2006-05-13 2014-12-30 Sap Ag Consistent set of interfaces derived from a business object model
US9262763B2 (en) 2006-09-29 2016-02-16 Sap Se Providing attachment-based data input and output
US8321678B2 (en) 2006-10-17 2012-11-27 Sap Ag System and method to send a message using multiple authentication mechanisms
US8316422B2 (en) 2006-10-17 2012-11-20 Sap Ag Propagation of principal authentication data in a mediated communication scenario
US8302160B2 (en) 2006-10-17 2012-10-30 Sap Ag Propagation of authentication data in an intermediary service component
US7962920B2 (en) 2006-12-22 2011-06-14 Sap Ag Providing a business logic framework
US7739387B2 (en) 2007-03-08 2010-06-15 Sap Ag System and method for message packaging
US7971209B2 (en) 2007-05-18 2011-06-28 Sap Ag Shortcut in reliable communication
US8407297B2 (en) 2007-10-22 2013-03-26 Sap Ag Systems and methods to receive information from a groupware client
US8225303B2 (en) 2007-11-30 2012-07-17 Sap Ag System and method for providing software upgrades
US8543994B2 (en) 2007-12-07 2013-09-24 Sap Ag Developing java server components without restarting the application server
US20090265314A1 (en) 2008-04-18 2009-10-22 Sap Agdietmar-Hopp-Allee Secure file searching
EP2157508A1 (en) 2008-08-18 2010-02-24 Software AG SOA-registry, method and platform manager for automatic SOA application deployment
US9122669B2 (en) 2008-08-29 2015-09-01 Sap Se Flat schema integrated document oriented templates
US8510710B2 (en) 2008-10-06 2013-08-13 Sap Ag System and method of using pooled thread-local character arrays
US8200634B2 (en) 2008-10-08 2012-06-12 Sap Ag Zero downtime maintenance using a mirror approach
US8473942B2 (en) 2008-11-28 2013-06-25 Sap Ag Changable deployment conditions
US8996466B2 (en) 2008-12-01 2015-03-31 Sap Se Extend crud to support lifecyle management and business continuity
US8479187B2 (en) 2008-12-02 2013-07-02 Sap Ag Adaptive switch installer
US9361326B2 (en) 2008-12-17 2016-06-07 Sap Se Selectable data migration
US9229707B2 (en) 2008-12-18 2016-01-05 Sap Se Zero downtime mechanism for software upgrade of a distributed computer system
US20100161648A1 (en) 2008-12-19 2010-06-24 Peter Eberlein Flexible multi-tenant support of metadata extension
US8291038B2 (en) 2009-06-29 2012-10-16 Sap Ag Remote automation of manual tasks
US8572369B2 (en) 2009-12-11 2013-10-29 Sap Ag Security for collaboration services
US8386431B2 (en) 2010-06-14 2013-02-26 Sap Ag Method and system for determining database object associated with tenant-independent or tenant-specific data, configured to store data partition, current version of the respective convertor
US9032406B2 (en) 2010-07-01 2015-05-12 Sap Se Cooperative batch scheduling in multitenancy system based on estimated execution time and generating a load distribution chart
US8560876B2 (en) 2010-07-06 2013-10-15 Sap Ag Clock acceleration of CPU core based on scanned result of task for parallel execution controlling key word
US8250135B2 (en) 2010-07-09 2012-08-21 Sap Ag Brokered cloud computing architecture
US8301610B2 (en) 2010-07-21 2012-10-30 Sap Ag Optimizing search for insert-only databases and write-once data storage
US8880486B2 (en) 2010-07-27 2014-11-04 Sap Ag Distributed database system utilizing an extended two-phase-commit process
US8392573B2 (en) 2010-07-30 2013-03-05 Sap Ag Transport of customer flexibility changes in a multi-tenant environment
US8924384B2 (en) 2010-08-04 2014-12-30 Sap Ag Upgrading column-based databases
US8380667B2 (en) 2010-08-11 2013-02-19 Sap Ag Selectively upgrading clients in a multi-tenant computing system
US8356010B2 (en) 2010-08-11 2013-01-15 Sap Ag Online data migration
US8434060B2 (en) 2010-08-17 2013-04-30 Sap Ag Component load procedure for setting up systems
US8868582B2 (en) 2010-08-23 2014-10-21 Sap Ag Repository infrastructure for on demand platforms
US8769704B2 (en) 2010-09-10 2014-07-01 Salesforce.Com, Inc. Method and system for managing and monitoring of a multi-tenant system
US8751573B2 (en) 2010-11-23 2014-06-10 Sap Ag Cloud-processing management with a landscape directory
US8604973B2 (en) 2010-11-30 2013-12-10 Sap Ag Data access and management using GPS location data
US8555249B2 (en) 2010-12-13 2013-10-08 Sap Ag Lifecycle stable user interface adaptations
US8762929B2 (en) 2010-12-16 2014-06-24 Sap Ag System and method for exclusion of inconsistent objects from lifecycle management processes
US8375130B2 (en) 2010-12-16 2013-02-12 Sap Ag Shared resource discovery, configuration, and consumption for networked solutions
US8972934B2 (en) 2010-12-20 2015-03-03 Sap Ag Support for temporally asynchronous interface extensions
US9026525B2 (en) 2010-12-27 2015-05-05 Sap Se Generic node including stored script
US8706772B2 (en) 2010-12-30 2014-04-22 Sap Ag Strict tenant isolation in multi-tenant enabled systems
US9009105B2 (en) 2010-12-30 2015-04-14 Sap Se Application exits for consistent tenant lifecycle management procedures
US8467817B2 (en) 2011-06-16 2013-06-18 Sap Ag Generic business notifications for mobile devices
US9137130B2 (en) 2011-09-22 2015-09-15 Sap Se Dynamic network load forecasting
US8566784B2 (en) 2011-09-22 2013-10-22 Sap Ag Business process change controller
US8805986B2 (en) 2011-10-31 2014-08-12 Sap Ag Application scope adjustment based on resource consumption
US8645483B2 (en) 2011-11-15 2014-02-04 Sap Ag Groupware-integrated business document management
US9256840B2 (en) 2011-12-01 2016-02-09 Sap Se Establishing business networks using a shared platform
US9069984B2 (en) 2011-12-21 2015-06-30 Sap Se On-demand authorization management
US8930413B2 (en) 2012-01-03 2015-01-06 International Business Machines Corporation Dynamic structure for a multi-tenant database
US9047105B2 (en) 2012-01-09 2015-06-02 Sap Ag Configuration modeling with objects
US9244951B2 (en) 2012-03-08 2016-01-26 International Business Machines Corporation Managing tenant-specific data sets in a multi-tenant environment
US8812554B1 (en) 2012-03-22 2014-08-19 Projectx, International Ltd. Method and system for storing shared data records in relational database
US8612406B1 (en) 2012-05-22 2013-12-17 Sap Ag Sharing business data across networked applications
US9275120B2 (en) 2012-05-30 2016-03-01 Sap Se Easy query
US20130325672A1 (en) 2012-05-31 2013-12-05 Sap Ag Mobile forecasting of sales using customer stock levels in a supplier business system
US9116906B2 (en) 2012-06-12 2015-08-25 Sap Se Centralized read access logging
US9183540B2 (en) 2012-07-03 2015-11-10 Sap Se Mobile device analytics engine
CN103577457B (en) 2012-07-31 2017-09-08 国际商业机器公司 For the method and system manipulated to multi-tenant database
US20140047319A1 (en) 2012-08-13 2014-02-13 Sap Ag Context injection and extraction in xml documents based on common sparse templates
US9542400B2 (en) * 2012-09-07 2017-01-10 Oracle International Corporation Service archive support
US8762731B2 (en) 2012-09-14 2014-06-24 Sap Ag Multi-system security integration
US9720994B2 (en) 2012-10-04 2017-08-01 Sap Se Replicated database structural change management
US9075633B2 (en) 2012-10-12 2015-07-07 Sap Se Configuration of life cycle management for configuration files for an application
US9026857B2 (en) 2012-10-19 2015-05-05 Sap Se Method and system for postponed error code checks
US8793230B2 (en) 2012-10-23 2014-07-29 Sap Ag Single-database multiple-tenant software system upgrade
US9077717B2 (en) 2012-11-30 2015-07-07 Sap Se Propagation and adoption of extensions across applications in networked solutions
US20140164963A1 (en) 2012-12-11 2014-06-12 Sap Ag User configurable subdivision of user interface elements and full-screen access to subdivided elements
US9069832B2 (en) 2012-12-21 2015-06-30 Sap Ag Approach for modularized sychronization and memory management
US9182979B2 (en) 2013-04-29 2015-11-10 Sap Se Social coding extensions
US11050820B2 (en) 2013-04-29 2021-06-29 Sap Se Cloud sharing system
CN104216725B (en) 2013-06-04 2019-04-19 Sap欧洲公司 Repository layer Developing Tactics for software solution trustship
US9721116B2 (en) 2013-06-24 2017-08-01 Sap Se Test sandbox in production systems during productive use
US9031910B2 (en) 2013-06-24 2015-05-12 Sap Se System and method for maintaining a cluster setup
US9189226B2 (en) 2013-06-25 2015-11-17 Sap Se Software logistics protocols
US9026502B2 (en) 2013-06-25 2015-05-05 Sap Se Feedback optimized checks for database migration
US10291704B2 (en) 2013-06-26 2019-05-14 Sap Se Networked solutions integration using a cloud business object broker
US20150006730A1 (en) 2013-06-27 2015-01-01 Sap Ag Enabling multi-tenant virtual servers in a cloud system
US9330372B2 (en) 2013-06-28 2016-05-03 Sap Ag Generating an improved development infrastructure
EP3042310A4 (en) * 2013-09-04 2017-08-16 Hewlett-Packard Enterprise Development LP Providing recursively-generated instantiated computing resource in a multi-tenant environment
US9126265B2 (en) 2013-09-06 2015-09-08 North American Refractories Co. Refractory component for lining a metallurgical vessel
US9336227B2 (en) 2013-10-07 2016-05-10 Sap Se Selective synchronization in a hierarchical folder structure
US9223985B2 (en) 2013-10-09 2015-12-29 Sap Se Risk assessment of changing computer system within a landscape
US10061788B2 (en) 2013-12-19 2018-08-28 Sap Se Transformation of document flow to contributors network
US9274757B2 (en) 2013-12-19 2016-03-01 Sap Se Customer tailored release master plan generation for hybrid networked solutions
JP6257112B2 (en) 2014-04-08 2018-01-10 シャープ株式会社 Display device
US9723065B2 (en) * 2014-10-13 2017-08-01 Vmware, Inc. Cross-cloud object mapping for hybrid clouds
US9690558B2 (en) 2015-09-02 2017-06-27 Sap Portals Israel Ltd Orchestrating the lifecycle of multiple-target applications
US9600269B1 (en) 2015-11-23 2017-03-21 Sap Se Deployment of database objects

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070250574A1 (en) * 2005-06-24 2007-10-25 Tseitlin Ariel D Continuous deployment
US8875122B2 (en) * 2010-12-30 2014-10-28 Sap Se Tenant move upgrade
US8661444B2 (en) * 2011-05-17 2014-02-25 International Business Machines Corporation Creation of flexible workflows using artifacts
US20150121155A1 (en) * 2013-10-31 2015-04-30 Stoyan Boshev Performing customized deployment scenarios in shared environments
US20190107968A1 (en) * 2017-10-11 2019-04-11 Salesforce.Com, Inc. Criteria-based cost-efficient routing and deployment of metadata packages in an on-demand environment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220342856A1 (en) * 2021-04-27 2022-10-27 Red Hat, Inc. Optimized tenant schema generation
US11709807B2 (en) * 2021-04-27 2023-07-25 Red Hat, Inc. Optimized tenant schema generation

Also Published As

Publication number Publication date
US20190220529A1 (en) 2019-07-18
US11030164B2 (en) 2021-06-08

Similar Documents

Publication Publication Date Title
US20210182251A1 (en) Artifact deployment for application managed service instances
US10659449B2 (en) Application managed service instances
US10491700B2 (en) Application managed service instances
US11188386B2 (en) Lightweight remote process execution
US10673962B2 (en) Service cross-consumption based on an open service broker application programming interface
US10693989B2 (en) Brokering services from partner cloud platforms
US9898279B2 (en) Optimizing ABAP development as a service
US11221997B2 (en) On-demand creation and access of a virtual file system
US11366573B2 (en) Automatic development of a service-specific chatbot
US11310328B2 (en) Generic command line interface to an extensible list of cloud platform services
US11218388B2 (en) Tenant isolated data in shared reusable services
US10666528B1 (en) Decoupling platform as a service providers using a service management platform
AU2017382640A1 (en) Improving the success rate of an online transaction
US10824461B2 (en) Distributed persistent virtual machine pooling service
US11669357B2 (en) Integration and development cycles by swapping running executables in cloud-native environments
EP3832456B1 (en) Fencing execution of external tools during software changes
US10700949B1 (en) Stacking of tentant-aware services
US10754671B2 (en) Synchronizing user interface controls
US11204913B2 (en) Generic data state transfer interface to the state of data and information for a reporting system
US20240155036A1 (en) Coordinated shutdown of cloud computing applications with session handover
US20200081706A1 (en) Modification of software application content within a cloud-deployed application container

Legal Events

Date Code Title Description
AS Assignment

Owner name: SAP SE, GERMANY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:EBERLEIN, PETER;KOPECZ, KLAUS;HARREN, ARNE;REEL/FRAME:055383/0986

Effective date: 20180118

STPP Information on status: patent application and granting procedure in general

Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED