KxSystems / javakdb

Using Java with kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
54 stars 45 forks source link

Docs for examples & improved Feed example. Ref: #36 #38

Closed sshanks-kx closed 3 years ago

sshanks-kx commented 3 years ago

Feed example improved as it didnt previously work if a user created a new KDB+ instance to communicate with. Added code to example to create .u.upd function and also create table, so that the example works without knowing how to setup KDB+ (easier for new users to understand)

CharlieSkelton-Kx commented 3 years ago

I think this encourages bad practice, namely initializing utility functions and schema remotely, and with that connecting to a commonly used production port number. Additionally the q code for .u.upd is non-idiomatic. These additional pieces of code, which really should be serverside, are an unnecessary distraction from how to connect and push data into the system.