Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a way to configure Tibco Business Works directly from a programming language? That is: can you deploy, configure, test and teardown your APIs from Chef/Puppet/Ansible and are there recipes/playbooks, etc. to do so?
Thank you very much in advance.
Tim
I assume you want to automate BW deployments - there are command-line tools (buildear, appManage, ...). You can invoke them from shell scripts (unix, windows, ...) as well as any other programming language that allows to invoke external applications. I use them large-scale via shell scripts in my groups projects.
Most processing instructions are based on command line parameters and the static configs (environment, aliases, instance configs) are based on particular files in the file system tree (which you can also auto-archive, backup, etc.).
The deployment process as such is distributed and based on Tibco Administrator (to which appManage interfaces) so you only have to control the action parameters (via command-line parameters). Your programming language should support that (or do you want to have the command-line tools as java classes to build a single java admin app?).
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking for a flexible monitoring tool, which should be able to:
Monitor public web endpoint and:
Validate REST API response body.
Validate response codes.
Monitor Azure resources: Cloud Services, Web Apps, SQL servers, VMs etc (Optional)
Support of custom monitoring scripts. For example, there is a PowerShell script which performs some checks and returns response if
service healthy or not.
Provide availability/performance metrics based on monitoring statistics.
Raise alerts and send notifications
Tool should have a modern UI and support of multiple monitoring projects, each project should have own isolated settings.
Currently we are using MS application SCOM (System Center Operations Manager), but it's a very old tool and has a poor documentation and UI. But a very flexible and can monitor a lot of thing out of the box.
Basically, is there something better and modern than SCOM?
We are using HP-BSM, though expensive, it's very flexible and with many capabilities. It has every functionality that you wrote in your question.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have a several instances of my application, like dev stand, test stand, demo stand and several production stands. My application is a cluster of microservices, packaged in docker container and managed by docker-compose. I need an ability to conveniently deploy some versions of application to several stands.
My question is: What tools should i pick for this feature? Ideally i want to have web interface which has one button “Deploy” for one stand and an input field for a version of my application.
We use Teamcity for building applications, and we can use it for continuous delivery, but i am looking for a more convenient and specialized tool.
We're using Octopus Deploy in our CI process for deployments (releases created by TeamCity) and we're really happy with this tool.
Although I'm not much into container/Docker things, but i saw that recently Octopus has implemented some features for Docker deployments so you could check that maybe. ;)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There's a program MetaTrader4 that can run scripts.
My script reading data from text files (up to 3 gb) and analyse them.
It's like Excel vba script analysing sheet's data.
Billions of iterations. Results of calculating stored in another txt file (up to few GBs)
Is it possible to run many instances of MetaTrader4 using cloud (Azure?)
If no I can recode script to Delphi application is that possible for Azure or other cloud service?
If so how can I do that? I have a trial in Azure but don't know where to start.
using Azure, one option is using Azure WebJobs and it works with Exe files too (if your program is .exe)
Acceptable file types for scripts or programs to be used in Azure Web Jobs:
.cmd, .bat, .exe (using windows cmd)
.ps1 (using powershell)
.sh (using bash)
.php (using php)
.py (using python)
.js (using node)
.jar (using java)
For more detail information take a look at this link:
https://azure.microsoft.com/en-us/documentation/articles/web-sites-create-web-jobs/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'd like to start using continuous integration in my personal projects to get experience with the techniques and concepts. The problem is that my programming poison runs to the non-mainstream (to put it mildly) with the bulk of my work being in Erlang.
What continuous integration systems are capable of dealing with non-mainstream languages, chief among them, in my case, Erlang? How easy are they to set up, configure and run?
At this point I'd recommend Jenkins. It is easy to setup and configure, there are lots of help online and basic support with the common Erlang test tools.
See Stack Overflow question Continuous integration server for Erlang code for basic information about how to intergrate eunit and common test into Jenkins.
We are using Jenkins-CI in the etorrent project and that seem to work really well. We have a number of virtual machines implementing different operating systems on which we run the system and then carry out tests.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
As the title suggests I am looking for a open source ERP package. While there are tons of ERPs out there, None of them meet my needs. I am looking for a package which I can use configuration or minimal coding to create my customize ERP package for a customer. MS CRM has this ability, it has some built in modules as well we can add more module using configuration files and where needs extend the functionality using aspx of workflow (dll) modules. Please let me know if you need more info on this, I have been looking for this for sometime and yet to get something.
I ended up using Sugar CRM for the need because of its ability to customize the package.
IntarS might be your solution. Very extensible, running real world productive implementations since 10 years. Universal application architecture.
I think ebizframe ERP software can meet your needs related to ERP.
Check erpnext.com - clean, easy to read codebase, available on gihub with an excellent team of guys supporting it. They also offer a hosting service to go with it which is very affordable. Your data is also safe - you can get a mysql dump of all of it at any time if you need to.