Buscar

Limpiar filtro
Anuncio
Esther Sanchez · 15 dic, 2022

Novedades de InterSystems Ideas, diciembre 2022

BI to test all the pivots and dashboards if they still work after changes made Improve Spanish translation in IRIS Add IRIS as a supported database for Apache Superset For
Artículo
David Reche · 1 jul, 2019

Crear un Backend con Node/Express y conectarlo a IRIS en menos que decimos 'Mississippi

= require('../db/database');Y reescribe el método router.get: router.get('/', function(req, res, next) { db.get({global:'test'}, function (error, result) { if (error
Artículo
Mathew Lambert · 15 jul, 2020

Historia del proyecto isc-tar

. Y Makefile es perfectamente adecuado para ello. APP_NAME = isc-tar IMAGE ?= daimor/$(APP_NAME) SHELL := /bin/bash .PHONY: help build test release help: ## This help
Artículo
Mathew Lambert · 7 jul, 2020

Ejecución remota de código para InterSystems Caché

no fue capaz de crear el proceso hijo. Se ve así: set status = $ZF(-1,"mkdir ""test folder""") $ZF(-2) es un comando similar, excepto que el proceso padre no espera a que el proceso
Artículo
Eduardo Anglada · 22 nov, 2021

Cómo importar archivos CSV a las tablas existentes en InterSystems IRIS

).GenerateFromURL("https://raw.githubusercontent.com/evshvarov/test-ipad/master/gnp.csv",",","dc.data.GNP") Return sc } Pero los datos del GNP están
Artículo
Ricardo Paiva · 15 mar, 2023

Cómo llamar métodos de clase con la API nativa para Python

ObjectScript y cómo llamarlos usando esta función de Python. ## Ejemplo 1: Pong ```objectscript ClassMethod Test(arg1, arg2, arg3) As %DynamicArray { return [(arg1
Pregunta
Kurro Lopez · 25 feb, 2021

Exportar JSon parcial a un mensaje de respuesta

); Property active As %Boolean; ClassMethod Test() { set file = ##class(%Stream.FileCharacter).%New() set file.Filename = "/test/data.json" set data = file.Read
Artículo
Guillaume Rongier · 28 nov, 2022

Otra Implementación de $lb() // iris-dollar-list

. Development](#23-development) ## 1.2. Uso Ejemplo: ```objectscript set ^list = $lb("test",$lb(4)) ``` Ejemplo de uso con API nativa: ```python import iris

Joe Testing

0 publicaciones0 comentarios
Anuncio
David Reche · 25 mar, 2021

Nuevo Concurso para Desarrolladores: Herramientas para desarrolladores

- errors visualization objectscript-openapi-definition - open API generator Test Coverage Tool - test coverage helper and many more. Plantillas recomendadas
Artículo
Jose-Tomas Salvador · 20 abr, 2021

Conexión con JDBC desde Python a la base de datos de IRIS - una nota rápida

, escogidas eleatoriamente, estén en el conjunto Prueba, lTest1 = np.reshape(Y_validation,(30,1)) test = np.concatenate([X_validation, lTest1],axis=-1) # Escribe
Artículo
Alberto Fuentes · 29 ago, 2019

Configurar un servicio REST en IAM y publicarlo en el Developer Portal

://localhost:52773/rest/coffeemakerapp/test {"coffeemakerID":"20","name":"My Coffee Maker","brand":"Coffee Inc","price":"23.45","numcups":"1","color":"green","img":"img/coffee1.png
Artículo
Ricardo Paiva · 18 ene, 2023

Validación de documentos XML con Schematron mediante Python

rules = open('/durable/test-schema.sch', 'rb') # Schematron schema XMLhere = open('/durable/test-file.xml', 'rb') # XML file to check #Parse schema
Artículo
Ricardo Paiva · 18 oct, 2019

Entrega continua de soluciones InterSystems utilizando GitLab - Parte II: Flujo de trabajo con GitLab

este comportamiento): Si abrimos el script, podemos ver el registro y determinar por qué falló: Running with gitlab-runner 10.4.0 (857480b6) on test runner (ab34a8c5) Using Shell
Artículo
Ricardo Paiva · 29 dic, 2022

Soporte de Grafana para InterSystems IRIS

una sencillo formulario con unos ajustes básicos, y el botón Test para comprobar la conexión. Cuando se inicie IRIS debería mostrarse verde OK. Vamos a crear algunos paneles de control