Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [january-dev] IDataset <-> python

Hi Scott,

We do have and use two mechanisms for communicating with Python: xml-rpc and Py4J. At the moment, they are part of Dawn Science (https://github.com/DawnScience/scisoft-core) and are based on saving the data to a filesystem that is accessible to both sides.

The next version of January will be a major one though there has not been any discussion I am looking at a March release.

Best regards,
 Peter



 

-----Original Message-----
From: january-dev-bounces@xxxxxxxxxxx [mailto:january-dev-bounces@xxxxxxxxxxx] On Behalf Of Scott Lewis
Sent: 27 January 2017 19:46
To: january-dev@xxxxxxxxxxx
Subject: [january-dev] IDataset <-> python

Hi Folks,

Is there any existing work on going between an IDataset instance (in 
java) and a Dataset instance in Python using Py4j?   We are using 
January to build an IoT data analytics framework that is built on 
java/OSGi/kura/our stuff.   It includes a way to dynamically 
create/add/remove osgi services that pass IDataset instances between components to perform various analytics.

One thing that we might be interested in doing is having these osgi services implemented via Python...which would necessitate exchanging IDataset <-> Python dataset instances.

Another question:   When is the next expected release of January?    
Will it be a major, minor, maintenance?

Thanksinadvance for any information.

Scott


_______________________________________________
january-dev mailing list
january-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/january-dev

-- 
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom



Back to the top