Add an Application
Telicent have available a number of application to get users started in exploiting their data. These have been built by our developers with all the same accesses which a non Telicent developer would have. But there is a couple of rules of the road. At Telicent we use React but any other framework should be usable. In the past we have integrated COTS, free to use public software and also custom apps we have built with Dash, Angular and Svelte. Deploying applications into CORE is relatively simple, build your app, containerise it and deploy it as a pod within kubernetes and you are 90% there. This how-to will cover the creation of a Hello World application, and its deployment.
Prerequisites
- A deployment of CORE
Initialising Your Project
npx create-react-app hello-world
cd hello-world
Limitations
Although on our long term roadmap, deploying applications into a domain and using the CORE APIs in a different domain is not currently supported.