[go: nahoru, domu]

Skip to content
/ kxblogs Public template

Templates for Single-Page Applications using kdb+

License

Notifications You must be signed in to change notification settings

stevetrain/kxblogs

Repository files navigation

Table of contents

Overview

This repo contains templates for Single-Page Applications interfacing with kdb+. They were tested on Windows 10, Chrome 81-90, kdb+ v3.6 2019.04.30.

Blog Posts

Setting Up

React

  • Download npm
  • Run npm update in the terminal from the reactProject directory, to install dependencies from package.json (bringing the project size to around 163MB)
  • Run downloaded startR.bat and startQ.bat files – if you aren’t using C:\q\w64, startQ will require editing
  • View from a browser: http://localhost:3000

Angular 8

  • Download npm
  • Run npm update in the terminal from the angular8Project directory, to install dependencies from package.json (bringing the project size to around 414MB)
  • Run downloaded startA.bat and startQ.bat files – if you aren’t using C:\q\w64, startQ will require editing
  • View from a browser: http://localhost:3000

AngularJS

  • Install Python
  • Depending on your downloaded Python version, edit startP2.bat or startP3.bat to use the correct Python file-path, and run the corresponding file
  • Run startQ.bat – if you aren’t using C:\q\w64, startQ will require editing
  • View from a browser: http://localhost:5000/angularJSProject/html/index.html

Vue

  • Download npm
  • Run npm update in the terminal from the vueProject directory, to install dependencies from package.json (bringing the project size to around 130MB)
  • Run downloaded startV.bat and startQ.bat files – if you aren’t using C:\q\w64, startQ will require editing
  • View from a browser: http://localhost:8080

Future blogs:

  • AWS lambda with react
  • Cypress

About

Templates for Single-Page Applications using kdb+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published