1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Archive Appliance Backends |
From: | "Shankar, Murali" <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Wed, 21 Sep 2016 17:10:30 +0000 |
Hi William,
I am one of the developers on this and can answer some of your questions...
>> Has anyone successfully integrated appliance war files with another app server like WildFly?
I haven't heard of a production deployment with another app server but this was originally targeted at Tomcat and Glassfish. I don't think there is anything Tomcat specific in the main
tar.gz; so you should be able to deploy on other containers. The unit tests however do assume a Tomcat deployment. Please let me know if you want to attempt deployment on other containers and I can help out.
>> Has anyone created an alternative backend to PB files? I
There are two ways of doing this; one is to continue to use PB marshalling but to store the chunks elsewhere using NIO2. The other alternative it to use a different time-series DB altogether (like
what you are looking for). Please let me know offline if you are interested and I can point you to the interfaces you'd need to implement.
>> I'm very interested in collaborating with this project...
Awesome; thank you... so are we. Please look me up offline and we can discuss next steps.
Regards,
Murali
|