├── .gitignore ├── .gitlab-ci.yml ├── CONTRIBUTING ├── code.md ├── dilbert-slides.gif ├── ice-cream.jpg ├── index.md ├── install.md ├── markdown.md ├── spelling.md ├── style.md └── typography.md ├── LICENSE.txt ├── README.md ├── archive └── odbc-simba.md ├── custom_theme ├── 401.html ├── 404.html ├── main.html └── partials │ └── header.html ├── docker-image-name.txt ├── docker-image-version.txt ├── docs ├── about │ ├── man.md │ ├── terminology.md │ └── thissite.md ├── architecture │ ├── img │ │ ├── optane-tests1.png │ │ ├── optane-tests2.png │ │ └── optane-tests3.png │ ├── index.md │ ├── optane-tests.md │ ├── rq.md │ ├── tickq.md │ └── uq.md ├── basics │ ├── .DS_Store │ ├── application.md │ ├── atomic.md │ ├── by-topic.md │ ├── cmdline.md │ ├── comparison.md │ ├── conformable.md │ ├── control.md │ ├── datatypes.md │ ├── debug.md │ ├── dictsandtables.md │ ├── enumerations.md │ ├── errors.md │ ├── exposed-infrastructure.md │ ├── files.md │ ├── function-notation.md │ ├── funsql.md │ ├── glossary.md │ ├── handles.md │ ├── img │ │ ├── accumulator.png │ │ ├── atomic.png │ │ ├── index-at.png │ │ ├── length-error.png │ │ ├── map-accumulator.png │ │ ├── map.png │ │ ├── pairwise.png │ │ └── scalar-extension.png │ ├── implicit-iteration.md │ ├── internal.md │ ├── ipc.md │ ├── iteration.md │ ├── joins.md │ ├── listening-port.md │ ├── math.md │ ├── metadata.md │ ├── namespaces.md │ ├── parsetrees.md │ ├── pattern.md │ ├── peach.md │ ├── precision.md │ ├── qsql.md │ ├── regex.md │ ├── sensors.txt │ ├── svg │ │ ├── case.svg │ │ ├── each-both.svg │ │ ├── each-left.svg │ │ ├── each-parallel.png │ │ ├── each-parallel.svg │ │ ├── each-prior.svg │ │ ├── each-right.svg │ │ ├── over.svg │ │ └── xasc.svg │ ├── syntax.md │ ├── syscmds.md │ └── variadic.md ├── cloud │ ├── autoscale │ │ ├── aws.md │ │ ├── cost-risk.md │ │ ├── img │ │ │ ├── exampleasgavailability.png │ │ │ ├── exampleasgcapacity.png │ │ │ ├── exampleasgcostefficiency.png │ │ │ ├── examplecapacitycomp.png │ │ │ ├── exampleregularcapacity.png │ │ │ ├── simdatavolumes.png │ │ │ ├── simsizescostvscapacity.png │ │ │ ├── simsizesinstancetypes.png │ │ │ ├── simsizesmemoryusage.png │ │ │ ├── simsizestotalmemory0.png │ │ │ ├── simsizestotalmemory1.png │ │ │ ├── simsizesupdcounts.png │ │ │ ├── simsizesupdrates.png │ │ │ ├── simsizesupdthroughputs.png │ │ │ ├── simt3acapacitybyserver.png │ │ │ ├── simt3acapacityvsusage.png │ │ │ ├── simt3acapacityvsusage1.png │ │ │ ├── simt3anewserver.png │ │ │ ├── simt3arollingsubscriber.png │ │ │ ├── simt3ascalingthresholds.png │ │ │ ├── simt3athresholdstotalmemory2080.png │ │ │ ├── simt3athresholdstotalmemoryall.png │ │ │ ├── simt3ausagebyserver.png │ │ │ ├── simt3awaittimes.png │ │ │ └── t3aec2pricing.png │ │ ├── index.md │ │ └── rdc.md │ ├── aws-lambda │ │ ├── aws-lambda-flow.png │ │ ├── cdk-deploy-output.png │ │ ├── cloud-services.jpg │ │ ├── image1.png │ │ ├── image6.png │ │ ├── image7.png │ │ ├── image8.png │ │ └── index.md │ ├── aws │ │ ├── app-a-ebs.md │ │ ├── app-b-efs-nfs.md │ │ ├── app-c-asg.md │ │ ├── architecture.png │ │ ├── aws-ec2-a4.pdf │ │ ├── aws-ec2-us.pdf │ │ ├── img │ │ │ ├── fsxl_13nodes.png │ │ │ ├── fsxl_singlenode.png │ │ │ └── media │ │ │ │ ├── ec2.png │ │ │ │ ├── image1.png │ │ │ │ ├── image10.png │ │ │ │ ├── image11.png │ │ │ │ ├── image12.png │ │ │ │ ├── image13.png │ │ │ │ ├── image14.png │ │ │ │ ├── image15.png │ │ │ │ ├── image16.png │ │ │ │ ├── image17.png │ │ │ │ ├── image18.png │ │ │ │ ├── image19.png │ │ │ │ ├── image2.jpeg │ │ │ │ ├── image20.png │ │ │ │ ├── image21.png │ │ │ │ ├── image22.png │ │ │ │ ├── image23.png │ │ │ │ ├── image24.png │ │ │ │ ├── image25.png │ │ │ │ ├── image26.png │ │ │ │ ├── image27.png │ │ │ │ ├── image28.png │ │ │ │ ├── image29.png │ │ │ │ ├── image30.png │ │ │ │ ├── image31.png │ │ │ │ ├── image4.png │ │ │ │ ├── image5.jpg │ │ │ │ ├── image6.png │ │ │ │ ├── image7.png │ │ │ │ ├── image8.png │ │ │ │ └── image9.png │ │ ├── index.md │ │ ├── lustre.md │ │ └── migration.md │ ├── azure │ │ ├── architecture.md │ │ └── img │ │ │ └── architecture.png │ ├── gcpm │ │ ├── architecture.md │ │ └── img │ │ │ ├── gc-architecture.png │ │ │ ├── gcpm-deploy-done.png │ │ │ ├── gcpm-deploy.png │ │ │ └── gcpm-landing.png │ ├── index.md │ └── otherfs │ │ ├── goofys.md │ │ ├── img │ │ └── media │ │ │ ├── image32.png │ │ │ ├── image33.png │ │ │ ├── image34.png │ │ │ ├── image35.png │ │ │ ├── image36.png │ │ │ ├── image37.png │ │ │ ├── image38.png │ │ │ ├── image39.png │ │ │ ├── image40.png │ │ │ ├── image41.png │ │ │ ├── image42.png │ │ │ ├── image43.png │ │ │ ├── image44.png │ │ │ ├── image45.png │ │ │ ├── image46.png │ │ │ ├── image47.png │ │ │ ├── image48.png │ │ │ └── image49.png │ │ ├── mapr.md │ │ ├── objectivefs.md │ │ ├── quobyte.md │ │ ├── s3fs.md │ │ ├── s3ql.md │ │ └── wekaio-matrix.md ├── data │ ├── white-papers.json │ └── wp-authors.json ├── database │ ├── index.md │ ├── mdb-odbc.md │ ├── object.md │ └── segment.md ├── develop │ └── shebang.md ├── devtools.md ├── github.md ├── img │ ├── 51MFB56Y0ZL.jpg │ ├── 89158587.jpg │ ├── TP_log_recovery.svg │ ├── alamy │ │ ├── 2ADY7DK.jpg │ │ ├── 2C9PF21.jpg │ │ ├── CN6580.jpg │ │ ├── G36AKX.jpg │ │ ├── PHPHX0.jpg │ │ └── WJEGGB.jpg │ ├── analyst-intro-1.png │ ├── analyst.png │ ├── babel.png │ ├── boggle.jpg │ ├── carousel │ │ ├── automl-600.png │ │ ├── blank-600.png │ │ ├── coronavirus.jpg │ │ ├── coronavirus.png │ │ ├── dashboards-600.jpg │ │ ├── encryption-600.jpg │ │ ├── encryption.jpg │ │ ├── ide.png │ │ ├── interfaces.png │ │ ├── kdb4.jpg │ │ ├── kdb4.jpg.old │ │ ├── kdb4.png │ │ ├── kx4-600.jpg │ │ ├── lambda-600.jpg │ │ ├── optane-memory-600.jpg │ │ ├── optane-memory-600.png │ │ ├── parallelism-600.jpg │ │ ├── parallelism.jpg │ │ ├── parallelism.png │ │ ├── platform-45.png │ │ ├── platform.png │ │ ├── profiler.jpg │ │ ├── profiler.png │ │ ├── q-for-pythons.png │ │ ├── q4p-600.png │ │ ├── q4p.png │ │ ├── q4p.xcf │ │ ├── reading.jpg │ │ ├── reading.png │ │ └── tour-600.jpg │ ├── case.png │ ├── catalina-warning.png │ ├── cats-cradle.jpg │ ├── cloud-computing.jpg │ ├── controlkx.png │ ├── each-both.png │ ├── each-left.png │ ├── each-parallel.png │ ├── each-prior.png │ ├── each-right.png │ ├── earthrise.jpg │ ├── encryption.jpg │ ├── excel.png │ ├── faces │ │ ├── alexanderbelopolsky.jpg │ │ ├── bobdylan.jpg │ │ ├── callumbiggs.jpg │ │ ├── ciarangorman.jpg │ │ ├── colmearley.jpg │ │ ├── danielirwin.png │ │ ├── dianeodonoghue.jpg │ │ ├── endeagildea.jpg │ │ ├── eoinkilleen.jpg │ │ ├── glennwright.jpg │ │ ├── himanshugupta.png │ │ ├── jamescorcoran.jpg │ │ ├── jamesgalligan.jpg │ │ ├── jasonquinn.jpg │ │ ├── jeremylucid.jpg │ │ ├── katrinamccormack.jpg │ │ ├── lukebritton.jpg │ │ ├── michaelawoods.jpg │ │ ├── michaelmcclintock.png │ │ ├── noahattrup.jpg │ │ ├── paulaclarke.jpg │ │ ├── rebeccakelly.jpg │ │ ├── rianocuinneagain.jpg │ │ ├── samanthagallagher.jpg │ │ ├── samstantoncook.png │ │ ├── stephendempsey.jpg │ │ └── stephentaylor.png │ ├── fizzbuzz.png │ ├── funq.jpg │ ├── fusion.jpg │ ├── geo.png │ ├── goto.png │ ├── h.edsn.png │ ├── hieroglyphics.jpg │ ├── hieroglyphics.png │ ├── kandinsky-circles-in-a-circle.jpg │ ├── kdbcn.jpg │ ├── kei01.jpg │ ├── keiandatw89.png │ ├── klondike.png │ ├── kx.png │ ├── kx.svg │ ├── kxdeveloper.png │ ├── linear-regression.png │ ├── matlab.png │ ├── matrix-multiplication.png │ ├── microservice_icon.png │ ├── ml.png │ ├── mlabd.jpg │ ├── monitoroverview.png │ ├── monk.png │ ├── name-game.jpg │ ├── optane-memory.jpg │ ├── over.png │ ├── pivot-1.png │ ├── pivot-2.png │ ├── plaid.png │ ├── prof1.png │ ├── prof2.png │ ├── q_meet_python.png │ ├── qfm001.png │ ├── qfm002.png │ ├── qfm3.jpg │ ├── qros.png │ ├── qtips.jpg │ ├── r │ │ ├── figure1.svg │ │ ├── figure2.png │ │ ├── figure3.svg │ │ ├── figure4.svg │ │ └── figure5.png │ ├── rdb_end_of_day.svg │ ├── reading.jpg │ ├── rebeccakelly.jpg │ ├── scrabble.jpg │ ├── seamus-keating.jpg │ ├── smartmeterui.png │ ├── stream.png │ ├── tick_arch.svg │ ├── uj.gif │ ├── websocket-echo.png │ ├── websocket-result.png │ ├── websocket-wso.png │ ├── wstree.png │ ├── xasc copy.png │ ├── xasc.png │ └── xkcd.tar.png ├── index.md ├── interfaces │ ├── c-client-for-q.md │ ├── capiref.md │ ├── csharp.md │ ├── excel-client-for-q.md │ ├── ffi.md │ ├── gpus.md │ ├── img │ │ ├── auto-scrolling.png │ │ ├── autocomplete.png │ │ ├── bloomberg.png │ │ ├── connectionauthenticate.jpg │ │ ├── connectserver.jpg │ │ ├── connecttoakdbserver.png │ │ ├── connecttoinsights.jpg │ │ ├── data-source.png │ │ ├── datasources.jpg │ │ ├── excel.png │ │ ├── find-all-references.png │ │ ├── findlicense.jpg │ │ ├── go-to-references.png │ │ ├── insightsauthenticate.jpg │ │ ├── installationofqfound.jpg │ │ ├── installnewinstance.jpg │ │ ├── kdbinsightsconnection.jpg │ │ ├── kdbview-results.png │ │ ├── linting.png │ │ ├── localkdbconnection.jpg │ │ ├── managedqprocess.jpg │ │ ├── odbc.png │ │ ├── output-results.png │ │ ├── pastelicense.jpg │ │ ├── populate-scratchpad.png │ │ ├── r.png │ │ ├── r │ │ │ ├── figure1.svg │ │ │ ├── figure2.png │ │ │ ├── figure3.svg │ │ │ ├── figure4.svg │ │ │ └── figure5.png │ │ ├── scala.png │ │ ├── step1connecttoakdbserver.jpg │ │ ├── subscribetoupdates.jpg │ │ ├── syntax-highlighting.png │ │ └── weclomeemail.jpg │ ├── index.md │ ├── java.md │ ├── matlab-client-for-q.md │ ├── python.md │ ├── q-client-for-bloomberg.md │ ├── q-client-for-odbc.md │ ├── q-server-for-odbc3.md │ ├── r.md │ ├── rust.md │ ├── scala-client-for-q.md │ └── using-c-functions.md ├── kb │ ├── .DS_Store │ ├── alternative-in-memory-layouts.md │ ├── assets │ │ ├── ctf.q │ │ ├── foo.q │ │ ├── mp.q │ │ ├── multi-threaded-sym-rewrite-code.q │ │ ├── record.q │ │ └── top.q │ ├── callbacks.md │ ├── compacting-hdb-sym.md │ ├── compression │ │ └── fsicasestudy.md │ ├── corporate-actions.md │ ├── cpu-affinity.md │ ├── daemon.md │ ├── dare.md │ ├── deferred-response.md │ ├── faq-listbox.md │ ├── faq.md │ ├── file-compression.md │ ├── filesystemTestByNano.md │ ├── firewalling.md │ ├── geospatial.md │ ├── http.md │ ├── img │ │ ├── compression_rel_size_total.png │ │ ├── image5.jpg │ │ └── settime_block.png │ ├── inetd.md │ ├── kdb-tick.md │ ├── linking-columns.md │ ├── linux-production.md │ ├── load-balancing.md │ ├── loading-from-large-files.md │ ├── logging.md │ ├── lp.md │ ├── mt-primitives.md │ ├── named-pipes.md │ ├── optane.md │ ├── partition.md │ ├── performance-tips.md │ ├── pivoting-tables.md │ ├── profiler.md │ ├── programming-examples.md │ ├── programming-idioms.md │ ├── serialization.md │ ├── server-calling-client.md │ ├── splayed-tables.md │ ├── ssl.md │ ├── temporal-data.md │ ├── throughput.q │ ├── timezones.md │ ├── unicode.md │ ├── unit-tests.md │ ├── using-dotz.md │ ├── versions.md │ ├── websockets.md │ └── windows-service │ │ ├── image1.png │ │ ├── image10.png │ │ ├── image11.png │ │ ├── image2.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ ├── image6.png │ │ ├── image7.png │ │ ├── image8.png │ │ ├── image9.png │ │ └── index.md ├── learn │ ├── archive.md │ ├── assets │ │ ├── calls.q │ │ └── ww.q │ ├── blogs.md │ ├── brief-introduction.md │ ├── index.md │ ├── install.md │ ├── licensing.md │ ├── pb │ │ ├── abc-problem.md │ │ ├── abundant-odds.md │ │ ├── four-magic.md │ │ ├── index.md │ │ ├── name-game.md │ │ ├── sum-say.md │ │ ├── word-wheel.md │ │ └── xmas-days.md │ ├── python │ │ └── examples │ │ │ ├── array.md │ │ │ ├── dict.md │ │ │ ├── index.md │ │ │ ├── list.md │ │ │ └── string.md │ ├── q-by-examples.md │ ├── q-for-all.md │ ├── reading │ │ ├── boggle.md │ │ ├── fizzbuzz.md │ │ ├── index.md │ │ ├── klondike.md │ │ ├── scrabble.md │ │ └── strings.md │ ├── shifts-scans.md │ ├── startingkdb │ │ ├── hdb.md │ │ ├── index.md │ │ ├── ipc.md │ │ ├── language.md │ │ ├── tables.md │ │ └── tick.md │ ├── tour │ │ ├── csvs.md │ │ ├── datatypes.md │ │ ├── ide.md │ │ ├── img │ │ │ ├── GettyImages-914651812.jpg │ │ │ ├── browser.png │ │ │ └── jacques-tati.jpg │ │ ├── index.md │ │ ├── overview.md │ │ ├── scripts.md │ │ ├── session.md │ │ └── tables.md │ └── views.md ├── ml.md ├── ref │ ├── .DS_Store │ ├── abs.md │ ├── accumulators.md │ ├── add.md │ ├── aj.md │ ├── all-any.md │ ├── amend.md │ ├── and.md │ ├── apply.md │ ├── asc.md │ ├── asof.md │ ├── assign.md │ ├── attr.md │ ├── avg.md │ ├── bin.md │ ├── cast.md │ ├── ceiling.md │ ├── coalesce.md │ ├── cols.md │ ├── compose.md │ ├── cond.md │ ├── cor.md │ ├── cos.md │ ├── count.md │ ├── cov.md │ ├── cross.md │ ├── csv.md │ ├── cut.md │ ├── deal.md │ ├── delete.md │ ├── deltas.md │ ├── desc.md │ ├── dev.md │ ├── dict.md │ ├── differ.md │ ├── display.md │ ├── distinct.md │ ├── div.md │ ├── divide.md │ ├── do.md │ ├── doth.md │ ├── dotj.md │ ├── dotm.md │ ├── dotq.md │ ├── dotz.md │ ├── drop.md │ ├── dsave.md │ ├── dynamic-load.md │ ├── each.md │ ├── ej.md │ ├── ema.md │ ├── enkey.md │ ├── enlist.md │ ├── enum-extend.md │ ├── enumerate.md │ ├── enumeration.md │ ├── equal.md │ ├── eval.md │ ├── except.md │ ├── exec.md │ ├── exit.md │ ├── exp.md │ ├── fby.md │ ├── file-binary.md │ ├── file-text.md │ ├── fill.md │ ├── find.md │ ├── first.md │ ├── fkeys.md │ ├── flip-splayed.md │ ├── flip.md │ ├── floor.md │ ├── get.md │ ├── getenv.md │ ├── greater-than.md │ ├── greater.md │ ├── group.md │ ├── gtime.md │ ├── hcount.md │ ├── hdel.md │ ├── hopen.md │ ├── hsym.md │ ├── identity.md │ ├── if.md │ ├── ij.md │ ├── in.md │ ├── index.md │ ├── insert.md │ ├── inter.md │ ├── inv.md │ ├── iterators.md │ ├── join.md │ ├── key.md │ ├── keys.md │ ├── kwdcat.txt │ ├── kwds.txt │ ├── less-than.md │ ├── lesser.md │ ├── like.md │ ├── lj.md │ ├── load.md │ ├── log.md │ ├── lower.md │ ├── lsq.md │ ├── maps.md │ ├── match.md │ ├── max.md │ ├── md5.md │ ├── med.md │ ├── meta.md │ ├── min.md │ ├── mmu.md │ ├── mod.md │ ├── multiply.md │ ├── neg.md │ ├── next.md │ ├── not-equal.md │ ├── not.md │ ├── null.md │ ├── or.md │ ├── over.md │ ├── overloads.md │ ├── pad.md │ ├── parse.md │ ├── pj.md │ ├── prd.md │ ├── prior.md │ ├── rand.md │ ├── rank.md │ ├── ratios.md │ ├── raze.md │ ├── read0.md │ ├── read1.md │ ├── reciprocal.md │ ├── ref.csv │ ├── ref.q │ ├── ref0.txt │ ├── reverse.md │ ├── rotate.md │ ├── save.md │ ├── select.md │ ├── set-attribute.md │ ├── show.md │ ├── signal.md │ ├── signum.md │ ├── simple-exec.md │ ├── sin.md │ ├── sqrt.md │ ├── ss.md │ ├── string.md │ ├── sublist.md │ ├── subtract.md │ ├── sum.md │ ├── sv.md │ ├── system.md │ ├── tables.md │ ├── take.md │ ├── tan.md │ ├── til.md │ ├── tok.md │ ├── trim.md │ ├── type.md │ ├── uj.md │ ├── ungroup.md │ ├── union.md │ ├── update.md │ ├── upsert.md │ ├── value.md │ ├── var.md │ ├── vector-conditional.md │ ├── view.md │ ├── vs.md │ ├── where.md │ ├── while.md │ ├── within.md │ ├── wj.md │ ├── xbar.md │ ├── xgroup.md │ └── xrank.md ├── releases │ ├── ChangesIn2.4.md │ ├── ChangesIn2.5.md │ ├── ChangesIn2.6.md │ ├── ChangesIn2.7.md │ ├── ChangesIn2.8.md │ ├── ChangesIn3.0.md │ ├── ChangesIn3.1.md │ ├── ChangesIn3.2.md │ ├── ChangesIn3.3.md │ ├── ChangesIn3.4.md │ ├── ChangesIn3.5.md │ ├── ChangesIn3.6.md │ ├── ChangesIn4.0.md │ ├── ChangesIn4.1.md │ ├── index.md │ └── withdrawn.md ├── scripts │ └── qsearch.js ├── stylesheets │ └── q.css └── wp │ ├── astronomy.md │ ├── capi │ ├── img │ │ └── architecture.png │ └── index.md │ ├── card-counters │ ├── img │ │ ├── image2.png │ │ ├── image3.png │ │ ├── image4.png │ │ └── image5.png │ └── index.md │ ├── columnar-database │ ├── img │ │ ├── figure1.png │ │ ├── figure10.png │ │ ├── figure11.png │ │ ├── figure12.png │ │ ├── figure13.png │ │ ├── figure2.png │ │ ├── figure3.png │ │ ├── figure4.png │ │ ├── figure5.png │ │ ├── figure6.png │ │ ├── figure7.png │ │ ├── figure8.png │ │ └── figure9.png │ └── index.md │ ├── compress │ ├── img │ │ ├── figure01.png │ │ ├── figure02.png │ │ ├── figure03.png │ │ ├── figure04.png │ │ └── figure05.png │ └── index.md │ ├── corporate-actions.md │ ├── data-loaders │ ├── img │ │ └── figure1.png │ └── index.md │ ├── data-management.md │ ├── data-recovery.md │ ├── data-visualization │ ├── img │ │ ├── image1.png │ │ ├── image10.png │ │ ├── image11.png │ │ ├── image12.png │ │ ├── image13.png │ │ ├── image14.png │ │ ├── image15.png │ │ ├── image16.png │ │ ├── image17.png │ │ ├── image18.png │ │ ├── image19.png │ │ ├── image2.png │ │ ├── image20.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ ├── image6.png │ │ ├── image7.png │ │ ├── image8.png │ │ └── image9.png │ └── index.md │ ├── disaster-floods │ ├── imgs │ │ ├── KDtree.png │ │ ├── dist.png │ │ ├── gmap.png │ │ ├── peak.png │ │ ├── pr_G1.png │ │ ├── pr_G2.png │ │ ├── pr_P1.png │ │ ├── pr_P2.png │ │ ├── pr_U1.png │ │ ├── pr_U2.png │ │ └── rand-forest.png │ └── index.md │ ├── disaster-management │ ├── imgs │ │ ├── Affected_individuals.png │ │ ├── Donations_volunteering.png │ │ ├── LSTM_model.png │ │ ├── Sympathy_prayers.png │ │ ├── affected_ind_wcloud.png │ │ ├── binary_dist.png │ │ ├── donate_vol_wcloud.png │ │ ├── lstm_memorycell.png │ │ └── multi_dist.png │ └── index.md │ ├── disaster-recovery │ ├── img │ │ ├── image12.jpeg │ │ ├── image2.png │ │ └── image3.jpeg │ └── index.md │ ├── embedpy-lasso │ ├── img │ │ └── lassopred.png │ └── index.md │ ├── exoplanets │ ├── img │ │ ├── actpred.png │ │ ├── barplot.png │ │ ├── confidence.png │ │ ├── localviews.png │ │ ├── testbench.png │ │ ├── testcm.png │ │ ├── valbench.png │ │ └── valcm.png │ └── index.md │ ├── fix-messaging.md │ ├── foreign-keys.md │ ├── gateway-design │ ├── img │ │ ├── figure1.png │ │ ├── figure2.png │ │ ├── figure3.png │ │ └── figure4.png │ └── index.md │ ├── gui │ ├── img │ │ ├── image10.png │ │ ├── image11.png │ │ ├── image12.png │ │ ├── image13.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ ├── image6.png │ │ ├── image7.png │ │ ├── image8.png │ │ └── image9.png │ └── index.md │ ├── hdb-analysis │ └── index.md │ ├── index.md │ ├── intraday-writedown │ ├── img │ │ ├── figure02.png │ │ └── figure03.png │ └── index.md │ ├── iot-mqtt │ ├── img │ │ ├── arduino.png │ │ ├── dashboard.png │ │ ├── environmentalmonitor.jpg │ │ ├── graph.png │ │ ├── homeassistant.png │ │ ├── iot.jpg │ │ ├── kx.png │ │ ├── layout.jpg │ │ ├── livingroom.jpg │ │ ├── mosquitto.png │ │ └── mqtt.png │ └── index.md │ ├── iterators │ ├── img │ │ └── iteration.png │ └── index.md │ ├── machine-learning │ ├── img │ │ ├── figure1.png │ │ ├── figure2-1.png │ │ ├── figure2-2.png │ │ ├── figure3.png │ │ └── figure4.png │ └── index.md │ ├── market-depth │ ├── img │ │ └── figure1.jpg │ └── index.md │ ├── market-fragmentation │ ├── img │ │ ├── figure1.png │ │ └── figure2.png │ └── index.md │ ├── multi-partitioned-dbs │ ├── img │ │ └── image4.png │ └── index.md │ ├── multi-thread │ ├── img │ │ ├── figure1.png │ │ ├── figure2.png │ │ └── figure3.png │ └── index.md │ ├── neural-networks │ ├── img │ │ ├── formula1.png │ │ ├── formula10.png │ │ ├── formula2.png │ │ ├── formula3.png │ │ ├── formula4.png │ │ ├── formula5.png │ │ ├── formula6.png │ │ ├── formula7.png │ │ ├── formula8.png │ │ ├── formula9.png │ │ ├── image4.jpeg │ │ ├── image5.png │ │ ├── image6.png │ │ ├── image7.jpeg │ │ ├── image8.png │ │ └── image9.png │ └── index.md │ ├── option-pricing │ ├── img │ │ ├── asset.png │ │ ├── bbconstruct.png │ │ ├── bin64.png │ │ ├── gaussian.png │ │ ├── logrmse.png │ │ ├── numgen.png │ │ ├── price.png │ │ ├── rmse.png │ │ ├── sigma.png │ │ ├── sobgaussdist.png │ │ └── wiener.png │ └── index.md │ ├── order-book.md │ ├── permissions │ ├── img │ │ ├── figure1.png │ │ └── screenshots.png │ └── index.md │ ├── query-interface.md │ ├── query-routing │ ├── img │ │ ├── image3.png │ │ └── image4.jpeg │ └── index.md │ ├── query-scaling.md │ ├── rt-tick │ └── index.md │ ├── signal-processing │ ├── img │ │ ├── image10.jpeg │ │ ├── image2.jpeg │ │ ├── image3.jpeg │ │ ├── image4.jpeg │ │ ├── image5.png │ │ ├── image6.jpeg │ │ ├── image7.jpeg │ │ ├── image8.jpeg │ │ └── image9.png │ └── index.md │ ├── socket-sharding │ ├── img │ │ ├── figure1.png │ │ ├── figure2.png │ │ ├── figure3.png │ │ ├── figure4.png │ │ └── image2.png │ └── index.md │ ├── solace │ ├── assets │ │ └── solace-pubsub.q │ ├── img │ │ ├── acls.png │ │ ├── cloud_connection_settings.png │ │ ├── colo.png │ │ ├── demo_service_overview.png │ │ ├── integration.png │ │ ├── kdb_event_mesh.png │ │ ├── open_apis_protocols.png │ │ ├── pub_sub.png │ │ ├── queue.png │ │ ├── queue_create.png │ │ ├── queue_with_message.png │ │ ├── request_reply.png │ │ ├── solace_cloud_create_service.png │ │ ├── tight_coupling.png │ │ ├── topic_to_queue_mapping.png │ │ ├── users.png │ │ └── wildcard_filtering.png │ └── index.md │ ├── space-weather │ ├── img │ │ ├── featVariation.png │ │ ├── nnACCmulti.png │ │ ├── nnCFM.png │ │ ├── nnROC.png │ │ ├── nnTSSmulti.png │ │ ├── nnTruevsPred.png │ │ ├── sigPhiVer.png │ │ ├── svmACCmulti.png │ │ ├── svmTSS1hr.png │ │ └── svmTSSmulti.png │ └── index.md │ ├── surveillance-latency │ ├── img │ │ ├── archive │ │ │ └── init │ │ ├── experiment_i_graph.png │ │ ├── experiment_i_table.png │ │ ├── experiment_ii_graph.png │ │ ├── experiment_ii_table.png │ │ ├── experiment_iii_graph.png │ │ ├── experiment_iii_table.png │ │ ├── experiment_iv_graph_mbused.png │ │ ├── experiment_iv_graph_secondstaken.png │ │ ├── experiment_iv_table.png │ │ ├── figure6.png │ │ ├── screenshot-2019-10-29-at-12-17-03.png │ │ └── wjcc.png │ └── index.md │ ├── surveillance │ ├── img │ │ ├── image1.png │ │ ├── image10.jpeg │ │ ├── image11.jpeg │ │ ├── image12.jpeg │ │ ├── image13.jpeg │ │ ├── image14.jpeg │ │ ├── image3.jpeg │ │ ├── image4.png │ │ ├── image5.jpeg │ │ ├── image6.png │ │ ├── image7.jpeg │ │ ├── image8.jpeg │ │ └── image9.png │ └── index.md │ ├── symfiles.md │ ├── tick-profiling.md │ ├── transaction-cost.md │ ├── trend-indicators │ ├── img │ │ ├── aroon.png │ │ ├── bollingard.png │ │ ├── cci.png │ │ ├── emv.png │ │ ├── forceindex.png │ │ ├── krakencandlestick.png │ │ ├── macd.png │ │ ├── mfi.png │ │ ├── roc.png │ │ ├── rsi.png │ │ ├── rsivsmfi.png │ │ ├── sma.png │ │ └── stochastic.png │ └── index.md │ └── ts-shrink │ ├── img │ ├── image10.jpeg │ ├── image11.jpeg │ ├── image3.png │ ├── image4.png │ ├── image5.png │ ├── image6.png │ ├── image7.jpeg │ ├── image8.png │ └── image9.jpeg │ └── index.md ├── drawio ├── TP_log_recovery.drawio ├── notes.txt ├── rdb_end_of_day.drawio └── tick_arch.drawio ├── local.sh ├── mkdocs.yml ├── server-redirects.txt ├── site-news.md ├── syntax-highlighting.md ├── tools.q └── tools └── carousel-template.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /CONTRIBUTING/code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/code.md -------------------------------------------------------------------------------- /CONTRIBUTING/dilbert-slides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/dilbert-slides.gif -------------------------------------------------------------------------------- /CONTRIBUTING/ice-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/ice-cream.jpg -------------------------------------------------------------------------------- /CONTRIBUTING/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/index.md -------------------------------------------------------------------------------- /CONTRIBUTING/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/install.md -------------------------------------------------------------------------------- /CONTRIBUTING/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/markdown.md -------------------------------------------------------------------------------- /CONTRIBUTING/spelling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/spelling.md -------------------------------------------------------------------------------- /CONTRIBUTING/style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/style.md -------------------------------------------------------------------------------- /CONTRIBUTING/typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/CONTRIBUTING/typography.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/README.md -------------------------------------------------------------------------------- /archive/odbc-simba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/archive/odbc-simba.md -------------------------------------------------------------------------------- /custom_theme/401.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/custom_theme/401.html -------------------------------------------------------------------------------- /custom_theme/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/custom_theme/404.html -------------------------------------------------------------------------------- /custom_theme/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/custom_theme/main.html -------------------------------------------------------------------------------- /custom_theme/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/custom_theme/partials/header.html -------------------------------------------------------------------------------- /docker-image-name.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docker-image-name.txt -------------------------------------------------------------------------------- /docker-image-version.txt: -------------------------------------------------------------------------------- 1 | 0.3.8 2 | -------------------------------------------------------------------------------- /docs/about/man.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/about/man.md -------------------------------------------------------------------------------- /docs/about/terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/about/terminology.md -------------------------------------------------------------------------------- /docs/about/thissite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/about/thissite.md -------------------------------------------------------------------------------- /docs/architecture/img/optane-tests1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/img/optane-tests1.png -------------------------------------------------------------------------------- /docs/architecture/img/optane-tests2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/img/optane-tests2.png -------------------------------------------------------------------------------- /docs/architecture/img/optane-tests3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/img/optane-tests3.png -------------------------------------------------------------------------------- /docs/architecture/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/index.md -------------------------------------------------------------------------------- /docs/architecture/optane-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/optane-tests.md -------------------------------------------------------------------------------- /docs/architecture/rq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/rq.md -------------------------------------------------------------------------------- /docs/architecture/tickq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/tickq.md -------------------------------------------------------------------------------- /docs/architecture/uq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/architecture/uq.md -------------------------------------------------------------------------------- /docs/basics/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/.DS_Store -------------------------------------------------------------------------------- /docs/basics/application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/application.md -------------------------------------------------------------------------------- /docs/basics/atomic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/atomic.md -------------------------------------------------------------------------------- /docs/basics/by-topic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/by-topic.md -------------------------------------------------------------------------------- /docs/basics/cmdline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/cmdline.md -------------------------------------------------------------------------------- /docs/basics/comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/comparison.md -------------------------------------------------------------------------------- /docs/basics/conformable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/conformable.md -------------------------------------------------------------------------------- /docs/basics/control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/control.md -------------------------------------------------------------------------------- /docs/basics/datatypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/datatypes.md -------------------------------------------------------------------------------- /docs/basics/debug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/debug.md -------------------------------------------------------------------------------- /docs/basics/dictsandtables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/dictsandtables.md -------------------------------------------------------------------------------- /docs/basics/enumerations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/enumerations.md -------------------------------------------------------------------------------- /docs/basics/errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/errors.md -------------------------------------------------------------------------------- /docs/basics/exposed-infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/exposed-infrastructure.md -------------------------------------------------------------------------------- /docs/basics/files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/files.md -------------------------------------------------------------------------------- /docs/basics/function-notation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/function-notation.md -------------------------------------------------------------------------------- /docs/basics/funsql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/funsql.md -------------------------------------------------------------------------------- /docs/basics/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/glossary.md -------------------------------------------------------------------------------- /docs/basics/handles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/handles.md -------------------------------------------------------------------------------- /docs/basics/img/accumulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/accumulator.png -------------------------------------------------------------------------------- /docs/basics/img/atomic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/atomic.png -------------------------------------------------------------------------------- /docs/basics/img/index-at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/index-at.png -------------------------------------------------------------------------------- /docs/basics/img/length-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/length-error.png -------------------------------------------------------------------------------- /docs/basics/img/map-accumulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/map-accumulator.png -------------------------------------------------------------------------------- /docs/basics/img/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/map.png -------------------------------------------------------------------------------- /docs/basics/img/pairwise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/pairwise.png -------------------------------------------------------------------------------- /docs/basics/img/scalar-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/img/scalar-extension.png -------------------------------------------------------------------------------- /docs/basics/implicit-iteration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/implicit-iteration.md -------------------------------------------------------------------------------- /docs/basics/internal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/internal.md -------------------------------------------------------------------------------- /docs/basics/ipc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/ipc.md -------------------------------------------------------------------------------- /docs/basics/iteration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/iteration.md -------------------------------------------------------------------------------- /docs/basics/joins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/joins.md -------------------------------------------------------------------------------- /docs/basics/listening-port.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/listening-port.md -------------------------------------------------------------------------------- /docs/basics/math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/math.md -------------------------------------------------------------------------------- /docs/basics/metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/metadata.md -------------------------------------------------------------------------------- /docs/basics/namespaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/namespaces.md -------------------------------------------------------------------------------- /docs/basics/parsetrees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/parsetrees.md -------------------------------------------------------------------------------- /docs/basics/pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/pattern.md -------------------------------------------------------------------------------- /docs/basics/peach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/peach.md -------------------------------------------------------------------------------- /docs/basics/precision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/precision.md -------------------------------------------------------------------------------- /docs/basics/qsql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/qsql.md -------------------------------------------------------------------------------- /docs/basics/regex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/regex.md -------------------------------------------------------------------------------- /docs/basics/sensors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/sensors.txt -------------------------------------------------------------------------------- /docs/basics/svg/case.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/case.svg -------------------------------------------------------------------------------- /docs/basics/svg/each-both.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/each-both.svg -------------------------------------------------------------------------------- /docs/basics/svg/each-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/each-left.svg -------------------------------------------------------------------------------- /docs/basics/svg/each-parallel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/each-parallel.png -------------------------------------------------------------------------------- /docs/basics/svg/each-parallel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/each-parallel.svg -------------------------------------------------------------------------------- /docs/basics/svg/each-prior.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/each-prior.svg -------------------------------------------------------------------------------- /docs/basics/svg/each-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/each-right.svg -------------------------------------------------------------------------------- /docs/basics/svg/over.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/over.svg -------------------------------------------------------------------------------- /docs/basics/svg/xasc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/svg/xasc.svg -------------------------------------------------------------------------------- /docs/basics/syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/syntax.md -------------------------------------------------------------------------------- /docs/basics/syscmds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/syscmds.md -------------------------------------------------------------------------------- /docs/basics/variadic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/basics/variadic.md -------------------------------------------------------------------------------- /docs/cloud/autoscale/aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/autoscale/aws.md -------------------------------------------------------------------------------- /docs/cloud/autoscale/cost-risk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/autoscale/cost-risk.md -------------------------------------------------------------------------------- /docs/cloud/autoscale/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/autoscale/index.md -------------------------------------------------------------------------------- /docs/cloud/autoscale/rdc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/autoscale/rdc.md -------------------------------------------------------------------------------- /docs/cloud/aws-lambda/aws-lambda-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws-lambda/aws-lambda-flow.png -------------------------------------------------------------------------------- /docs/cloud/aws-lambda/cloud-services.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws-lambda/cloud-services.jpg -------------------------------------------------------------------------------- /docs/cloud/aws-lambda/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws-lambda/image1.png -------------------------------------------------------------------------------- /docs/cloud/aws-lambda/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws-lambda/image6.png -------------------------------------------------------------------------------- /docs/cloud/aws-lambda/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws-lambda/image7.png -------------------------------------------------------------------------------- /docs/cloud/aws-lambda/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws-lambda/image8.png -------------------------------------------------------------------------------- /docs/cloud/aws-lambda/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws-lambda/index.md -------------------------------------------------------------------------------- /docs/cloud/aws/app-a-ebs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/app-a-ebs.md -------------------------------------------------------------------------------- /docs/cloud/aws/app-b-efs-nfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/app-b-efs-nfs.md -------------------------------------------------------------------------------- /docs/cloud/aws/app-c-asg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/app-c-asg.md -------------------------------------------------------------------------------- /docs/cloud/aws/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/architecture.png -------------------------------------------------------------------------------- /docs/cloud/aws/aws-ec2-a4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/aws-ec2-a4.pdf -------------------------------------------------------------------------------- /docs/cloud/aws/aws-ec2-us.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/aws-ec2-us.pdf -------------------------------------------------------------------------------- /docs/cloud/aws/img/fsxl_13nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/fsxl_13nodes.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/fsxl_singlenode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/fsxl_singlenode.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/ec2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/ec2.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image1.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image10.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image11.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image12.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image13.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image14.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image15.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image16.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image17.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image18.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image19.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image2.jpeg -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image20.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image21.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image22.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image23.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image24.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image25.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image26.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image27.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image28.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image29.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image30.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image31.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image4.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image5.jpg -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image6.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image7.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image8.png -------------------------------------------------------------------------------- /docs/cloud/aws/img/media/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/img/media/image9.png -------------------------------------------------------------------------------- /docs/cloud/aws/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/index.md -------------------------------------------------------------------------------- /docs/cloud/aws/lustre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/lustre.md -------------------------------------------------------------------------------- /docs/cloud/aws/migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/aws/migration.md -------------------------------------------------------------------------------- /docs/cloud/azure/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/azure/architecture.md -------------------------------------------------------------------------------- /docs/cloud/azure/img/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/azure/img/architecture.png -------------------------------------------------------------------------------- /docs/cloud/gcpm/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/gcpm/architecture.md -------------------------------------------------------------------------------- /docs/cloud/gcpm/img/gc-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/gcpm/img/gc-architecture.png -------------------------------------------------------------------------------- /docs/cloud/gcpm/img/gcpm-deploy-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/gcpm/img/gcpm-deploy-done.png -------------------------------------------------------------------------------- /docs/cloud/gcpm/img/gcpm-deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/gcpm/img/gcpm-deploy.png -------------------------------------------------------------------------------- /docs/cloud/gcpm/img/gcpm-landing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/gcpm/img/gcpm-landing.png -------------------------------------------------------------------------------- /docs/cloud/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/index.md -------------------------------------------------------------------------------- /docs/cloud/otherfs/goofys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/goofys.md -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image32.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image33.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image34.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image35.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image36.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image37.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image38.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image39.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image40.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image41.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image42.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image43.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image44.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image45.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image46.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image47.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image48.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/img/media/image49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/img/media/image49.png -------------------------------------------------------------------------------- /docs/cloud/otherfs/mapr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/mapr.md -------------------------------------------------------------------------------- /docs/cloud/otherfs/objectivefs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/objectivefs.md -------------------------------------------------------------------------------- /docs/cloud/otherfs/quobyte.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/quobyte.md -------------------------------------------------------------------------------- /docs/cloud/otherfs/s3fs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/s3fs.md -------------------------------------------------------------------------------- /docs/cloud/otherfs/s3ql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/s3ql.md -------------------------------------------------------------------------------- /docs/cloud/otherfs/wekaio-matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/cloud/otherfs/wekaio-matrix.md -------------------------------------------------------------------------------- /docs/data/white-papers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/data/white-papers.json -------------------------------------------------------------------------------- /docs/data/wp-authors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/data/wp-authors.json -------------------------------------------------------------------------------- /docs/database/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/database/index.md -------------------------------------------------------------------------------- /docs/database/mdb-odbc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/database/mdb-odbc.md -------------------------------------------------------------------------------- /docs/database/object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/database/object.md -------------------------------------------------------------------------------- /docs/database/segment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/database/segment.md -------------------------------------------------------------------------------- /docs/develop/shebang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/develop/shebang.md -------------------------------------------------------------------------------- /docs/devtools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/devtools.md -------------------------------------------------------------------------------- /docs/github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/github.md -------------------------------------------------------------------------------- /docs/img/51MFB56Y0ZL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/51MFB56Y0ZL.jpg -------------------------------------------------------------------------------- /docs/img/89158587.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/89158587.jpg -------------------------------------------------------------------------------- /docs/img/TP_log_recovery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/TP_log_recovery.svg -------------------------------------------------------------------------------- /docs/img/alamy/2ADY7DK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/alamy/2ADY7DK.jpg -------------------------------------------------------------------------------- /docs/img/alamy/2C9PF21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/alamy/2C9PF21.jpg -------------------------------------------------------------------------------- /docs/img/alamy/CN6580.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/alamy/CN6580.jpg -------------------------------------------------------------------------------- /docs/img/alamy/G36AKX.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/alamy/G36AKX.jpg -------------------------------------------------------------------------------- /docs/img/alamy/PHPHX0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/alamy/PHPHX0.jpg -------------------------------------------------------------------------------- /docs/img/alamy/WJEGGB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/alamy/WJEGGB.jpg -------------------------------------------------------------------------------- /docs/img/analyst-intro-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/analyst-intro-1.png -------------------------------------------------------------------------------- /docs/img/analyst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/analyst.png -------------------------------------------------------------------------------- /docs/img/babel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/babel.png -------------------------------------------------------------------------------- /docs/img/boggle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/boggle.jpg -------------------------------------------------------------------------------- /docs/img/carousel/automl-600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/automl-600.png -------------------------------------------------------------------------------- /docs/img/carousel/blank-600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/blank-600.png -------------------------------------------------------------------------------- /docs/img/carousel/coronavirus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/coronavirus.jpg -------------------------------------------------------------------------------- /docs/img/carousel/coronavirus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/coronavirus.png -------------------------------------------------------------------------------- /docs/img/carousel/dashboards-600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/dashboards-600.jpg -------------------------------------------------------------------------------- /docs/img/carousel/encryption-600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/encryption-600.jpg -------------------------------------------------------------------------------- /docs/img/carousel/encryption.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/encryption.jpg -------------------------------------------------------------------------------- /docs/img/carousel/ide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/ide.png -------------------------------------------------------------------------------- /docs/img/carousel/interfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/interfaces.png -------------------------------------------------------------------------------- /docs/img/carousel/kdb4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/kdb4.jpg -------------------------------------------------------------------------------- /docs/img/carousel/kdb4.jpg.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/kdb4.jpg.old -------------------------------------------------------------------------------- /docs/img/carousel/kdb4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/kdb4.png -------------------------------------------------------------------------------- /docs/img/carousel/kx4-600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/kx4-600.jpg -------------------------------------------------------------------------------- /docs/img/carousel/lambda-600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/lambda-600.jpg -------------------------------------------------------------------------------- /docs/img/carousel/optane-memory-600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/optane-memory-600.jpg -------------------------------------------------------------------------------- /docs/img/carousel/optane-memory-600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/optane-memory-600.png -------------------------------------------------------------------------------- /docs/img/carousel/parallelism-600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/parallelism-600.jpg -------------------------------------------------------------------------------- /docs/img/carousel/parallelism.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/parallelism.jpg -------------------------------------------------------------------------------- /docs/img/carousel/parallelism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/parallelism.png -------------------------------------------------------------------------------- /docs/img/carousel/platform-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/platform-45.png -------------------------------------------------------------------------------- /docs/img/carousel/platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/platform.png -------------------------------------------------------------------------------- /docs/img/carousel/profiler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/profiler.jpg -------------------------------------------------------------------------------- /docs/img/carousel/profiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/profiler.png -------------------------------------------------------------------------------- /docs/img/carousel/q-for-pythons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/q-for-pythons.png -------------------------------------------------------------------------------- /docs/img/carousel/q4p-600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/q4p-600.png -------------------------------------------------------------------------------- /docs/img/carousel/q4p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/q4p.png -------------------------------------------------------------------------------- /docs/img/carousel/q4p.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/q4p.xcf -------------------------------------------------------------------------------- /docs/img/carousel/reading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/reading.jpg -------------------------------------------------------------------------------- /docs/img/carousel/reading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/reading.png -------------------------------------------------------------------------------- /docs/img/carousel/tour-600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/carousel/tour-600.jpg -------------------------------------------------------------------------------- /docs/img/case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/case.png -------------------------------------------------------------------------------- /docs/img/catalina-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/catalina-warning.png -------------------------------------------------------------------------------- /docs/img/cats-cradle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/cats-cradle.jpg -------------------------------------------------------------------------------- /docs/img/cloud-computing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/cloud-computing.jpg -------------------------------------------------------------------------------- /docs/img/controlkx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/controlkx.png -------------------------------------------------------------------------------- /docs/img/each-both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/each-both.png -------------------------------------------------------------------------------- /docs/img/each-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/each-left.png -------------------------------------------------------------------------------- /docs/img/each-parallel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/each-parallel.png -------------------------------------------------------------------------------- /docs/img/each-prior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/each-prior.png -------------------------------------------------------------------------------- /docs/img/each-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/each-right.png -------------------------------------------------------------------------------- /docs/img/earthrise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/earthrise.jpg -------------------------------------------------------------------------------- /docs/img/encryption.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/encryption.jpg -------------------------------------------------------------------------------- /docs/img/excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/excel.png -------------------------------------------------------------------------------- /docs/img/faces/alexanderbelopolsky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/alexanderbelopolsky.jpg -------------------------------------------------------------------------------- /docs/img/faces/bobdylan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/bobdylan.jpg -------------------------------------------------------------------------------- /docs/img/faces/callumbiggs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/callumbiggs.jpg -------------------------------------------------------------------------------- /docs/img/faces/ciarangorman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/ciarangorman.jpg -------------------------------------------------------------------------------- /docs/img/faces/colmearley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/colmearley.jpg -------------------------------------------------------------------------------- /docs/img/faces/danielirwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/danielirwin.png -------------------------------------------------------------------------------- /docs/img/faces/dianeodonoghue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/dianeodonoghue.jpg -------------------------------------------------------------------------------- /docs/img/faces/endeagildea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/endeagildea.jpg -------------------------------------------------------------------------------- /docs/img/faces/eoinkilleen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/eoinkilleen.jpg -------------------------------------------------------------------------------- /docs/img/faces/glennwright.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/glennwright.jpg -------------------------------------------------------------------------------- /docs/img/faces/himanshugupta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/himanshugupta.png -------------------------------------------------------------------------------- /docs/img/faces/jamescorcoran.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/jamescorcoran.jpg -------------------------------------------------------------------------------- /docs/img/faces/jamesgalligan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/jamesgalligan.jpg -------------------------------------------------------------------------------- /docs/img/faces/jasonquinn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/jasonquinn.jpg -------------------------------------------------------------------------------- /docs/img/faces/jeremylucid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/jeremylucid.jpg -------------------------------------------------------------------------------- /docs/img/faces/katrinamccormack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/katrinamccormack.jpg -------------------------------------------------------------------------------- /docs/img/faces/lukebritton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/lukebritton.jpg -------------------------------------------------------------------------------- /docs/img/faces/michaelawoods.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/michaelawoods.jpg -------------------------------------------------------------------------------- /docs/img/faces/michaelmcclintock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/michaelmcclintock.png -------------------------------------------------------------------------------- /docs/img/faces/noahattrup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/noahattrup.jpg -------------------------------------------------------------------------------- /docs/img/faces/paulaclarke.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/paulaclarke.jpg -------------------------------------------------------------------------------- /docs/img/faces/rebeccakelly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/rebeccakelly.jpg -------------------------------------------------------------------------------- /docs/img/faces/rianocuinneagain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/rianocuinneagain.jpg -------------------------------------------------------------------------------- /docs/img/faces/samanthagallagher.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/samanthagallagher.jpg -------------------------------------------------------------------------------- /docs/img/faces/samstantoncook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/samstantoncook.png -------------------------------------------------------------------------------- /docs/img/faces/stephendempsey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/stephendempsey.jpg -------------------------------------------------------------------------------- /docs/img/faces/stephentaylor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/faces/stephentaylor.png -------------------------------------------------------------------------------- /docs/img/fizzbuzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/fizzbuzz.png -------------------------------------------------------------------------------- /docs/img/funq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/funq.jpg -------------------------------------------------------------------------------- /docs/img/fusion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/fusion.jpg -------------------------------------------------------------------------------- /docs/img/geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/geo.png -------------------------------------------------------------------------------- /docs/img/goto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/goto.png -------------------------------------------------------------------------------- /docs/img/h.edsn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/h.edsn.png -------------------------------------------------------------------------------- /docs/img/hieroglyphics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/hieroglyphics.jpg -------------------------------------------------------------------------------- /docs/img/hieroglyphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/hieroglyphics.png -------------------------------------------------------------------------------- /docs/img/kdbcn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/kdbcn.jpg -------------------------------------------------------------------------------- /docs/img/kei01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/kei01.jpg -------------------------------------------------------------------------------- /docs/img/keiandatw89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/keiandatw89.png -------------------------------------------------------------------------------- /docs/img/klondike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/klondike.png -------------------------------------------------------------------------------- /docs/img/kx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/kx.png -------------------------------------------------------------------------------- /docs/img/kx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/kx.svg -------------------------------------------------------------------------------- /docs/img/kxdeveloper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/kxdeveloper.png -------------------------------------------------------------------------------- /docs/img/linear-regression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/linear-regression.png -------------------------------------------------------------------------------- /docs/img/matlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/matlab.png -------------------------------------------------------------------------------- /docs/img/matrix-multiplication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/matrix-multiplication.png -------------------------------------------------------------------------------- /docs/img/microservice_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/microservice_icon.png -------------------------------------------------------------------------------- /docs/img/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/ml.png -------------------------------------------------------------------------------- /docs/img/mlabd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/mlabd.jpg -------------------------------------------------------------------------------- /docs/img/monitoroverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/monitoroverview.png -------------------------------------------------------------------------------- /docs/img/monk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/monk.png -------------------------------------------------------------------------------- /docs/img/name-game.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/name-game.jpg -------------------------------------------------------------------------------- /docs/img/optane-memory.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/optane-memory.jpg -------------------------------------------------------------------------------- /docs/img/over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/over.png -------------------------------------------------------------------------------- /docs/img/pivot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/pivot-1.png -------------------------------------------------------------------------------- /docs/img/pivot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/pivot-2.png -------------------------------------------------------------------------------- /docs/img/plaid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/plaid.png -------------------------------------------------------------------------------- /docs/img/prof1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/prof1.png -------------------------------------------------------------------------------- /docs/img/prof2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/prof2.png -------------------------------------------------------------------------------- /docs/img/q_meet_python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/q_meet_python.png -------------------------------------------------------------------------------- /docs/img/qfm001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/qfm001.png -------------------------------------------------------------------------------- /docs/img/qfm002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/qfm002.png -------------------------------------------------------------------------------- /docs/img/qfm3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/qfm3.jpg -------------------------------------------------------------------------------- /docs/img/qros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/qros.png -------------------------------------------------------------------------------- /docs/img/qtips.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/qtips.jpg -------------------------------------------------------------------------------- /docs/img/r/figure1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/r/figure1.svg -------------------------------------------------------------------------------- /docs/img/r/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/r/figure2.png -------------------------------------------------------------------------------- /docs/img/r/figure3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/r/figure3.svg -------------------------------------------------------------------------------- /docs/img/r/figure4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/r/figure4.svg -------------------------------------------------------------------------------- /docs/img/r/figure5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/r/figure5.png -------------------------------------------------------------------------------- /docs/img/rdb_end_of_day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/rdb_end_of_day.svg -------------------------------------------------------------------------------- /docs/img/reading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/reading.jpg -------------------------------------------------------------------------------- /docs/img/rebeccakelly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/rebeccakelly.jpg -------------------------------------------------------------------------------- /docs/img/scrabble.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/scrabble.jpg -------------------------------------------------------------------------------- /docs/img/seamus-keating.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/seamus-keating.jpg -------------------------------------------------------------------------------- /docs/img/smartmeterui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/smartmeterui.png -------------------------------------------------------------------------------- /docs/img/stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/stream.png -------------------------------------------------------------------------------- /docs/img/tick_arch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/tick_arch.svg -------------------------------------------------------------------------------- /docs/img/uj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/uj.gif -------------------------------------------------------------------------------- /docs/img/websocket-echo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/websocket-echo.png -------------------------------------------------------------------------------- /docs/img/websocket-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/websocket-result.png -------------------------------------------------------------------------------- /docs/img/websocket-wso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/websocket-wso.png -------------------------------------------------------------------------------- /docs/img/wstree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/wstree.png -------------------------------------------------------------------------------- /docs/img/xasc copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/xasc copy.png -------------------------------------------------------------------------------- /docs/img/xasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/xasc.png -------------------------------------------------------------------------------- /docs/img/xkcd.tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/img/xkcd.tar.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/interfaces/c-client-for-q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/c-client-for-q.md -------------------------------------------------------------------------------- /docs/interfaces/capiref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/capiref.md -------------------------------------------------------------------------------- /docs/interfaces/csharp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/csharp.md -------------------------------------------------------------------------------- /docs/interfaces/excel-client-for-q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/excel-client-for-q.md -------------------------------------------------------------------------------- /docs/interfaces/ffi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/ffi.md -------------------------------------------------------------------------------- /docs/interfaces/gpus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/gpus.md -------------------------------------------------------------------------------- /docs/interfaces/img/auto-scrolling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/auto-scrolling.png -------------------------------------------------------------------------------- /docs/interfaces/img/autocomplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/autocomplete.png -------------------------------------------------------------------------------- /docs/interfaces/img/bloomberg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/bloomberg.png -------------------------------------------------------------------------------- /docs/interfaces/img/connectserver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/connectserver.jpg -------------------------------------------------------------------------------- /docs/interfaces/img/connecttoinsights.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/connecttoinsights.jpg -------------------------------------------------------------------------------- /docs/interfaces/img/data-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/data-source.png -------------------------------------------------------------------------------- /docs/interfaces/img/datasources.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/datasources.jpg -------------------------------------------------------------------------------- /docs/interfaces/img/excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/excel.png -------------------------------------------------------------------------------- /docs/interfaces/img/findlicense.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/findlicense.jpg -------------------------------------------------------------------------------- /docs/interfaces/img/go-to-references.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/go-to-references.png -------------------------------------------------------------------------------- /docs/interfaces/img/kdbview-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/kdbview-results.png -------------------------------------------------------------------------------- /docs/interfaces/img/linting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/linting.png -------------------------------------------------------------------------------- /docs/interfaces/img/managedqprocess.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/managedqprocess.jpg -------------------------------------------------------------------------------- /docs/interfaces/img/odbc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/odbc.png -------------------------------------------------------------------------------- /docs/interfaces/img/output-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/output-results.png -------------------------------------------------------------------------------- /docs/interfaces/img/pastelicense.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/pastelicense.jpg -------------------------------------------------------------------------------- /docs/interfaces/img/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/r.png -------------------------------------------------------------------------------- /docs/interfaces/img/r/figure1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/r/figure1.svg -------------------------------------------------------------------------------- /docs/interfaces/img/r/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/r/figure2.png -------------------------------------------------------------------------------- /docs/interfaces/img/r/figure3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/r/figure3.svg -------------------------------------------------------------------------------- /docs/interfaces/img/r/figure4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/r/figure4.svg -------------------------------------------------------------------------------- /docs/interfaces/img/r/figure5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/r/figure5.png -------------------------------------------------------------------------------- /docs/interfaces/img/scala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/scala.png -------------------------------------------------------------------------------- /docs/interfaces/img/weclomeemail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/img/weclomeemail.jpg -------------------------------------------------------------------------------- /docs/interfaces/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/index.md -------------------------------------------------------------------------------- /docs/interfaces/java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/java.md -------------------------------------------------------------------------------- /docs/interfaces/matlab-client-for-q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/matlab-client-for-q.md -------------------------------------------------------------------------------- /docs/interfaces/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/python.md -------------------------------------------------------------------------------- /docs/interfaces/q-client-for-bloomberg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/q-client-for-bloomberg.md -------------------------------------------------------------------------------- /docs/interfaces/q-client-for-odbc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/q-client-for-odbc.md -------------------------------------------------------------------------------- /docs/interfaces/q-server-for-odbc3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/q-server-for-odbc3.md -------------------------------------------------------------------------------- /docs/interfaces/r.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/r.md -------------------------------------------------------------------------------- /docs/interfaces/rust.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/rust.md -------------------------------------------------------------------------------- /docs/interfaces/scala-client-for-q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/scala-client-for-q.md -------------------------------------------------------------------------------- /docs/interfaces/using-c-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/interfaces/using-c-functions.md -------------------------------------------------------------------------------- /docs/kb/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/.DS_Store -------------------------------------------------------------------------------- /docs/kb/alternative-in-memory-layouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/alternative-in-memory-layouts.md -------------------------------------------------------------------------------- /docs/kb/assets/ctf.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/assets/ctf.q -------------------------------------------------------------------------------- /docs/kb/assets/foo.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/assets/foo.q -------------------------------------------------------------------------------- /docs/kb/assets/mp.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/assets/mp.q -------------------------------------------------------------------------------- /docs/kb/assets/record.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/assets/record.q -------------------------------------------------------------------------------- /docs/kb/assets/top.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/assets/top.q -------------------------------------------------------------------------------- /docs/kb/callbacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/callbacks.md -------------------------------------------------------------------------------- /docs/kb/compacting-hdb-sym.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/compacting-hdb-sym.md -------------------------------------------------------------------------------- /docs/kb/compression/fsicasestudy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/compression/fsicasestudy.md -------------------------------------------------------------------------------- /docs/kb/corporate-actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/corporate-actions.md -------------------------------------------------------------------------------- /docs/kb/cpu-affinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/cpu-affinity.md -------------------------------------------------------------------------------- /docs/kb/daemon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/daemon.md -------------------------------------------------------------------------------- /docs/kb/dare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/dare.md -------------------------------------------------------------------------------- /docs/kb/deferred-response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/deferred-response.md -------------------------------------------------------------------------------- /docs/kb/faq-listbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/faq-listbox.md -------------------------------------------------------------------------------- /docs/kb/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/faq.md -------------------------------------------------------------------------------- /docs/kb/file-compression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/file-compression.md -------------------------------------------------------------------------------- /docs/kb/filesystemTestByNano.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/filesystemTestByNano.md -------------------------------------------------------------------------------- /docs/kb/firewalling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/firewalling.md -------------------------------------------------------------------------------- /docs/kb/geospatial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/geospatial.md -------------------------------------------------------------------------------- /docs/kb/http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/http.md -------------------------------------------------------------------------------- /docs/kb/img/image5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/img/image5.jpg -------------------------------------------------------------------------------- /docs/kb/img/settime_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/img/settime_block.png -------------------------------------------------------------------------------- /docs/kb/inetd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/inetd.md -------------------------------------------------------------------------------- /docs/kb/kdb-tick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/kdb-tick.md -------------------------------------------------------------------------------- /docs/kb/linking-columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/linking-columns.md -------------------------------------------------------------------------------- /docs/kb/linux-production.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/linux-production.md -------------------------------------------------------------------------------- /docs/kb/load-balancing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/load-balancing.md -------------------------------------------------------------------------------- /docs/kb/loading-from-large-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/loading-from-large-files.md -------------------------------------------------------------------------------- /docs/kb/logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/logging.md -------------------------------------------------------------------------------- /docs/kb/lp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/lp.md -------------------------------------------------------------------------------- /docs/kb/mt-primitives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/mt-primitives.md -------------------------------------------------------------------------------- /docs/kb/named-pipes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/named-pipes.md -------------------------------------------------------------------------------- /docs/kb/optane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/optane.md -------------------------------------------------------------------------------- /docs/kb/partition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/partition.md -------------------------------------------------------------------------------- /docs/kb/performance-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/performance-tips.md -------------------------------------------------------------------------------- /docs/kb/pivoting-tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/pivoting-tables.md -------------------------------------------------------------------------------- /docs/kb/profiler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/profiler.md -------------------------------------------------------------------------------- /docs/kb/programming-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/programming-examples.md -------------------------------------------------------------------------------- /docs/kb/programming-idioms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/programming-idioms.md -------------------------------------------------------------------------------- /docs/kb/serialization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/serialization.md -------------------------------------------------------------------------------- /docs/kb/server-calling-client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/server-calling-client.md -------------------------------------------------------------------------------- /docs/kb/splayed-tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/splayed-tables.md -------------------------------------------------------------------------------- /docs/kb/ssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/ssl.md -------------------------------------------------------------------------------- /docs/kb/temporal-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/temporal-data.md -------------------------------------------------------------------------------- /docs/kb/throughput.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/throughput.q -------------------------------------------------------------------------------- /docs/kb/timezones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/timezones.md -------------------------------------------------------------------------------- /docs/kb/unicode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/unicode.md -------------------------------------------------------------------------------- /docs/kb/unit-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/unit-tests.md -------------------------------------------------------------------------------- /docs/kb/using-dotz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/using-dotz.md -------------------------------------------------------------------------------- /docs/kb/versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/versions.md -------------------------------------------------------------------------------- /docs/kb/websockets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/websockets.md -------------------------------------------------------------------------------- /docs/kb/windows-service/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image1.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image10.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image11.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image2.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image3.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image4.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image5.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image6.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image7.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image8.png -------------------------------------------------------------------------------- /docs/kb/windows-service/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/image9.png -------------------------------------------------------------------------------- /docs/kb/windows-service/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/kb/windows-service/index.md -------------------------------------------------------------------------------- /docs/learn/archive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/archive.md -------------------------------------------------------------------------------- /docs/learn/assets/calls.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/assets/calls.q -------------------------------------------------------------------------------- /docs/learn/assets/ww.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/assets/ww.q -------------------------------------------------------------------------------- /docs/learn/blogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/blogs.md -------------------------------------------------------------------------------- /docs/learn/brief-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/brief-introduction.md -------------------------------------------------------------------------------- /docs/learn/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/index.md -------------------------------------------------------------------------------- /docs/learn/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/install.md -------------------------------------------------------------------------------- /docs/learn/licensing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/licensing.md -------------------------------------------------------------------------------- /docs/learn/pb/abc-problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/abc-problem.md -------------------------------------------------------------------------------- /docs/learn/pb/abundant-odds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/abundant-odds.md -------------------------------------------------------------------------------- /docs/learn/pb/four-magic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/four-magic.md -------------------------------------------------------------------------------- /docs/learn/pb/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/index.md -------------------------------------------------------------------------------- /docs/learn/pb/name-game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/name-game.md -------------------------------------------------------------------------------- /docs/learn/pb/sum-say.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/sum-say.md -------------------------------------------------------------------------------- /docs/learn/pb/word-wheel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/word-wheel.md -------------------------------------------------------------------------------- /docs/learn/pb/xmas-days.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/pb/xmas-days.md -------------------------------------------------------------------------------- /docs/learn/python/examples/array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/python/examples/array.md -------------------------------------------------------------------------------- /docs/learn/python/examples/dict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/python/examples/dict.md -------------------------------------------------------------------------------- /docs/learn/python/examples/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/python/examples/index.md -------------------------------------------------------------------------------- /docs/learn/python/examples/list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/python/examples/list.md -------------------------------------------------------------------------------- /docs/learn/python/examples/string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/python/examples/string.md -------------------------------------------------------------------------------- /docs/learn/q-by-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/q-by-examples.md -------------------------------------------------------------------------------- /docs/learn/q-for-all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/q-for-all.md -------------------------------------------------------------------------------- /docs/learn/reading/boggle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/reading/boggle.md -------------------------------------------------------------------------------- /docs/learn/reading/fizzbuzz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/reading/fizzbuzz.md -------------------------------------------------------------------------------- /docs/learn/reading/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/reading/index.md -------------------------------------------------------------------------------- /docs/learn/reading/klondike.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/reading/klondike.md -------------------------------------------------------------------------------- /docs/learn/reading/scrabble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/reading/scrabble.md -------------------------------------------------------------------------------- /docs/learn/reading/strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/reading/strings.md -------------------------------------------------------------------------------- /docs/learn/shifts-scans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/shifts-scans.md -------------------------------------------------------------------------------- /docs/learn/startingkdb/hdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/startingkdb/hdb.md -------------------------------------------------------------------------------- /docs/learn/startingkdb/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/startingkdb/index.md -------------------------------------------------------------------------------- /docs/learn/startingkdb/ipc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/startingkdb/ipc.md -------------------------------------------------------------------------------- /docs/learn/startingkdb/language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/startingkdb/language.md -------------------------------------------------------------------------------- /docs/learn/startingkdb/tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/startingkdb/tables.md -------------------------------------------------------------------------------- /docs/learn/startingkdb/tick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/startingkdb/tick.md -------------------------------------------------------------------------------- /docs/learn/tour/csvs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/csvs.md -------------------------------------------------------------------------------- /docs/learn/tour/datatypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/datatypes.md -------------------------------------------------------------------------------- /docs/learn/tour/ide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/ide.md -------------------------------------------------------------------------------- /docs/learn/tour/img/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/img/browser.png -------------------------------------------------------------------------------- /docs/learn/tour/img/jacques-tati.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/img/jacques-tati.jpg -------------------------------------------------------------------------------- /docs/learn/tour/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/index.md -------------------------------------------------------------------------------- /docs/learn/tour/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/overview.md -------------------------------------------------------------------------------- /docs/learn/tour/scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/scripts.md -------------------------------------------------------------------------------- /docs/learn/tour/session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/session.md -------------------------------------------------------------------------------- /docs/learn/tour/tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/tour/tables.md -------------------------------------------------------------------------------- /docs/learn/views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/learn/views.md -------------------------------------------------------------------------------- /docs/ml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ml.md -------------------------------------------------------------------------------- /docs/ref/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/.DS_Store -------------------------------------------------------------------------------- /docs/ref/abs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/abs.md -------------------------------------------------------------------------------- /docs/ref/accumulators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/accumulators.md -------------------------------------------------------------------------------- /docs/ref/add.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/add.md -------------------------------------------------------------------------------- /docs/ref/aj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/aj.md -------------------------------------------------------------------------------- /docs/ref/all-any.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/all-any.md -------------------------------------------------------------------------------- /docs/ref/amend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/amend.md -------------------------------------------------------------------------------- /docs/ref/and.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/and.md -------------------------------------------------------------------------------- /docs/ref/apply.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/apply.md -------------------------------------------------------------------------------- /docs/ref/asc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/asc.md -------------------------------------------------------------------------------- /docs/ref/asof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/asof.md -------------------------------------------------------------------------------- /docs/ref/assign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/assign.md -------------------------------------------------------------------------------- /docs/ref/attr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/attr.md -------------------------------------------------------------------------------- /docs/ref/avg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/avg.md -------------------------------------------------------------------------------- /docs/ref/bin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/bin.md -------------------------------------------------------------------------------- /docs/ref/cast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cast.md -------------------------------------------------------------------------------- /docs/ref/ceiling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ceiling.md -------------------------------------------------------------------------------- /docs/ref/coalesce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/coalesce.md -------------------------------------------------------------------------------- /docs/ref/cols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cols.md -------------------------------------------------------------------------------- /docs/ref/compose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/compose.md -------------------------------------------------------------------------------- /docs/ref/cond.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cond.md -------------------------------------------------------------------------------- /docs/ref/cor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cor.md -------------------------------------------------------------------------------- /docs/ref/cos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cos.md -------------------------------------------------------------------------------- /docs/ref/count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/count.md -------------------------------------------------------------------------------- /docs/ref/cov.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cov.md -------------------------------------------------------------------------------- /docs/ref/cross.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cross.md -------------------------------------------------------------------------------- /docs/ref/csv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/csv.md -------------------------------------------------------------------------------- /docs/ref/cut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/cut.md -------------------------------------------------------------------------------- /docs/ref/deal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/deal.md -------------------------------------------------------------------------------- /docs/ref/delete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/delete.md -------------------------------------------------------------------------------- /docs/ref/deltas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/deltas.md -------------------------------------------------------------------------------- /docs/ref/desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/desc.md -------------------------------------------------------------------------------- /docs/ref/dev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dev.md -------------------------------------------------------------------------------- /docs/ref/dict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dict.md -------------------------------------------------------------------------------- /docs/ref/differ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/differ.md -------------------------------------------------------------------------------- /docs/ref/display.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/display.md -------------------------------------------------------------------------------- /docs/ref/distinct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/distinct.md -------------------------------------------------------------------------------- /docs/ref/div.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/div.md -------------------------------------------------------------------------------- /docs/ref/divide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/divide.md -------------------------------------------------------------------------------- /docs/ref/do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/do.md -------------------------------------------------------------------------------- /docs/ref/doth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/doth.md -------------------------------------------------------------------------------- /docs/ref/dotj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dotj.md -------------------------------------------------------------------------------- /docs/ref/dotm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dotm.md -------------------------------------------------------------------------------- /docs/ref/dotq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dotq.md -------------------------------------------------------------------------------- /docs/ref/dotz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dotz.md -------------------------------------------------------------------------------- /docs/ref/drop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/drop.md -------------------------------------------------------------------------------- /docs/ref/dsave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dsave.md -------------------------------------------------------------------------------- /docs/ref/dynamic-load.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/dynamic-load.md -------------------------------------------------------------------------------- /docs/ref/each.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/each.md -------------------------------------------------------------------------------- /docs/ref/ej.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ej.md -------------------------------------------------------------------------------- /docs/ref/ema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ema.md -------------------------------------------------------------------------------- /docs/ref/enkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/enkey.md -------------------------------------------------------------------------------- /docs/ref/enlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/enlist.md -------------------------------------------------------------------------------- /docs/ref/enum-extend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/enum-extend.md -------------------------------------------------------------------------------- /docs/ref/enumerate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/enumerate.md -------------------------------------------------------------------------------- /docs/ref/enumeration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/enumeration.md -------------------------------------------------------------------------------- /docs/ref/equal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/equal.md -------------------------------------------------------------------------------- /docs/ref/eval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/eval.md -------------------------------------------------------------------------------- /docs/ref/except.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/except.md -------------------------------------------------------------------------------- /docs/ref/exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/exec.md -------------------------------------------------------------------------------- /docs/ref/exit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/exit.md -------------------------------------------------------------------------------- /docs/ref/exp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/exp.md -------------------------------------------------------------------------------- /docs/ref/fby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/fby.md -------------------------------------------------------------------------------- /docs/ref/file-binary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/file-binary.md -------------------------------------------------------------------------------- /docs/ref/file-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/file-text.md -------------------------------------------------------------------------------- /docs/ref/fill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/fill.md -------------------------------------------------------------------------------- /docs/ref/find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/find.md -------------------------------------------------------------------------------- /docs/ref/first.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/first.md -------------------------------------------------------------------------------- /docs/ref/fkeys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/fkeys.md -------------------------------------------------------------------------------- /docs/ref/flip-splayed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/flip-splayed.md -------------------------------------------------------------------------------- /docs/ref/flip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/flip.md -------------------------------------------------------------------------------- /docs/ref/floor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/floor.md -------------------------------------------------------------------------------- /docs/ref/get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/get.md -------------------------------------------------------------------------------- /docs/ref/getenv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/getenv.md -------------------------------------------------------------------------------- /docs/ref/greater-than.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/greater-than.md -------------------------------------------------------------------------------- /docs/ref/greater.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/greater.md -------------------------------------------------------------------------------- /docs/ref/group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/group.md -------------------------------------------------------------------------------- /docs/ref/gtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/gtime.md -------------------------------------------------------------------------------- /docs/ref/hcount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/hcount.md -------------------------------------------------------------------------------- /docs/ref/hdel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/hdel.md -------------------------------------------------------------------------------- /docs/ref/hopen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/hopen.md -------------------------------------------------------------------------------- /docs/ref/hsym.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/hsym.md -------------------------------------------------------------------------------- /docs/ref/identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/identity.md -------------------------------------------------------------------------------- /docs/ref/if.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/if.md -------------------------------------------------------------------------------- /docs/ref/ij.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ij.md -------------------------------------------------------------------------------- /docs/ref/in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/in.md -------------------------------------------------------------------------------- /docs/ref/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/index.md -------------------------------------------------------------------------------- /docs/ref/insert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/insert.md -------------------------------------------------------------------------------- /docs/ref/inter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/inter.md -------------------------------------------------------------------------------- /docs/ref/inv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/inv.md -------------------------------------------------------------------------------- /docs/ref/iterators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/iterators.md -------------------------------------------------------------------------------- /docs/ref/join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/join.md -------------------------------------------------------------------------------- /docs/ref/key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/key.md -------------------------------------------------------------------------------- /docs/ref/keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/keys.md -------------------------------------------------------------------------------- /docs/ref/kwdcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/kwdcat.txt -------------------------------------------------------------------------------- /docs/ref/kwds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/kwds.txt -------------------------------------------------------------------------------- /docs/ref/less-than.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/less-than.md -------------------------------------------------------------------------------- /docs/ref/lesser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/lesser.md -------------------------------------------------------------------------------- /docs/ref/like.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/like.md -------------------------------------------------------------------------------- /docs/ref/lj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/lj.md -------------------------------------------------------------------------------- /docs/ref/load.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/load.md -------------------------------------------------------------------------------- /docs/ref/log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/log.md -------------------------------------------------------------------------------- /docs/ref/lower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/lower.md -------------------------------------------------------------------------------- /docs/ref/lsq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/lsq.md -------------------------------------------------------------------------------- /docs/ref/maps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/maps.md -------------------------------------------------------------------------------- /docs/ref/match.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/match.md -------------------------------------------------------------------------------- /docs/ref/max.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/max.md -------------------------------------------------------------------------------- /docs/ref/md5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/md5.md -------------------------------------------------------------------------------- /docs/ref/med.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/med.md -------------------------------------------------------------------------------- /docs/ref/meta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/meta.md -------------------------------------------------------------------------------- /docs/ref/min.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/min.md -------------------------------------------------------------------------------- /docs/ref/mmu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/mmu.md -------------------------------------------------------------------------------- /docs/ref/mod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/mod.md -------------------------------------------------------------------------------- /docs/ref/multiply.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/multiply.md -------------------------------------------------------------------------------- /docs/ref/neg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/neg.md -------------------------------------------------------------------------------- /docs/ref/next.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/next.md -------------------------------------------------------------------------------- /docs/ref/not-equal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/not-equal.md -------------------------------------------------------------------------------- /docs/ref/not.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/not.md -------------------------------------------------------------------------------- /docs/ref/null.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/null.md -------------------------------------------------------------------------------- /docs/ref/or.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/or.md -------------------------------------------------------------------------------- /docs/ref/over.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/over.md -------------------------------------------------------------------------------- /docs/ref/overloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/overloads.md -------------------------------------------------------------------------------- /docs/ref/pad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/pad.md -------------------------------------------------------------------------------- /docs/ref/parse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/parse.md -------------------------------------------------------------------------------- /docs/ref/pj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/pj.md -------------------------------------------------------------------------------- /docs/ref/prd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/prd.md -------------------------------------------------------------------------------- /docs/ref/prior.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/prior.md -------------------------------------------------------------------------------- /docs/ref/rand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/rand.md -------------------------------------------------------------------------------- /docs/ref/rank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/rank.md -------------------------------------------------------------------------------- /docs/ref/ratios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ratios.md -------------------------------------------------------------------------------- /docs/ref/raze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/raze.md -------------------------------------------------------------------------------- /docs/ref/read0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/read0.md -------------------------------------------------------------------------------- /docs/ref/read1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/read1.md -------------------------------------------------------------------------------- /docs/ref/reciprocal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/reciprocal.md -------------------------------------------------------------------------------- /docs/ref/ref.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ref.csv -------------------------------------------------------------------------------- /docs/ref/ref.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ref.q -------------------------------------------------------------------------------- /docs/ref/ref0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ref0.txt -------------------------------------------------------------------------------- /docs/ref/reverse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/reverse.md -------------------------------------------------------------------------------- /docs/ref/rotate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/rotate.md -------------------------------------------------------------------------------- /docs/ref/save.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/save.md -------------------------------------------------------------------------------- /docs/ref/select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/select.md -------------------------------------------------------------------------------- /docs/ref/set-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/set-attribute.md -------------------------------------------------------------------------------- /docs/ref/show.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/show.md -------------------------------------------------------------------------------- /docs/ref/signal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/signal.md -------------------------------------------------------------------------------- /docs/ref/signum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/signum.md -------------------------------------------------------------------------------- /docs/ref/simple-exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/simple-exec.md -------------------------------------------------------------------------------- /docs/ref/sin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/sin.md -------------------------------------------------------------------------------- /docs/ref/sqrt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/sqrt.md -------------------------------------------------------------------------------- /docs/ref/ss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ss.md -------------------------------------------------------------------------------- /docs/ref/string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/string.md -------------------------------------------------------------------------------- /docs/ref/sublist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/sublist.md -------------------------------------------------------------------------------- /docs/ref/subtract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/subtract.md -------------------------------------------------------------------------------- /docs/ref/sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/sum.md -------------------------------------------------------------------------------- /docs/ref/sv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/sv.md -------------------------------------------------------------------------------- /docs/ref/system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/system.md -------------------------------------------------------------------------------- /docs/ref/tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/tables.md -------------------------------------------------------------------------------- /docs/ref/take.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/take.md -------------------------------------------------------------------------------- /docs/ref/tan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/tan.md -------------------------------------------------------------------------------- /docs/ref/til.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/til.md -------------------------------------------------------------------------------- /docs/ref/tok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/tok.md -------------------------------------------------------------------------------- /docs/ref/trim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/trim.md -------------------------------------------------------------------------------- /docs/ref/type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/type.md -------------------------------------------------------------------------------- /docs/ref/uj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/uj.md -------------------------------------------------------------------------------- /docs/ref/ungroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/ungroup.md -------------------------------------------------------------------------------- /docs/ref/union.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/union.md -------------------------------------------------------------------------------- /docs/ref/update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/update.md -------------------------------------------------------------------------------- /docs/ref/upsert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/upsert.md -------------------------------------------------------------------------------- /docs/ref/value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/value.md -------------------------------------------------------------------------------- /docs/ref/var.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/var.md -------------------------------------------------------------------------------- /docs/ref/vector-conditional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/vector-conditional.md -------------------------------------------------------------------------------- /docs/ref/view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/view.md -------------------------------------------------------------------------------- /docs/ref/vs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/vs.md -------------------------------------------------------------------------------- /docs/ref/where.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/where.md -------------------------------------------------------------------------------- /docs/ref/while.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/while.md -------------------------------------------------------------------------------- /docs/ref/within.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/within.md -------------------------------------------------------------------------------- /docs/ref/wj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/wj.md -------------------------------------------------------------------------------- /docs/ref/xbar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/xbar.md -------------------------------------------------------------------------------- /docs/ref/xgroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/xgroup.md -------------------------------------------------------------------------------- /docs/ref/xrank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/ref/xrank.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn2.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn2.4.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn2.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn2.5.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn2.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn2.6.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn2.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn2.7.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn2.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn2.8.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn3.0.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn3.1.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn3.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn3.2.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn3.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn3.3.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn3.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn3.4.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn3.5.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn3.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn3.6.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn4.0.md -------------------------------------------------------------------------------- /docs/releases/ChangesIn4.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/ChangesIn4.1.md -------------------------------------------------------------------------------- /docs/releases/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/index.md -------------------------------------------------------------------------------- /docs/releases/withdrawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/releases/withdrawn.md -------------------------------------------------------------------------------- /docs/scripts/qsearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/scripts/qsearch.js -------------------------------------------------------------------------------- /docs/stylesheets/q.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/stylesheets/q.css -------------------------------------------------------------------------------- /docs/wp/astronomy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/astronomy.md -------------------------------------------------------------------------------- /docs/wp/capi/img/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/capi/img/architecture.png -------------------------------------------------------------------------------- /docs/wp/capi/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/capi/index.md -------------------------------------------------------------------------------- /docs/wp/card-counters/img/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/card-counters/img/image2.png -------------------------------------------------------------------------------- /docs/wp/card-counters/img/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/card-counters/img/image3.png -------------------------------------------------------------------------------- /docs/wp/card-counters/img/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/card-counters/img/image4.png -------------------------------------------------------------------------------- /docs/wp/card-counters/img/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/card-counters/img/image5.png -------------------------------------------------------------------------------- /docs/wp/card-counters/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/card-counters/index.md -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure1.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure2.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure3.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure4.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure5.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure6.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure7.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure8.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/img/figure9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/img/figure9.png -------------------------------------------------------------------------------- /docs/wp/columnar-database/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/columnar-database/index.md -------------------------------------------------------------------------------- /docs/wp/compress/img/figure01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/compress/img/figure01.png -------------------------------------------------------------------------------- /docs/wp/compress/img/figure02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/compress/img/figure02.png -------------------------------------------------------------------------------- /docs/wp/compress/img/figure03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/compress/img/figure03.png -------------------------------------------------------------------------------- /docs/wp/compress/img/figure04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/compress/img/figure04.png -------------------------------------------------------------------------------- /docs/wp/compress/img/figure05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/compress/img/figure05.png -------------------------------------------------------------------------------- /docs/wp/compress/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/compress/index.md -------------------------------------------------------------------------------- /docs/wp/corporate-actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/corporate-actions.md -------------------------------------------------------------------------------- /docs/wp/data-loaders/img/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-loaders/img/figure1.png -------------------------------------------------------------------------------- /docs/wp/data-loaders/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-loaders/index.md -------------------------------------------------------------------------------- /docs/wp/data-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-management.md -------------------------------------------------------------------------------- /docs/wp/data-recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-recovery.md -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image1.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image2.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image3.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image4.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image5.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image6.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image7.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image8.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/img/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/img/image9.png -------------------------------------------------------------------------------- /docs/wp/data-visualization/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/data-visualization/index.md -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/KDtree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/KDtree.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/dist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/dist.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/gmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/gmap.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/peak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/peak.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/pr_G1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/pr_G1.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/pr_G2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/pr_G2.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/pr_P1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/pr_P1.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/pr_P2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/pr_P2.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/pr_U1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/pr_U1.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/imgs/pr_U2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/imgs/pr_U2.png -------------------------------------------------------------------------------- /docs/wp/disaster-floods/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-floods/index.md -------------------------------------------------------------------------------- /docs/wp/disaster-management/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-management/index.md -------------------------------------------------------------------------------- /docs/wp/disaster-recovery/img/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-recovery/img/image2.png -------------------------------------------------------------------------------- /docs/wp/disaster-recovery/img/image3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-recovery/img/image3.jpeg -------------------------------------------------------------------------------- /docs/wp/disaster-recovery/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/disaster-recovery/index.md -------------------------------------------------------------------------------- /docs/wp/embedpy-lasso/img/lassopred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/embedpy-lasso/img/lassopred.png -------------------------------------------------------------------------------- /docs/wp/embedpy-lasso/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/embedpy-lasso/index.md -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/actpred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/actpred.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/barplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/barplot.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/confidence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/confidence.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/localviews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/localviews.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/testbench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/testbench.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/testcm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/testcm.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/valbench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/valbench.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/img/valcm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/img/valcm.png -------------------------------------------------------------------------------- /docs/wp/exoplanets/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/exoplanets/index.md -------------------------------------------------------------------------------- /docs/wp/fix-messaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/fix-messaging.md -------------------------------------------------------------------------------- /docs/wp/foreign-keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/foreign-keys.md -------------------------------------------------------------------------------- /docs/wp/gateway-design/img/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gateway-design/img/figure1.png -------------------------------------------------------------------------------- /docs/wp/gateway-design/img/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gateway-design/img/figure2.png -------------------------------------------------------------------------------- /docs/wp/gateway-design/img/figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gateway-design/img/figure3.png -------------------------------------------------------------------------------- /docs/wp/gateway-design/img/figure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gateway-design/img/figure4.png -------------------------------------------------------------------------------- /docs/wp/gateway-design/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gateway-design/index.md -------------------------------------------------------------------------------- /docs/wp/gui/img/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image10.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image11.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image12.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image13.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image3.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image4.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image5.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image6.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image7.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image8.png -------------------------------------------------------------------------------- /docs/wp/gui/img/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/img/image9.png -------------------------------------------------------------------------------- /docs/wp/gui/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/gui/index.md -------------------------------------------------------------------------------- /docs/wp/hdb-analysis/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/hdb-analysis/index.md -------------------------------------------------------------------------------- /docs/wp/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/index.md -------------------------------------------------------------------------------- /docs/wp/intraday-writedown/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/intraday-writedown/index.md -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/arduino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/arduino.png -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/dashboard.png -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/graph.png -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/homeassistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/homeassistant.png -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/iot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/iot.jpg -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/kx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/kx.png -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/layout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/layout.jpg -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/livingroom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/livingroom.jpg -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/mosquitto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/img/mosquitto.png -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/img/mqtt.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/wp/iot-mqtt/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iot-mqtt/index.md -------------------------------------------------------------------------------- /docs/wp/iterators/img/iteration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iterators/img/iteration.png -------------------------------------------------------------------------------- /docs/wp/iterators/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/iterators/index.md -------------------------------------------------------------------------------- /docs/wp/machine-learning/img/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/machine-learning/img/figure1.png -------------------------------------------------------------------------------- /docs/wp/machine-learning/img/figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/machine-learning/img/figure3.png -------------------------------------------------------------------------------- /docs/wp/machine-learning/img/figure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/machine-learning/img/figure4.png -------------------------------------------------------------------------------- /docs/wp/machine-learning/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/machine-learning/index.md -------------------------------------------------------------------------------- /docs/wp/market-depth/img/figure1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/market-depth/img/figure1.jpg -------------------------------------------------------------------------------- /docs/wp/market-depth/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/market-depth/index.md -------------------------------------------------------------------------------- /docs/wp/market-fragmentation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/market-fragmentation/index.md -------------------------------------------------------------------------------- /docs/wp/multi-partitioned-dbs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/multi-partitioned-dbs/index.md -------------------------------------------------------------------------------- /docs/wp/multi-thread/img/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/multi-thread/img/figure1.png -------------------------------------------------------------------------------- /docs/wp/multi-thread/img/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/multi-thread/img/figure2.png -------------------------------------------------------------------------------- /docs/wp/multi-thread/img/figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/multi-thread/img/figure3.png -------------------------------------------------------------------------------- /docs/wp/multi-thread/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/multi-thread/index.md -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula1.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula10.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula2.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula3.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula4.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula5.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula6.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula7.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula8.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/formula9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/formula9.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/image4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/image4.jpeg -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/image5.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/image6.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/image7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/image7.jpeg -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/image8.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/img/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/img/image9.png -------------------------------------------------------------------------------- /docs/wp/neural-networks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/neural-networks/index.md -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/asset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/asset.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/bin64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/bin64.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/gaussian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/gaussian.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/logrmse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/logrmse.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/numgen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/numgen.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/price.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/price.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/rmse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/rmse.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/sigma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/sigma.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/img/wiener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/img/wiener.png -------------------------------------------------------------------------------- /docs/wp/option-pricing/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/option-pricing/index.md -------------------------------------------------------------------------------- /docs/wp/order-book.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/order-book.md -------------------------------------------------------------------------------- /docs/wp/permissions/img/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/permissions/img/figure1.png -------------------------------------------------------------------------------- /docs/wp/permissions/img/screenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/permissions/img/screenshots.png -------------------------------------------------------------------------------- /docs/wp/permissions/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/permissions/index.md -------------------------------------------------------------------------------- /docs/wp/query-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/query-interface.md -------------------------------------------------------------------------------- /docs/wp/query-routing/img/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/query-routing/img/image3.png -------------------------------------------------------------------------------- /docs/wp/query-routing/img/image4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/query-routing/img/image4.jpeg -------------------------------------------------------------------------------- /docs/wp/query-routing/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/query-routing/index.md -------------------------------------------------------------------------------- /docs/wp/query-scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/query-scaling.md -------------------------------------------------------------------------------- /docs/wp/rt-tick/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/rt-tick/index.md -------------------------------------------------------------------------------- /docs/wp/signal-processing/img/image2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/signal-processing/img/image2.jpeg -------------------------------------------------------------------------------- /docs/wp/signal-processing/img/image3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/signal-processing/img/image3.jpeg -------------------------------------------------------------------------------- /docs/wp/signal-processing/img/image4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/signal-processing/img/image4.jpeg -------------------------------------------------------------------------------- /docs/wp/signal-processing/img/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/signal-processing/img/image5.png -------------------------------------------------------------------------------- /docs/wp/signal-processing/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/signal-processing/index.md -------------------------------------------------------------------------------- /docs/wp/socket-sharding/img/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/socket-sharding/img/figure1.png -------------------------------------------------------------------------------- /docs/wp/socket-sharding/img/figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/socket-sharding/img/figure2.png -------------------------------------------------------------------------------- /docs/wp/socket-sharding/img/figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/socket-sharding/img/figure3.png -------------------------------------------------------------------------------- /docs/wp/socket-sharding/img/figure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/socket-sharding/img/figure4.png -------------------------------------------------------------------------------- /docs/wp/socket-sharding/img/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/socket-sharding/img/image2.png -------------------------------------------------------------------------------- /docs/wp/socket-sharding/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/socket-sharding/index.md -------------------------------------------------------------------------------- /docs/wp/solace/assets/solace-pubsub.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/assets/solace-pubsub.q -------------------------------------------------------------------------------- /docs/wp/solace/img/acls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/acls.png -------------------------------------------------------------------------------- /docs/wp/solace/img/colo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/colo.png -------------------------------------------------------------------------------- /docs/wp/solace/img/integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/integration.png -------------------------------------------------------------------------------- /docs/wp/solace/img/kdb_event_mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/kdb_event_mesh.png -------------------------------------------------------------------------------- /docs/wp/solace/img/pub_sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/pub_sub.png -------------------------------------------------------------------------------- /docs/wp/solace/img/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/queue.png -------------------------------------------------------------------------------- /docs/wp/solace/img/queue_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/queue_create.png -------------------------------------------------------------------------------- /docs/wp/solace/img/request_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/request_reply.png -------------------------------------------------------------------------------- /docs/wp/solace/img/tight_coupling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/tight_coupling.png -------------------------------------------------------------------------------- /docs/wp/solace/img/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/img/users.png -------------------------------------------------------------------------------- /docs/wp/solace/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/solace/index.md -------------------------------------------------------------------------------- /docs/wp/space-weather/img/nnCFM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/space-weather/img/nnCFM.png -------------------------------------------------------------------------------- /docs/wp/space-weather/img/nnROC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/space-weather/img/nnROC.png -------------------------------------------------------------------------------- /docs/wp/space-weather/img/sigPhiVer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/space-weather/img/sigPhiVer.png -------------------------------------------------------------------------------- /docs/wp/space-weather/img/svmTSS1hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/space-weather/img/svmTSS1hr.png -------------------------------------------------------------------------------- /docs/wp/space-weather/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/space-weather/index.md -------------------------------------------------------------------------------- /docs/wp/surveillance-latency/img/archive/init: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/wp/surveillance-latency/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance-latency/index.md -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image1.png -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image10.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image11.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image12.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image12.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image13.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image13.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image14.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image14.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image3.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image4.png -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image5.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image6.png -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image7.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image8.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image8.jpeg -------------------------------------------------------------------------------- /docs/wp/surveillance/img/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/img/image9.png -------------------------------------------------------------------------------- /docs/wp/surveillance/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/surveillance/index.md -------------------------------------------------------------------------------- /docs/wp/symfiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/symfiles.md -------------------------------------------------------------------------------- /docs/wp/tick-profiling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/tick-profiling.md -------------------------------------------------------------------------------- /docs/wp/transaction-cost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/transaction-cost.md -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/aroon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/aroon.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/cci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/cci.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/emv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/emv.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/macd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/macd.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/mfi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/mfi.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/roc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/roc.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/rsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/rsi.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/img/sma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/img/sma.png -------------------------------------------------------------------------------- /docs/wp/trend-indicators/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/trend-indicators/index.md -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image10.jpeg -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image11.jpeg -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image3.png -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image4.png -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image5.png -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image6.png -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image7.jpeg -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image8.png -------------------------------------------------------------------------------- /docs/wp/ts-shrink/img/image9.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/img/image9.jpeg -------------------------------------------------------------------------------- /docs/wp/ts-shrink/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/docs/wp/ts-shrink/index.md -------------------------------------------------------------------------------- /drawio/TP_log_recovery.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/drawio/TP_log_recovery.drawio -------------------------------------------------------------------------------- /drawio/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/drawio/notes.txt -------------------------------------------------------------------------------- /drawio/rdb_end_of_day.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/drawio/rdb_end_of_day.drawio -------------------------------------------------------------------------------- /drawio/tick_arch.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/drawio/tick_arch.drawio -------------------------------------------------------------------------------- /local.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/local.sh -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /server-redirects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/server-redirects.txt -------------------------------------------------------------------------------- /site-news.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/site-news.md -------------------------------------------------------------------------------- /syntax-highlighting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/syntax-highlighting.md -------------------------------------------------------------------------------- /tools.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/tools.q -------------------------------------------------------------------------------- /tools/carousel-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KxSystems/docs/HEAD/tools/carousel-template.txt --------------------------------------------------------------------------------