Question Carina Mueler · Sep 7, 2018

Hey guys,
I need your help.
I am writing a code in Python and I want to create a database and some properties and then to send json files (data) to this database. (I use client-server-model for loading the data into IRIS)
I use curl methods and convert it in Python code with:

curl.trillworks.com/#python

My code so far:
 

url = "http://127.0.0.1:52773/api/docdb/v1/NamespaceName/db/DBName"
"http://127.0.0.1:52773/api/docdb/v1/NamespaceName/doc/DBName/"
else


So I create a Database in the Namespace but all the data is in one column:


I need some properties now, so the data could be parsed.

15
0 502