Code Monkey home page Code Monkey logo

Comments (9)

lewie avatar lewie commented on July 25, 2024

Hello @timmolter,
I want to use Yank in a JDBC Bundle for https://github.com/openhab/openhab. Will the project be continued?

from yank.

timmolter avatar timmolter commented on July 25, 2024

@lewie Sorry, somehow I missed you issue/question before. Let me answer it next...

from yank.

timmolter avatar timmolter commented on July 25, 2024

OK, I updated all dependencies in the pom and fixed the BOOKS string. Please see/use latest snapshot jar. If you need a release jar let me know.

Are you saying this.hikariDataSource.shutdown(); should be replaced with this.hikariDataSource.close();?

If so, why?

from yank.

timmolter avatar timmolter commented on July 25, 2024

BTW, I'm sticking to HikariCP-java6 rather than HikariCP in order to keep Yank compatible with Java 6. If that's an issue, let me know also please.

from yank.

timmolter avatar timmolter commented on July 25, 2024

openhab looks awesome. I may end up using it as I'm starting to get into that application space with artificial intelligence stuff like anomaly detection, prediction, robotics. Glad you made me aware of it!

from yank.

lewie avatar lewie commented on July 25, 2024

@timmolter,
yes, it is a java Version Problem, forgot to say.
We need compatibility with minimum java 7, better java 8 (upcomming openHAB2 aka since openhab2 core Components now named smarthome) and for HikariCP 2.4.1 hikariDataSource.close() needs to be used. In Source of HikariCP 2.4.1 it is @deprecated only, but (don't know why) I got errors running HikariCP 2.4.1 and Yank together.

After going through Mybatis I landed at HikariCP, after many more hours of research at Yank what my work has facilitated again. I am also thinking of the developers who want to maintain the JDBC Bundle further. (its not merged yet)

Wahh, anomaly detection, prediction... You're running an open door for me!!!
I use openHAB/SmartHome more and more for really everything to log, manage, eventing...., not only in Smarthomes. I take care of a few smaller companies, make them smarter, their consumption and material movements (Electricity, Air, Oil, Gas, Wood chips) more transparent. Complex machines seams to have on the let any peculiarity to identify it through a power supply system.

For example, I would like to identify, a current Power consumer at its 'switch on Power profile' or can identify at its load profile. Complex and simple Machines too seems to have this Profile, but can't describe it properly for a pattern recognition.
The deep mathematical understanding is missing me, unfortunately, in these areas often.

Nice to meet you
Helmut

from yank.

timmolter avatar timmolter commented on July 25, 2024

@lewie OK, I updated Yank for you and bumped the version to 3.1.0-SNAPSHOT. Let me know. If everything works for you, I'll do a release to Maven Central.

from yank.

lewie avatar lewie commented on July 25, 2024

@timmolter,
Perfect! Everything works for me now.
A release on Maven Central would be absolutely perfect! 👍

Thank You
Helmut

from yank.

timmolter avatar timmolter commented on July 25, 2024

3.1.0 pushed to Maven Central. Notice the namespace change:

<dependency>
    <groupId>org.knowm</groupId>
    <artifactId>yank</artifactId>
    <version>3.1.0</version>
</dependency>

from yank.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.