-
Setup Cubike example
Cubike is a fictional Bike Sharing company that we use the series of articless about Data Science with TM1 and Planning Analytics:
-
Connecting to the IBM Cloud remotely with Arc using the non-interactive account
If you want to use Arc with your IBM ID, you should jump to the following article:
-
Using Arc on the IBM Cloud
This article describe the steps to use Arc with the IBM Cloud from the Remote Desktop System they provide. The instructions are based on using TM1 security mode 5 (the default):
-
Connect Arc to a TM1 instance
Arc uses the TM1 REST API to connect to an IBM Planning Analytics (TM1) instance. You can either connect to a TM1 instance using the admin host port or using the TM1 REST API port of a specific TM1 instance.
-
Connect to a TM1 instance directly via the REST API
As well as connecting to an admin host you can also add connections directly to a REST API port, this will be beneficial if you are connecting to a cloud server and only the REST API port has been opened.
-
Setting up Arc as a Windows service
To add some durability you can run the Arc executable as a Windows service so it will always be available. To do this you need to:
-
Connect to multiple admin hosts
By default Arc will connect to admin host on the local computer, if you want to connect to multiple admin hosts add an extra line for each remote admin host.
-
How to start Arc
Arc should be installed on the same server that TM1 is running, this allows Arc to access both the ODBC data sources and text files on the TM1 server. If you install Arc on a desktop or separate server Arc will function as normal with the exception of the ODBC and Text preview in Turbo…
-
FAQ TM1py
+ What is TM1py ? TM1py is a Python package that wraps the TM1 REST API in a simple to use library. That makes it easy to build stuff with TM1 and python. + What is Python ? Python is a widely-used general-purpose programming language that lets you work quickly and integrate systems more effectively.…
-
Set up jupyter notebook
Jupyter is an open-source web application that enables you to mix code-execution and comments. It is great to tell a story and run through the code sections by sections.