Spaces:
Sleeping
Sleeping
| ,db_name,table_name,schema,sample_data | |
| 0,solar,alerts,"CREATE TABLE ""alerts"" ( | |
| alertreg text(50) NOT NULL, | |
| compreg text(36) NULL, | |
| deviceref text(50) NULL, | |
| incidentref text(50) NULL, | |
| alertmoment text(6) NULL, | |
| alertstat text(50) NULL, | |
| alertcnt integer(16) NULL, | |
| maintprior text(50) NULL, | |
| replaceprior text(50) NULL, | |
| optpotential text(100) NULL, | |
| PRIMARY KEY (alertreg), | |
| FOREIGN KEY (incidentref) REFERENCES performance(perfregistry), | |
| FOREIGN KEY (deviceref) REFERENCES panel(panemark), | |
| FOREIGN KEY (compreg) REFERENCES plant(growregistry) | |
| );","alertreg compreg deviceref incidentref alertmoment alertstat alertcnt maintprior replaceprior optpotential | |
| 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 2018-08-03 12:21:20.051523 6 High High Medium | |
| 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 2023-03-05 14:10:48.052345 Warning 2 High High High | |
| e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f 2023-01-30 02:55:15.052451 Critical 9 High High Low | |
| ..." | |
| 1,solar,electrical,"CREATE TABLE ""electrical"" ( | |
| elecregistry text(50) NOT NULL, | |
| engyunitref text(50) NULL, | |
| efflogref text(50) NULL, | |
| iscinita real(7,3) NULL, | |
| isccurra real(7,3) NULL, | |
| vocinitv real(7,3) NULL, | |
| voccurrv real(7,3) NULL, | |
| impinita real(7,3) NULL, | |
| impcurra real(7,3) NULL, | |
| vmpinitv real(7,3) NULL, | |
| vmpcurrv real(6,2) NULL, | |
| ffactorinit real(7,3) NULL, | |
| ffactorcurr real(7,3) NULL, | |
| seriesresohm real(7,3) NULL, | |
| shuntresohm real(4,1) NULL, | |
| PRIMARY KEY (elecregistry), | |
| FOREIGN KEY (engyunitref) REFERENCES panel(panemark), | |
| FOREIGN KEY (efflogref) REFERENCES performance(perfregistry) | |
| );","elecregistry engyunitref efflogref iscinita isccurra vocinitv voccurrv impinita impcurra vmpinitv vmpcurrv ffactorinit ffactorcurr seriesresohm shuntresohm | |
| 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 9.09 8.51 49.74 43.32 9.17 7.21 38.48 36.98 0.773 0.71 0.174 437.3 | |
| 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 10.85 8.41 45.3 43.1 9.93 7.3 38.25 36.73 0.775 0.788 0.349 880.7 | |
| e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f 10.78 9.03 46.07 43.28 8.47 8.05 37.87 36.78 0.836 0.706 0.995 703.9 | |
| ..." | |
| 2,solar,environment,"CREATE TABLE ""environment"" ( | |
| envregistry text(50) NOT NULL, | |
| arearegistry text(36) NULL, | |
| envmoment text(6) NULL, | |
| celltempc real(7,3) NULL, | |
| ambtempc real(7,3) NULL, | |
| soillosspct real(7,3) NULL, | |
| dustdengm2 real(7,3) NULL, | |
| cleancycledays integer(16) NULL, | |
| lastcleandt TEXT NULL, | |
| relhumpct real(7,3) NULL, | |
| windspdms real(7,3) NULL, | |
| winddirdeg real(7,3) NULL, | |
| preciptmm real(6,2) NULL, | |
| airpresshpa real(6,2) NULL, | |
| uv_idx real(7,3) NULL, | |
| cloudcovpct real(7,3) NULL, | |
| snowcovpct real(7,3) NULL, | |
| irradiance_conditions TEXT NULL, | |
| PRIMARY KEY (envregistry), | |
| FOREIGN KEY (arearegistry) REFERENCES plant(growregistry) | |
| );","envregistry arearegistry envmoment celltempc ambtempc soillosspct dustdengm2 cleancycledays lastcleandt relhumpct windspdms winddirdeg preciptmm airpresshpa uv_idx cloudcovpct snowcovpct irradiance_conditions | |
| 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 2018-08-03 12:21:20.051523 47.3 41.2 13.41 0.056 38 2025-01-14 76.1 11.6 249.3 41.3 1099.2 1.1 12.4 24.8 {""specmisfac"": 1.005, ""irradiance_types"": [530.40, 169.3, 44.100, 135.100]} | |
| 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 2023-03-05 14:10:48.052345 36.1 22.7 11.27 3.519 52 2025-01-23 50 22.6 29.8 36.2 958.3 3.6 93.8 59.7 {""specmisfac"": 0.996, ""irradiance_types"": [556.40, 686.2, 81.900, 500.100]} | |
| e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f 2023-01-30 02:55:15.052451 59.2 26.2 1.12 3.3 17 2025-02-05 98.5 18.3 179.3 18.1 1050.6 1.7 69.2 92.7 {""specmisfac"": 1.047, ""irradiance_types"": [637.10, 656.6, 71.400, 1155.000]} | |
| ..." | |
| 3,solar,inverter,"CREATE TABLE ""inverter"" ( | |
| invertregistry text(50) NOT NULL, | |
| siteref text(36) NULL, | |
| invertmoment text(6) NULL, | |
| inverttempc real(7,3) NULL, | |
| gridvolt real(7,3) NULL, | |
| gridfreqhz real(7,3) NULL, | |
| pwrqualidx real(7,3) NULL, | |
| power_metrics TEXT NULL, | |
| PRIMARY KEY (invertregistry), | |
| FOREIGN KEY (siteref) REFERENCES plant(growregistry) | |
| );","invertregistry siteref invertmoment inverttempc gridvolt gridfreqhz pwrqualidx power_metrics | |
| 657d7976-fb98-45f4-a916-4315352d235d 657d7976-fb98-45f4-a916-4315352d235d 2022-07-14 06:51:30.052646 48.8 223.2 50.49 0.778 {""harmdistpct"": 0.750, ""reacpwrkvar"": 75.46, ""inverteffpct"": 98.090, ""invertpowfac"": 0.928} | |
| 7da8ce5b-0710-48ac-ae70-cfd4c2bda1fa 7da8ce5b-0710-48ac-ae70-cfd4c2bda1fa 2022-07-16 15:18:16.052646 30.3 225.3 49.95 0.714 {""harmdistpct"": 0.890, ""reacpwrkvar"": 80.82, ""inverteffpct"": 98.780, ""invertpowfac"": 0.988} | |
| fa1e0808-8e5c-4044-bbaf-4a17fbad26f2 fa1e0808-8e5c-4044-bbaf-4a17fbad26f2 2016-08-02 03:08:36.052646 30.5 233.1 49.87 0.007 {""harmdistpct"": 0.930, ""reacpwrkvar"": 64.01, ""inverteffpct"": 97.360, ""invertpowfac"": 0.983} | |
| ..." | |
| 4,solar,maintenance,"CREATE TABLE ""maintenance"" ( | |
| maintregistry text(50) NOT NULL, | |
| powerref text(36) NULL, | |
| compref text(50) NULL, | |
| obsref text(50) NULL, | |
| inspectmeth text(100) NULL, | |
| inspectres text(150) NULL, | |
| inspectdate TEXT NULL, | |
| maintsched text(100) NULL, | |
| wtystatus text(50) NULL, | |
| wtyclaimcnt integer(16) NULL, | |
| maintcostusd real(9,2) NULL, | |
| cleancostusd real(8,3) NULL, | |
| replacecostusd real(9,3) NULL, | |
| revlossusd real(7,2) NULL, | |
| PRIMARY KEY (maintregistry), | |
| FOREIGN KEY (powerref) REFERENCES plant(growregistry), | |
| FOREIGN KEY (obsref) REFERENCES performance(perfregistry), | |
| FOREIGN KEY (compref) REFERENCES panel(panemark) | |
| );","maintregistry powerref compref obsref inspectmeth inspectres inspectdate maintsched wtystatus wtyclaimcnt maintcostusd cleancostusd replacecostusd revlossusd | |
| 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 Visual Minor Issues 2024-08-24 Delayed Claimed 2 178.82 1034.89 31529.1 13375.6 | |
| 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a IR Thermal Major Issues 2024-12-23 Overdue Active 4 9549.83 2957.08 15984.1 17065.2 | |
| e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f Visual Major Issues 2025-01-30 Overdue Claimed 2 9298.61 1934.67 3604.59 14035.9 | |
| ..." | |
| 5,solar,panel,"CREATE TABLE ""panel"" ( | |
| panemark text(50) NOT NULL, | |
| hubregistry text(36) NULL, | |
| panemfr text(100) NULL, | |
| paneline text(100) NULL, | |
| panetype text(50) NULL, | |
| powratew integer(16) NULL, | |
| paneeffpct real(7,3) NULL, | |
| nomtempc real(7,3) NULL, | |
| tempcoef real(4,3) NULL, | |
| PRIMARY KEY (panemark), | |
| FOREIGN KEY (hubregistry) REFERENCES plant(growregistry) | |
| );","panemark hubregistry panemfr paneline panetype powratew paneeffpct nomtempc tempcoef | |
| 34671e50-c3dc-4acb-af54-ccde16eb0ea6 34671e50-c3dc-4acb-af54-ccde16eb0ea6 Longi Model-102 Mono-PERC 650 20.86 45.7 -0.389 | |
| 34d240f4-6ed9-43bc-b7a8-24b56fdd315a 34d240f4-6ed9-43bc-b7a8-24b56fdd315a Longi Model-892 HJT 650 21.65 45.5 -0.446 | |
| e00b3472-780b-490f-941b-a4f298882d7f e00b3472-780b-490f-941b-a4f298882d7f Longi Model-677 Poly-PERC 450 21.93 46.7 -0.432 | |
| ..." | |
| 6,solar,performance,"CREATE TABLE ""performance"" ( | |
| perfregistry text(50) NOT NULL, | |
| solmodref text(50) NULL, | |
| perfmoment text(6) NULL, | |
| measpoww real(9,3) NULL, | |
| powlossw real(8,3) NULL, | |
| efficiency_profile TEXT NULL, | |
| PRIMARY KEY (perfregistry), | |
| FOREIGN KEY (solmodref) REFERENCES panel(panemark) | |
| );","perfregistry solmodref perfmoment measpoww powlossw efficiency_profile | |
| 61881c67-e019-431b-92f4-540d018ce556 61881c67-e019-431b-92f4-540d018ce556 2023-04-24 05:22:00.052646 587.22 12.78 {""degradation"": {""cumdegpct"": 2.130, ""anndegrate"": 0.710}, ""current_efficiency"": {""curreffpct"": 19.360, ""efflosspct"": 2.960}} | |
| d0e8b043-26a7-44a0-92aa-8d8719e49e10 d0e8b043-26a7-44a0-92aa-8d8719e49e10 2020-12-10 14:06:40.053132 518.82 31.18 {""degradation"": {""cumdegpct"": 5.670, ""anndegrate"": 1.010}, ""current_efficiency"": {""curreffpct"": 20.050, ""efflosspct"": 1.280}} | |
| e2324feb-31cd-417a-ba69-86c74e8e65c0 e2324feb-31cd-417a-ba69-86c74e8e65c0 2016-07-08 20:40:53.053213 384.03 65.97 {""degradation"": {""cumdegpct"": 14.660, ""anndegrate"": 0.470}, ""current_efficiency"": {""curreffpct"": 19.530, ""efflosspct"": 0.710}} | |
| ..." | |
| 7,solar,plant,"CREATE TABLE ""plant"" ( | |
| growregistry text(36) NOT NULL, | |
| growalias text(100) NULL, | |
| gencapmw real(7,3) NULL, | |
| initdate TEXT NULL, | |
| PRIMARY KEY (growregistry) | |
| );","growregistry growalias gencapmw initdate | |
| 34671e50-c3dc-4acb-af54-ccde16eb0ea6 Solar Plant West Davidport 257.58 2018-02-28 | |
| 34d240f4-6ed9-43bc-b7a8-24b56fdd315a Solar Plant Dillonmouth 437.71 2023-08-06 | |
| e00b3472-780b-490f-941b-a4f298882d7f Solar Plant North Xavier 397.96 2022-06-18 | |
| ..." | |
| 8,archeology,equipment,"CREATE TABLE ""equipment"" ( | |
| equipregistry text(50) NOT NULL, | |
| equipform text(28) NULL, | |
| equipdesign text(14) NULL, | |
| equiptune TEXT NULL, | |
| equipstatus text(16) NULL, | |
| powerlevel integer(16) NULL, | |
| PRIMARY KEY (equipregistry) | |
| );","equipregistry equipform equipdesign equiptune equipstatus powerlevel | |
| SN20065 LiDAR Model-669 2024-11-01 Excellent 62 | |
| SN29799 Structured Light Model-835 2024-09-09 Good 21 | |
| SN83019 Photogrammetry Model-566 2025-02-08 Good 46 | |
| ..." | |
| 9,archeology,personnel,"CREATE TABLE ""personnel"" ( | |
| crewregistry text(50) NOT NULL, | |
| crewlabel text(50) NULL, | |
| leadregistry text(50) NULL, | |
| leadlabel text(40) NULL, | |
| PRIMARY KEY (crewregistry) | |
| );","crewregistry crewlabel leadregistry leadlabel | |
| OP4641 Joel Wallace SV7658 Michael Kaiser | |
| OP8435 Latoya Abbott SV2189 Stephanie Marquez | |
| OP7199 Aaron Knight SV6920 Victoria George | |
| ..." | |
| 10,archeology,projects,"CREATE TABLE ""projects"" ( | |
| arcregistry text(50) NOT NULL, | |
| vesseltag text(60) NULL, | |
| fundflux TEXT NULL, | |
| authpin text(50) NULL, | |
| authhalt TEXT NULL, | |
| PRIMARY KEY (arcregistry) | |
| );","arcregistry vesseltag fundflux authpin authhalt | |
| PR7509 Project Happy Government PMT4719 2025-12-05 | |
| PR8078 Project Off Government PMT4944 2025-09-20 | |
| PR9973 Project Central University PMT5400 2025-03-18 | |
| ..." | |
| 11,archeology,scanconservation,"CREATE TABLE ""scanconservation"" ( | |
| cureregistry integer(64) NOT NULL, | |
| arcref text(50) NOT NULL, | |
| zoneref text(12) NOT NULL, | |
| harmassess text(15) NULL, | |
| curerank text(15) NULL, | |
| structstate text(15) NULL, | |
| intervhistory TEXT NULL, | |
| priordocs TEXT NULL, | |
| PRIMARY KEY (cureregistry), | |
| FOREIGN KEY (zoneref) REFERENCES sites(zoneregistry), | |
| FOREIGN KEY (arcref) REFERENCES projects(arcregistry) | |
| );"," cureregistry arcref zoneref harmassess curerank structstate intervhistory priordocs | |
| 1 PR7509 SC9016 Critical Moderate Minor | |
| 2 PR8078 SC9081 Severe Low Moderate Major Partial | |
| 3 PR9973 SC4817 Moderate High Moderate | |
| ..." | |
| 12,archeology,scanenvironment,"CREATE TABLE ""scanenvironment"" ( | |
| airregistry integer(64) NOT NULL, | |
| zoneref text(12) NOT NULL, | |
| equipref text(50) NOT NULL, | |
| ambictemp real(5,2) NULL, | |
| humepct real(5,2) NULL, | |
| illumelux integer(32) NULL, | |
| geosignal text(15) NULL, | |
| trackstatus text(12) NULL, | |
| linkstatus text(12) NULL, | |
| photomap text(4) NULL, | |
| imgcount integer(16) NULL, | |
| PRIMARY KEY (airregistry), | |
| FOREIGN KEY (zoneref) REFERENCES sites(zoneregistry), | |
| FOREIGN KEY (equipref) REFERENCES equipment(equipregistry) | |
| );"," airregistry zoneref equipref ambictemp humepct illumelux geosignal trackstatus linkstatus photomap imgcount | |
| 1 SC9016 SN20065 25.3 60.4 86054 Disconnected 80% 248 | |
| 2 SC9081 SN29799 8.8 32.9 51271 Connected 60% 874 | |
| 3 SC4817 SN83019 -3.9 72.6 21889 Poor Fixed Disconnected 80% 750 | |
| ..." | |
| 13,archeology,scanfeatures,"CREATE TABLE ""scanfeatures"" ( | |
| traitregistry integer(64) NOT NULL, | |
| zoneref text(12) NOT NULL, | |
| equipref text(50) NOT NULL, | |
| traitextract text(25) NULL, | |
| traitcount integer(32) NULL, | |
| articount integer(32) NULL, | |
| structkind text(15) NULL, | |
| matkind text(15) NULL, | |
| huestudy text(15) NULL, | |
| texturestudy text(15) NULL, | |
| patternnote TEXT NULL, | |
| PRIMARY KEY (traitregistry), | |
| FOREIGN KEY (zoneref) REFERENCES sites(zoneregistry), | |
| FOREIGN KEY (equipref) REFERENCES equipment(equipregistry) | |
| );"," traitregistry zoneref equipref traitextract traitcount articount structkind matkind huestudy texturestudy patternnote | |
| 1 SC9016 SN20065 Manual 516 71 Artifact Organic Partial Partial Not Required | |
| 2 SC9081 SN29799 Semi-automatic 899 22 Complex Metal Partial Not Required Partial | |
| 3 SC4817 SN83019 Manual 103 69 Complex Ceramic Completed Partial Not Required | |
| ..." | |
| 14,archeology,scanmesh,"CREATE TABLE ""scanmesh"" ( | |
| facetregistry integer(64) NOT NULL, | |
| zoneref text(12) NOT NULL, | |
| equipref text(50) NOT NULL, | |
| facetverts integer(64) NULL, | |
| facetfaces integer(64) NULL, | |
| facetresmm real(5,2) NULL, | |
| texdist text(5) NULL, | |
| texpix integer(32) NULL, | |
| uvmapqual text(50) NULL, | |
| geomdeltamm real(6,3) NULL, | |
| PRIMARY KEY (facetregistry), | |
| FOREIGN KEY (zoneref) REFERENCES sites(zoneregistry), | |
| FOREIGN KEY (equipref) REFERENCES equipment(equipregistry) | |
| );"," facetregistry zoneref equipref facetverts facetfaces facetresmm texdist texpix uvmapqual geomdeltamm | |
| 1 SC9016 SN20065 7234721 5997318 3.2 2K 2048 Medium 2.74 | |
| 2 SC9081 SN29799 2361491 7708278 9.79 2K 8192 High 3.79 | |
| 3 SC4817 SN83019 542100 1973487 2.33 1K 4096 Low 0.48 | |
| ..." | |
| 15,archeology,scanpointcloud,"CREATE TABLE ""scanpointcloud"" ( | |
| cloudregistry integer(64) NOT NULL, | |
| crewref text(50) NOT NULL, | |
| arcref text(50) NOT NULL, | |
| scanresolmm real(5,2) NULL, | |
| pointdense integer(32) NULL, | |
| coverpct real(4,1) NULL, | |
| totalpts integer(64) NULL, | |
| clouddense integer(32) NULL, | |
| lappct real(4,1) NULL, | |
| noisedb real(6,3) NULL, | |
| refpct real(4,1) NULL, | |
| PRIMARY KEY (cloudregistry), | |
| FOREIGN KEY (crewref) REFERENCES personnel(crewregistry), | |
| FOREIGN KEY (arcref) REFERENCES projects(arcregistry) | |
| );"," cloudregistry crewref arcref scanresolmm pointdense coverpct totalpts clouddense lappct noisedb refpct | |
| 1 OP4641 PR7509 2.4 42812 91.2 46562436 9449 31.3 1.318 11 | |
| 2 OP8435 PR8078 4.72 974154 84.7 73534012 431 48.6 1.788 65.4 | |
| 3 OP7199 PR9973 4.9 934361 98.1 87734478 1746 31.7 1.79 53.8 | |
| ..." | |
| 16,archeology,scanprocessing,"CREATE TABLE ""scanprocessing"" ( | |
| flowregistry integer(64) NOT NULL, | |
| equipref text(50) NOT NULL, | |
| zoneref text(12) NOT NULL, | |
| flowsoft text(25) NULL, | |
| flowhrs real(5,2) NULL, | |
| proccpu integer(16) NULL, | |
| memusagegb real(6,2) NULL, | |
| procgpu integer(16) NULL, | |
| stashloc text(12) NULL, | |
| safebak text(50) NULL, | |
| datalevel TEXT NULL, | |
| metabench text(50) NULL, | |
| coordframe text(12) NULL, | |
| elevref text(16) NULL, | |
| remaingb real(7,2) NULL, | |
| stationlink text(50) NULL, | |
| camcal TEXT NULL, | |
| lensdist text(14) NULL, | |
| colortune text(50) NULL, | |
| flowstage text(18) NULL, | |
| fmtver text(3) NULL, | |
| PRIMARY KEY (flowregistry), | |
| FOREIGN KEY (zoneref) REFERENCES sites(zoneregistry), | |
| FOREIGN KEY (equipref) REFERENCES equipment(equipregistry) | |
| );"," flowregistry equipref zoneref flowsoft flowhrs proccpu memusagegb procgpu stashloc safebak datalevel metabench coordframe elevref remaingb stationlink camcal lensdist colortune flowstage fmtver | |
| 1 SN20065 SC9016 RealityCapture 21.9 81 70.3 84 Local In Progress Confidential Dublin Core Local Arbitrary 983.5 Partial Invalid Corrected Required Aligned 2.3 | |
| 2 SN29799 SC9081 CloudCompare 34.9 100 13.4 56 Network Completed Public CIDOC CRM WGS84 Local 599.6 Partial Required Unknown Required Aligned 2.7 | |
| 3 SN83019 SC4817 Agisoft 25.7 67 51.7 66 Network Pending Confidential CIDOC CRM Custom Sea Level 306.1 Partial Required Unknown Adjusted Meshed 4 | |
| ..." | |
| 17,archeology,scanqc,"CREATE TABLE ""scanqc"" ( | |
| qualregistry integer(64) NOT NULL, | |
| arcref text(50) NOT NULL, | |
| crewref text(50) NOT NULL, | |
| accucheck text(22) NULL, | |
| ctrlstate text(50) NULL, | |
| valimeth text(18) NULL, | |
| valistate TEXT NULL, | |
| archstat text(50) NULL, | |
| pubstat text(24) NULL, | |
| copystat text(50) NULL, | |
| refmention text(60) NULL, | |
| remark TEXT NULL, | |
| PRIMARY KEY (qualregistry), | |
| FOREIGN KEY (crewref) REFERENCES personnel(crewregistry), | |
| FOREIGN KEY (arcref) REFERENCES projects(arcregistry) | |
| );"," qualregistry arcref crewref accucheck ctrlstate valimeth valistate archstat pubstat copystat refmention remark | |
| 1 PR7509 OP4641 Not Required Pending Automated Rejected Verified Draft Reserved Citation-8447 | |
| 2 PR8078 OP8435 Completed Pending Visual Rejected Verified Submitted Open Access Citation-6197 | |
| 3 PR9973 OP7199 Pending Failed Visual Approved Pending Draft Open Access Citation-8090 Sell shoulder understand serious degree particular game. | |
| ..." | |
| 18,archeology,scanregistration,"CREATE TABLE ""scanregistration"" ( | |
| logregistry integer(64) NOT NULL, | |
| crewref text(50) NOT NULL, | |
| arcref text(50) NOT NULL, | |
| logaccumm real(5,3) NULL, | |
| refmark text(6) NULL, | |
| ctrlpts text(6) NULL, | |
| logmethod text(15) NULL, | |
| transform text(15) NULL, | |
| errscale text(20) NULL, | |
| errvalmm real(6,3) NULL, | |
| PRIMARY KEY (logregistry), | |
| FOREIGN KEY (crewref) REFERENCES personnel(crewregistry), | |
| FOREIGN KEY (arcref) REFERENCES projects(arcregistry) | |
| );"," logregistry crewref arcref logaccumm refmark ctrlpts logmethod transform errscale errvalmm | |
| 1 OP4641 PR7509 0.84 40 73 Hybrid Matrix-47 Cloud-to-Mesh 6.962 | |
| 2 OP8435 PR8078 3.44 21 6 Target-based Matrix-712 Cloud-to-Mesh 4.442 | |
| 3 OP7199 PR9973 3.95 25 84 Hybrid Matrix-113 Cloud-to-Cloud 6.069 | |
| ..." | |
| 19,archeology,scans,"CREATE TABLE ""scans"" ( | |
| questregistry text(16) NOT NULL, | |
| chronotag text(6) NULL, | |
| arcref text(50) NOT NULL, | |
| crewref text(50) NOT NULL, | |
| zoneref text(12) NOT NULL, | |
| scancount integer(16) NULL, | |
| climtune text(22) NULL, | |
| huecatch text(50) NULL, | |
| fmtfile text(4) NULL, | |
| gbsize real(5,2) NULL, | |
| pressratio real(4,2) NULL, | |
| spanmin real(5,2) NULL, | |
| PRIMARY KEY (questregistry), | |
| FOREIGN KEY (zoneref) REFERENCES sites(zoneregistry), | |
| FOREIGN KEY (crewref) REFERENCES personnel(crewregistry), | |
| FOREIGN KEY (arcref) REFERENCES projects(arcregistry) | |
| );","questregistry chronotag arcref crewref zoneref scancount climtune huecatch fmtfile gbsize pressratio spanmin | |
| ASD409481 2024-09-03 07:20:28.479288 PR7509 OP4641 SC9016 5 Windy RGB PTS 24.71 3.22 63 | |
| ASD648638 2024-07-27 08:52:12.479479 PR8078 OP8435 SC9081 2 Rainy RGB PLY 21.63 6.86 240 | |
| ASD535327 2025-01-24 12:45:10.479479 PR9973 OP7199 SC4817 7 Windy RGB PLY 41.48 4.2 37 | |
| ..." | |
| 20,archeology,scanspatial,"CREATE TABLE ""scanspatial"" ( | |
| domainregistry integer(64) NOT NULL, | |
| arcref text(50) NOT NULL, | |
| crewref text(50) NOT NULL, | |
| aream2 real(8,3) NULL, | |
| volm3 real(9,4) NULL, | |
| boxx real(8,2) NULL, | |
| boxy real(8,3) NULL, | |
| boxz real(9,2) NULL, | |
| angleaz integer(24) NULL, | |
| angletilt integer(53) NULL, | |
| groundspan real(6,3) NULL, | |
| PRIMARY KEY (domainregistry), | |
| FOREIGN KEY (crewref) REFERENCES personnel(crewregistry), | |
| FOREIGN KEY (arcref) REFERENCES projects(arcregistry) | |
| );"," domainregistry arcref crewref aream2 volm3 boxx boxy boxz angleaz angletilt groundspan | |
| 1 PR7509 OP4641 78.01 76.7 40.12 1.06 8.74 342.4 23.9 4.13 | |
| 2 PR8078 OP8435 746.55 85.66 26.17 8.75 16.41 113 12.9 0.93 | |
| 3 PR9973 OP7199 294.59 6.02 15.32 31.08 36.71 275.4 -22.1 1.12 | |
| ..." | |
| 21,archeology,sites,"CREATE TABLE ""sites"" ( | |
| zoneregistry text(12) NOT NULL, | |
| zonelabel TEXT NULL, | |
| digunit text(50) NULL, | |
| gridtrace text(12) NULL, | |
| geox real(8,5) NULL, | |
| geoy real(8,5) NULL, | |
| heightm real(7,1) NULL, | |
| depthc real(7,1) NULL, | |
| phasefactor text(25) NULL, | |
| guessdate text(20) NULL, | |
| typesite text(25) NULL, | |
| presstat text(25) NULL, | |
| guardhint text(50) NULL, | |
| entrystat text(50) NULL, | |
| saferank text(15) NULL, | |
| insurstat text(15) NULL, | |
| riskeval TEXT NULL, | |
| healtheval text(12) NULL, | |
| envhaz text(50) NULL, | |
| PRIMARY KEY (zoneregistry) | |
| );","zoneregistry zonelabel digunit gridtrace geox geoy heightm depthc phasefactor guessdate typesite presstat guardhint entrystat saferank insurstat riskeval healtheval envhaz | |
| SC9016 Site-North Alexanderville Unit-C9 S29-E8 -9.60214 -2.75641 4391.4 329.9 Iron Age -2929 BCE Burial Excellent Closed Minimal Expired Required Approved Low | |
| SC9081 Site-Grahammouth Unit-A14 N44-W27 57.1075 70.0361 429.3 97.5 Medieval 1335 BCE Industrial Fair Temporary Restricted Standard Pending Pending Pending Low | |
| SC4817 Site-Port Brianside Unit-D19 S48-W26 73.6055 141.711 4934.6 499.9 Iron Age -4985 BCE Burial Critical Closed High Expired Completed Review High | |
| ..." | |
| 22,fake,account,"CREATE TABLE ""account"" ( | |
| accindex text(12) NOT NULL, | |
| acctident text(14) NULL, | |
| platident text(8) NULL, | |
| plattype TEXT NULL, | |
| acctcreatedate TEXT NULL, | |
| acctagespan integer(16) NULL, | |
| acctstatus TEXT NULL, | |
| acctcategory TEXT NULL, | |
| authstatus TEXT NULL, | |
| PRIMARY KEY (accindex) | |
| );","accindex acctident platident plattype acctcreatedate acctagespan acctstatus acctcategory authstatus | |
| FA410087 ACC7210284 PL331 Microblog 2023-12-26 393 Active Personal Unverified | |
| FA122676 ACC2686094 PL784 Social Network 2023-03-20 353 Deleted Bot Unverified | |
| FA731882 ACC7106934 PL235 Social Network 2023-07-12 244 Active Hybrid Pending | |
| ..." | |
| 23,fake,contentbehavior,"CREATE TABLE ""contentbehavior"" ( | |
| cntref text(12) NOT NULL, | |
| cntsessref text(12) NULL, | |
| postnum integer(32) NULL, | |
| postfreq real(5,3) NULL, | |
| postintvar real(6,3) NULL, | |
| cntsimscore real(4,2) NULL, | |
| cntuniqscore real(5,4) NULL, | |
| cntdiverseval real(6,3) NULL, | |
| cntlangnum TEXT NULL, | |
| cnttopicent real(4,3) NULL, | |
| hashusepat TEXT NULL, | |
| hashratio real(3,2) NULL, | |
| mentionpat TEXT NULL, | |
| mentionratio real(5,3) NULL, | |
| urlsharefreq text(24) NULL, | |
| urldomdiv real(4,2) NULL, | |
| mediaupratio real(5,3) NULL, | |
| mediareratio real(6,4) NULL, | |
| PRIMARY KEY (cntref), | |
| FOREIGN KEY (cntsessref) REFERENCES sessionbehavior(sessref) | |
| );","cntref cntsessref postnum postfreq postintvar cntsimscore cntuniqscore cntdiverseval cntlangnum cnttopicent hashusepat hashratio mentionpat mentionratio urlsharefreq urldomdiv mediaupratio mediareratio | |
| CNT_QDB9A SESS_H5R5F 47473 66.324 56.535 8.43 0.8266 77.65 2 4.734 Random 1.55 Spam 0.148 SomeRate_N2X 1.29 0.629 0.5905 | |
| CNT_TAPIN SESS_331DO 23461 84.183 90.792 1.77 0.9615 10.859 4 9.487 Random 4.05 Targeted 0.192 SomeRate_DWW 9.78 0.477 0.6846 | |
| CNT_58HX0 SESS_LYBFV 41331 24.803 60.072 3.65 0.2437 60.285 1 2.685 Normal 5.82 Spam 0.636 SomeRate_BYZ 2.84 0.895 0.3091 | |
| ..." | |
| 24,fake,messaginganalysis,"CREATE TABLE ""messaginganalysis"" ( | |
| msgkey text(12) NOT NULL, | |
| msgcntref text(12) NULL, | |
| msgnetref text(12) NULL, | |
| msgsimscore real(4,3) NULL, | |
| msgfreq real(6,2) NULL, | |
| msgtgtdiv real(4,2) NULL, | |
| resptimepat TEXT NULL, | |
| convnatval real(4,3) NULL, | |
| sentvar real(6,4) NULL, | |
| langsoph real(5,3) NULL, | |
| txtuniq real(4,2) NULL, | |
| keypatmatch text(32) NULL, | |
| topiccoh real(5,4) NULL, | |
| PRIMARY KEY (msgkey), | |
| FOREIGN KEY (msgnetref) REFERENCES networkmetrics(netkey), | |
| FOREIGN KEY (msgcntref) REFERENCES contentbehavior(cntref) | |
| );","msgkey msgcntref msgnetref msgsimscore msgfreq msgtgtdiv resptimepat convnatval sentvar langsoph txtuniq keypatmatch topiccoh | |
| MSG_ZX7IM CNT_QDB9A NET_G8MVO 0.474 5426.79 6.53 Instant 0.802 0.6556 0.719 0.39 KPM_M3J 0.6181 | |
| MSG_OZPQO CNT_TAPIN NET_I9HFW 0.247 1345.08 7.11 Random 0.245 0.0221 0.731 0.06 KPM_PZV 0.3439 | |
| MSG_IPDS6 CNT_58HX0 NET_2PK29 0.234 4061.99 93.86 Random 0.568 0.7835 0.092 0.96 KPM_XC2 0.1375 | |
| ..." | |
| 25,fake,moderationaction,"CREATE TABLE ""moderationaction"" ( | |
| modactkey text(12) NOT NULL, | |
| masedetref text(12) NULL, | |
| macntref text(12) NULL, | |
| abuserepnum integer(16) NULL, | |
| violtypedist TEXT NULL, | |
| susphist TEXT NULL, | |
| warnnum integer(16) NULL, | |
| appealnum TEXT NULL, | |
| linkacctnum integer(16) NULL, | |
| clustsize integer(16) NULL, | |
| clustrole TEXT NULL, | |
| netinflscore real(5,2) NULL, | |
| coordscore real(4,2) NULL, | |
| authenscore real(5,3) NULL, | |
| credscore real(4,1) NULL, | |
| reputscore real(5,4) NULL, | |
| trustval real(4,2) NULL, | |
| impactval real(4,3) NULL, | |
| monitorpriority TEXT NULL, | |
| investstatus TEXT NULL, | |
| actiontaken TEXT NULL, | |
| reviewfreq TEXT NULL, | |
| lastrevdate TEXT NULL, | |
| nextrevdate TEXT NULL, | |
| PRIMARY KEY (modactkey), | |
| FOREIGN KEY (masedetref) REFERENCES securitydetection(secdetkey), | |
| FOREIGN KEY (macntref) REFERENCES contentbehavior(cntref) | |
| );","modactkey masedetref macntref abuserepnum violtypedist susphist warnnum appealnum linkacctnum clustsize clustrole netinflscore coordscore authenscore credscore reputscore trustval impactval monitorpriority investstatus actiontaken reviewfreq lastrevdate nextrevdate | |
| MOD_3XO8L SEC_5MMN6 CNT_QDB9A 9087 3 475 2 13 316 Amplifier 69.55 38.57 0.598 8.2 0.3118 3.54 0.148 High Active Restriction Daily 2022-07-20 2023-07-25 | |
| MOD_AOFPW SEC_26GHN CNT_TAPIN 6430 0 826 2 13 658 Leader 87.26 73 0.611 5.4 0.1222 0.3 0.634 Medium Active Suspension Quarterly 2023-04-20 2020-07-25 | |
| MOD_OOX29 SEC_G61S4 CNT_58HX0 8458 4 949 0 21 887 Follower 43.3 98.24 0.601 1.9 0.2108 7.69 0.006 Urgent Active Restriction Weekly 2024-01-16 2021-02-27 | |
| ..." | |
| 26,fake,networkmetrics,"CREATE TABLE ""networkmetrics"" ( | |
| netkey text(12) NOT NULL, | |
| netsessref text(12) NULL, | |
| network_engagement_metrics TEXT NULL, | |
| PRIMARY KEY (netkey), | |
| FOREIGN KEY (netsessref) REFERENCES sessionbehavior(sessref) | |
| );","netkey netsessref network_engagement_metrics | |
| NET_G8MVO SESS_H5R5F {""connection_metrics"": {""follownum"": 3042137, ""conngrowpat"": ""Bot-like"", ""followratio"": 241.41, ""followingnum"": 4912954, ""connqualscore"": 5.5, ""followgrowrate"": 9.932, ""mutualconnratio"": 0.4, ""followinggrowrate"": 1.8849}, ""engagement_metrics"": {""engauth"": 0.9854, ""engrate"": 8.751, ""cmtratio"": 1.12, ""likeratio"": 5.92, ""sharerate"": 7.512}, ""interaction_metrics"": {""interactdiv"": 94.22, ""interactreci"": 0.774, ""tempinteractpat"": ""Periodic""}} | |
| NET_I9HFW SESS_331DO {""connection_metrics"": {""follownum"": 6688399, ""conngrowpat"": ""Organic"", ""followratio"": 163.30, ""followingnum"": 4859553, ""connqualscore"": 0.2, ""followgrowrate"": 9.326, ""mutualconnratio"": 8.6, ""followinggrowrate"": 9.5376}, ""engagement_metrics"": {""engauth"": 0.4735, ""engrate"": 4.561, ""cmtratio"": 3.39, ""likeratio"": 1.31, ""sharerate"": 3.502}, ""interaction_metrics"": {""interactdiv"": 85.69, ""interactreci"": 0.120, ""tempinteractpat"": ""Random""}} | |
| NET_2PK29 SESS_LYBFV {""connection_metrics"": {""follownum"": 2676917, ""conngrowpat"": ""Bot-like"", ""followratio"": 956.92, ""followingnum"": 926514, ""connqualscore"": 3.6, ""followgrowrate"": 3.418, ""mutualconnratio"": 0.9, ""followinggrowrate"": 1.4366}, ""engagement_metrics"": {""engauth"": 0.0681, ""engrate"": 3.399, ""cmtratio"": 0.75, ""likeratio"": 5.24, ""sharerate"": 3.731}, ""interaction_metrics"": {""interactdiv"": 87.43, ""interactreci"": 0.391, ""tempinteractpat"": ""Periodic""}} | |
| ..." | |
| 27,fake,profile,"CREATE TABLE ""profile"" ( | |
| profkey text(12) NOT NULL, | |
| profaccref text(12) NULL, | |
| profile_composition TEXT NULL, | |
| PRIMARY KEY (profkey), | |
| FOREIGN KEY (profaccref) REFERENCES account(accindex) | |
| );","profkey profaccref profile_composition | |
| FA410087 FA410087 {""bio"": {""biolang"": ""en"", ""biospan"": 118, ""biolinknum"": ""3"", ""biokeycheck"": ""Suspicious""}, ""contact"": {""phnumstate"": ""Invalid"", ""maildomainfmt"": ""Free""}, ""picture"": {""picscval"": 0.8, ""picformat"": ""Stock""}, ""location"": {""locgiven"": ""Fake"", ""locshiftnum"": 2}, ""username"": {""usrlen"": 13, ""usrpatn"": ""Random"", ""usrentval"": 0.8350, ""profnametag"": ""Sequential""}, ""completeness"": 0.17, ""display_name"": {""dispnameshift"": 8}} | |
| FA122676 FA122676 {""bio"": {""biolang"": ""en"", ""biospan"": 72, ""biolinknum"": ""2"", ""biokeycheck"": ""Suspicious""}, ""contact"": {""phnumstate"": ""Valid"", ""maildomainfmt"": ""Free""}, ""picture"": {""picscval"": 0.8, ""picformat"": ""Celebrity""}, ""location"": {""locgiven"": ""Fake"", ""locshiftnum"": 0}, ""username"": {""usrlen"": 5, ""usrpatn"": ""Generated"", ""usrentval"": 0.7210, ""profnametag"": ""Template""}, ""completeness"": 0.32, ""display_name"": {""dispnameshift"": 10}} | |
| FA731882 FA731882 {""bio"": {""biolang"": ""multiple"", ""biospan"": 38, ""biolinknum"": ""2"", ""biokeycheck"": ""Normal""}, ""contact"": {""phnumstate"": ""VOIP"", ""maildomainfmt"": ""Unknown""}, ""picture"": {""picscval"": 0.2, ""picformat"": ""Stock""}, ""location"": {""locgiven"": ""No"", ""locshiftnum"": 0}, ""username"": {""usrlen"": 11, ""usrpatn"": ""Meaningful"", ""usrentval"": 0.2210, ""profnametag"": ""Template""}, ""completeness"": 0.96, ""display_name"": {""dispnameshift"": 0}} | |
| ..." | |
| 28,fake,securitydetection,"CREATE TABLE ""securitydetection"" ( | |
| secdetkey text(12) NOT NULL, | |
| sectechref text(12) NULL, | |
| detecttime text(6) NULL, | |
| detectsource TEXT NULL, | |
| lastupd text(6) NULL, | |
| updfreqhrs integer(16) NULL, | |
| detection_score_profile TEXT NULL, | |
| PRIMARY KEY (secdetkey), | |
| FOREIGN KEY (sectechref) REFERENCES technicalinfo(techkey) | |
| );","secdetkey sectechref detecttime detectsource lastupd updfreqhrs detection_score_profile | |
| SEC_5MMN6 TECH_TYVED 2021-10-16 07:40:11 User Report 2021-10-09 22:04:40 720 {""overall"": {""confval"": 0.20736, ""riskval"": 0.28, ""fposprob"": 0.4435, ""threatlvl"": ""Critical"", ""detectconf"": 0.26}, ""pattern_scores"": {""netpatscore"": 8.40, ""contpatscore"": 0.007, ""profpatscore"": 0.611, ""techpatscore"": 0.183, ""temppatscore"": 5.463, ""behavpatscore"": 2.86}, ""behavior_scores"": {""botlikscore"": 59.440, ""commintscore"": 0.8785, ""autobehavscore"": 0.264, ""spambehavscore"": 1.65}, ""detection_reliability"": {""featver"": ""FV_M3"", ""modelver"": ""MV_F7"", ""detmethrel"": 0.512}} | |
| SEC_26GHN TECH_M7PND 2021-07-08 14:53:21 Pattern Match 2020-06-15 23:41:26 117 {""overall"": {""confval"": 0.06661, ""riskval"": 5.94, ""fposprob"": 0.7838, ""threatlvl"": ""Low"", ""detectconf"": 0.08}, ""pattern_scores"": {""netpatscore"": 3.30, ""contpatscore"": 0.738, ""profpatscore"": 0.567, ""techpatscore"": 0.036, ""temppatscore"": 1.035, ""behavpatscore"": 91.63}, ""behavior_scores"": {""botlikscore"": 7.623, ""commintscore"": 0.2123, ""autobehavscore"": 0.845, ""spambehavscore"": 5.63}, ""detection_reliability"": {""featver"": ""FV_UF"", ""modelver"": ""MV_QK"", ""detmethrel"": 0.617}} | |
| SEC_G61S4 TECH_9KWQR 2021-08-07 23:20:51 Pattern Match 2025-11-11 09:00:25 10 {""overall"": {""confval"": 0.45097, ""riskval"": 1.11, ""fposprob"": 0.5395, ""threatlvl"": ""Medium"", ""detectconf"": 0.75}, ""pattern_scores"": {""netpatscore"": 1.34, ""contpatscore"": 0.322, ""profpatscore"": 0.522, ""techpatscore"": 0.182, ""temppatscore"": 1.982, ""behavpatscore"": 78.95}, ""behavior_scores"": {""botlikscore"": 52.237, ""commintscore"": 0.1390, ""autobehavscore"": 0.848, ""spambehavscore"": 5.18}, ""detection_reliability"": {""featver"": ""FV_DP"", ""modelver"": ""MV_E2"", ""detmethrel"": 0.074}} | |
| ..." | |
| 29,fake,sessionbehavior,"CREATE TABLE ""sessionbehavior"" ( | |
| sessref text(12) NOT NULL, | |
| sessprofref text(12) NULL, | |
| logintimepat TEXT NULL, | |
| loginfreq TEXT NULL, | |
| loginlocvar real(4,1) NULL, | |
| sesslenmean real(7,2) NULL, | |
| sesscount integer(32) NULL, | |
| actregval real(4,2) NULL, | |
| acttimedist TEXT NULL, | |
| PRIMARY KEY (sessref), | |
| FOREIGN KEY (sessprofref) REFERENCES profile(profkey) | |
| );","sessref sessprofref logintimepat loginfreq loginlocvar sesslenmean sesscount actregval acttimedist | |
| SESS_H5R5F FA410087 Burst Medium 13 4759.73 322488 58.62 | |
| SESS_331DO FA122676 Burst High 87.9 1882.65 701816 9.9 | |
| SESS_LYBFV FA731882 Burst High 99.2 1993.14 675414 59.04 | |
| ..." | |
| 30,fake,technicalinfo,"CREATE TABLE ""technicalinfo"" ( | |
| techkey text(12) NOT NULL, | |
| technetref text(12) NULL, | |
| techmsgref text(12) NULL, | |
| regip TEXT NULL, | |
| iprepscore real(6,3) NULL, | |
| ipcountrynum integer(16) NULL, | |
| vpnratio real(7,4) NULL, | |
| proxycount integer(16) NULL, | |
| torflag TEXT NULL, | |
| devtotal integer(16) NULL, | |
| devtypedist TEXT NULL, | |
| browserdiv real(5,3) NULL, | |
| uaconsval real(6,5) NULL, | |
| PRIMARY KEY (techkey), | |
| FOREIGN KEY (technetref) REFERENCES networkmetrics(netkey), | |
| FOREIGN KEY (techmsgref) REFERENCES messaginganalysis(msgkey) | |
| );","techkey technetref techmsgref regip iprepscore ipcountrynum vpnratio proxycount torflag devtotal devtypedist browserdiv uaconsval | |
| TECH_TYVED NET_G8MVO MSG_ZX7IM 192.168.31.102 0.472 23 0.1837 0 Yes 14 0.753 0.81378 | |
| TECH_M7PND NET_I9HFW MSG_OZPQO 192.168.80.126 0.257 25 0.9819 6 No 20 0.545 0.65483 | |
| TECH_9KWQR NET_2PK29 MSG_IPDS6 192.168.14.134 0.903 7 0.1847 6 Yes 3 0.667 0.9836 | |
| ..." | |
| 31,news,articles,"CREATE TABLE ""articles"" ( | |
| artkey integer(64) NOT NULL, | |
| catlabel TEXT NULL, | |
| subcatlbl TEXT NULL, | |
| pubtime text(6) NULL, | |
| authname text(200) NULL, | |
| srcref text(150) NULL, | |
| wordlen integer(32) NULL, | |
| readsec integer(32) NULL, | |
| difflevel TEXT NULL, | |
| freshscore real(5,2) NULL, | |
| qualscore real(5,2) NULL, | |
| sentscore real(5,2) NULL, | |
| contrscore real(5,2) NULL, | |
| tagset TEXT NULL, | |
| conttype TEXT NULL, | |
| contformat TEXT NULL, | |
| accscore real(5,2) NULL, | |
| mediacount integer(32) NULL, | |
| vidsec integer(32) NULL, | |
| paywall TEXT NULL, | |
| authref integer(64) NULL, | |
| engagement_metrics TEXT NULL, | |
| PRIMARY KEY (artkey), | |
| FOREIGN KEY (authref) REFERENCES users(userkey) | |
| );"," artkey catlabel subcatlbl pubtime authname srcref wordlen readsec difflevel freshscore qualscore sentscore contrscore tagset conttype contformat accscore mediacount vidsec paywall authref engagement_metrics | |
| 6 Entertainment Opinion 2025-02-18 05:31:16 Dominique Simpson Lewis, Walters and Arnold 1410 338 Advanced 0.22 0.59 0.68 0.07 Trending,Interview,Analysis Article Mobile 0.88 20 0 Metered 6 {""social"": {""shares"": 8932, ""comments"": 786}, ""average_rating"": 4.2, ""completion_rate"": 0.31, ""engagement_rate"": 0.07, ""popularity_score"": 0.11} | |
| 7 Sports International 2025-02-17 00:31:16 Rachel Patton Schaefer Group 2241 538 Basic 0.92 0.77 -0.67 0.47 Analysis,Interview Interactive HTML 0.17 0 0 Metered 7 {""social"": {""shares"": 312, ""comments"": 928}, ""average_rating"": 2.9, ""completion_rate"": 0.21, ""engagement_rate"": 0.68, ""popularity_score"": 0.57} | |
| 8 Entertainment Local 2025-02-14 04:31:16 Christopher Williams Hernandez Ltd 1965 472 Basic 0.93 0.81 -0.86 0.65 Interview Gallery Mobile 0.17 11 0 Premium 8 {""social"": {""shares"": 8282, ""comments"": 916}, ""average_rating"": 4.6, ""completion_rate"": 0.98, ""engagement_rate"": 0.61, ""popularity_score"": 0.57} | |
| ..." | |
| 32,news,devices,"CREATE TABLE ""devices"" ( | |
| devkey integer(64) NOT NULL, | |
| devtype TEXT NULL, | |
| brwtype TEXT NULL, | |
| osver text(40) NULL, | |
| appver text(20) NULL, | |
| scrres text(15) NULL, | |
| vpsize text(15) NULL, | |
| conntype TEXT NULL, | |
| netspd real(6,2) NULL, | |
| uselink integer(64) NULL, | |
| PRIMARY KEY (devkey), | |
| FOREIGN KEY (uselink) REFERENCES users(userkey) | |
| );"," devkey devtype brwtype osver appver scrres vpsize conntype netspd uselink | |
| 1 iOS Safari 13.7 1.9.5 1440x900 820x750 Cable 75.5 1 | |
| 2 Windows Edge 15.2 3.5.8 1920x1080 418x659 Cable 50 2 | |
| 3 Windows Chrome 13.2 2.9.5 1920x1080 420x697 5G 60.1 3 | |
| ..." | |
| 33,news,interactionmetrics,"CREATE TABLE ""interactionmetrics"" ( | |
| intmetkey integer(64) NOT NULL, | |
| interaction_behavior TEXT NULL, | |
| PRIMARY KEY (intmetkey), | |
| FOREIGN KEY (intmetkey) REFERENCES interactions(intkey) | |
| );"," intmetkey interaction_behavior | |
| 3 {""scroll"": {""depth"": 82, ""speed"": 583.20, ""percentage"": 27.50}, ""exit_type"": ""Bounce"", ""conversion"": {""value"": 98.75, ""status"": ""Share""}, ""time_spent"": {""viewport_time"": 170.20, ""attention_time"": 845.40, ""reading_seconds"": 1354.60, ""duration_seconds"": 2326}, ""next_action"": ""Another Article"", ""bounce_status"": ""No"", ""click_seconds"": 49.20} | |
| 4 {""scroll"": {""depth"": 63, ""speed"": 293.20, ""percentage"": 11.90}, ""exit_type"": ""Timeout"", ""conversion"": {""value"": 23.19, ""status"": ""Subscription""}, ""time_spent"": {""viewport_time"": 209.40, ""attention_time"": 106.60, ""reading_seconds"": 1664.70, ""duration_seconds"": 272}, ""next_action"": ""Share"", ""bounce_status"": ""No"", ""click_seconds"": 21.50} | |
| 5 {""scroll"": {""depth"": 18, ""speed"": 888.20, ""percentage"": 77.40}, ""exit_type"": ""Bounce"", ""conversion"": {""value"": 35.69, ""status"": ""Newsletter""}, ""time_spent"": {""viewport_time"": 107.10, ""attention_time"": 616.10, ""reading_seconds"": 593.00, ""duration_seconds"": 1212}, ""next_action"": ""Exit"", ""bounce_status"": ""Yes"", ""click_seconds"": 5.10} | |
| ..." | |
| 34,news,interactions,"CREATE TABLE ""interactions"" ( | |
| intkey integer(64) NOT NULL, | |
| seshlink2 integer(64) NULL, | |
| reclink integer(64) NULL, | |
| artval integer(64) NULL, | |
| intts text(6) NULL, | |
| evttype TEXT NULL, | |
| seqval integer(32) NULL, | |
| agentval TEXT NULL, | |
| clkts text(6) NULL, | |
| clkpos TEXT NULL, | |
| clktype TEXT NULL, | |
| clksrc TEXT NULL, | |
| clkctx TEXT NULL, | |
| inttype TEXT NULL, | |
| PRIMARY KEY (intkey), | |
| FOREIGN KEY (seshlink2) REFERENCES sessions(seshkey), | |
| FOREIGN KEY (reclink) REFERENCES recommendations(reckey) | |
| );"," intkey seshlink2 reclink artval intts evttype seqval agentval clkts clkpos clktype clksrc clkctx inttype | |
| 1 1 1 95846 2025-01-24 06:46:03.69467 bookmark 10 Desktop 2025-02-19 08:31:16.69467 7 Related Article Headline Scroll | |
| 2 2 2 81619 2025-02-01 20:15:58.69467 bookmark 50 App 2025-02-19 08:31:16.69467 5 Trending Homepage Summary Scroll | |
| 3 3 3 67960 2025-02-09 16:45:54.69467 bookmark 3 Desktop 2025-02-19 08:31:16.69467 4 Related Article Image Share | |
| ..." | |
| 35,news,recommendations,"CREATE TABLE ""recommendations"" ( | |
| reckey integer(64) NOT NULL, | |
| alglabel TEXT NULL, | |
| stratlabel TEXT NULL, | |
| posval integer(32) NULL, | |
| recpage TEXT NULL, | |
| recsec TEXT NULL, | |
| recscore real(5,2) NULL, | |
| confval real(5,2) NULL, | |
| divval real(5,2) NULL, | |
| novval real(5,2) NULL, | |
| seryval real(5,2) NULL, | |
| artlink integer(64) NULL, | |
| PRIMARY KEY (reckey), | |
| FOREIGN KEY (artlink) REFERENCES articles(artkey) | |
| );"," reckey alglabel stratlabel posval recpage recsec recscore confval divval novval seryval artlink | |
| 1 Contextual Trending 11 Search Bottom 0.31 0.91 0.13 0.27 0.88 1 | |
| 2 Content-based Trending 3 Search Sidebar 0.36 0.4 0.14 0.86 0.39 2 | |
| 3 Content-based Editorial 9 Category Related 0.85 0.78 0.1 0.66 0.93 3 | |
| ..." | |
| 36,news,sessions,"CREATE TABLE ""sessions"" ( | |
| seshkey integer(64) NOT NULL, | |
| userel integer(64) NULL, | |
| devrel integer(64) NULL, | |
| seshstart text(6) NULL, | |
| seshdur integer(32) NULL, | |
| seshviews integer(32) NULL, | |
| bncrate real(5,2) NULL, | |
| seshdepth integer(32) NULL, | |
| engscore real(5,2) NULL, | |
| seshrecs integer(32) NULL, | |
| seshclicks integer(32) NULL, | |
| ctrval real(5,2) NULL, | |
| langcode TEXT NULL, | |
| tzoffset TEXT NULL, | |
| ipaddr TEXT NULL, | |
| geoctry text(100) NULL, | |
| georeg text(100) NULL, | |
| geocity text(100) NULL, | |
| expref text(30) NULL, | |
| persver TEXT NULL, | |
| recset text(50) NULL, | |
| relscore real(5,2) NULL, | |
| persacc real(5,2) NULL, | |
| recutil real(5,2) NULL, | |
| PRIMARY KEY (seshkey), | |
| FOREIGN KEY (userel) REFERENCES users(userkey), | |
| FOREIGN KEY (devrel) REFERENCES devices(devkey) | |
| );"," seshkey userel devrel seshstart seshdur seshviews bncrate seshdepth engscore seshrecs seshclicks ctrval langcode tzoffset ipaddr geoctry georeg geocity expref persver recset relscore persacc recutil | |
| 1 1 1 2025-02-19 08:02:16 523 26 0.1 7 0.46 22 2 0.09 fr 8 100.226.79.211 Niue Nevada North Shawnburgh EXP229 v4 RS4466 0.84 0.6 0.72 | |
| 2 2 2 2025-02-19 07:49:16 2666 6 0.29 11 0.72 10 15 1.5 es 1 75.110.0.79 Cayman Islands Maryland North Ryan EXP309 v1 RS3014 0.66 0.78 0.05 | |
| 3 3 3 2025-02-19 07:37:16 677 23 0.51 3 0.09 40 13 0.33 fr 0 153.39.158.144 Pitcairn Islands Arkansas Michaelton EXP944 v3 RS8092 0.7 0.55 0.19 | |
| ..." | |
| 37,news,systemperformance,"CREATE TABLE ""systemperformance"" ( | |
| rectrace integer(64) NOT NULL, | |
| perfts text(6) NULL, | |
| resptime integer(32) NULL, | |
| loadscore real(5,2) NULL, | |
| errcount TEXT NULL, | |
| warncount integer(32) NULL, | |
| perfscore real(5,2) NULL, | |
| cachestate TEXT NULL, | |
| apiver TEXT NULL, | |
| cliver text(50) NULL, | |
| featset TEXT NULL, | |
| devlink integer(64) NULL, | |
| seshlink integer(64) NULL, | |
| PRIMARY KEY (rectrace), | |
| FOREIGN KEY (seshlink) REFERENCES sessions(seshkey), | |
| FOREIGN KEY (devlink) REFERENCES devices(devkey) | |
| );"," rectrace perfts resptime loadscore errcount warncount perfscore cachestate apiver cliver featset devlink seshlink | |
| 1 2025-01-24 06:46:03.69467 1106 0.6 4 10 0.08 Hit v3 5 f3 1 1 | |
| 2 2025-02-01 20:15:58.69467 1488 0.38 0 10 0.43 Hit v3 3.7 f3 2 2 | |
| 3 2025-02-09 16:45:54.69467 1270 0.1 4 1 0.25 Hit v2 2.9 f4,f5 3 3 | |
| ..." | |
| 38,news,users,"CREATE TABLE ""users"" ( | |
| userkey integer(64) NOT NULL, | |
| regmoment TEXT NULL, | |
| typelabel TEXT NULL, | |
| seglabel TEXT NULL, | |
| substatus TEXT NULL, | |
| subdays integer(32) NULL, | |
| ageval integer(32) NULL, | |
| gendlbl TEXT NULL, | |
| occulbl TEXT NULL, | |
| testgrp TEXT NULL, | |
| user_preferences TEXT NULL, | |
| PRIMARY KEY (userkey) | |
| );"," userkey regmoment typelabel seglabel substatus subdays ageval gendlbl occulbl testgrp user_preferences | |
| 11 2024-02-17 Trial Regular Enterprise 94 48 Other Student Variant_B {""feedback"": {""type"": ""Dislike"", ""value"": ""3.0"", ""category"": ""Format""}, ""interests"": ""Entertainment,Tech,Politics"", ""activity_level"": ""Low"", ""preference_score"": 0.26, ""satisfaction_score"": 0.52} | |
| 12 2023-01-24 Premium New Premium 212 74 F Professional Control {""feedback"": {""type"": ""Dislike"", ""value"": ""2.0"", ""category"": ""Relevance""}, ""interests"": ""Science,Entertainment"", ""activity_level"": ""Medium"", ""preference_score"": 0.79, ""satisfaction_score"": 0.73} | |
| 13 2023-11-21 Free Regular Basic 284 33 Other Retired Variant_B {""feedback"": {""type"": ""Like"", ""value"": ""5.0"", ""category"": ""Relevance""}, ""interests"": ""Science"", ""activity_level"": ""High"", ""preference_score"": 0.50, ""satisfaction_score"": 0.56} | |
| ..." | |
| 39,alien,observationalconditions,"CREATE TABLE ""observationalconditions"" ( | |
| signalref text(36) NOT NULL, | |
| obstime text(6) NULL, | |
| obsdate TEXT NULL, | |
| obsdurhrs real(5,2) NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref obstime obsdate obsdurhrs | |
| AS796980 00:00:00 2018-11-27 22.04 | |
| AS745021 00:00:00 2024-09-02 2.35 | |
| AS499555 00:00:00 2023-03-15 6.88 | |
| ..." | |
| 40,alien,observatories,"CREATE TABLE ""observatories"" ( | |
| observstation text(60) NOT NULL, | |
| weathprofile text(40) NULL, | |
| seeingprofile text(50) NULL, | |
| atmostransparency real(5,3) NULL, | |
| lunarstage text(25) NULL, | |
| lunardistdeg real(7,2) NULL, | |
| solarstatus text(35) NULL, | |
| geomagstatus text(35) NULL, | |
| sidereallocal text(8) NULL, | |
| airtempc real(5,2) NULL, | |
| humidityrate real(6,3) NULL, | |
| windspeedms real(4,2) NULL, | |
| presshpa real(6,1) NULL, | |
| PRIMARY KEY (observstation) | |
| );","observstation weathprofile seeingprofile atmostransparency lunarstage lunardistdeg solarstatus geomagstatus sidereallocal airtempc humidityrate windspeedms presshpa | |
| Observatory-East Darrenport Clear Good 0.04 First Quarter 125.94 High Quiet 17.2762 37.6 21.5 26.7 1028 | |
| Observatory-Pearsonstad Clear Poor 0.25 Full 100.56 Low Quiet 17.5804 -16.9 67.7 22 1022.3 | |
| Observatory-New Lindastad Cloudy Good 0.21 Last Quarter 98.09 High Storm 10.9481 -12.5 25.7 4.4 1011 | |
| ..." | |
| 41,alien,researchprocess,"CREATE TABLE ""researchprocess"" ( | |
| signalref text(36) NOT NULL, | |
| analysisprio TEXT NULL, | |
| followstat text(25) NULL, | |
| peerrevstat text(25) NULL, | |
| pubstat text(25) NULL, | |
| resprio text(30) NULL, | |
| fundstat text(30) NULL, | |
| collabstat text(35) NULL, | |
| secclass text(35) NULL, | |
| discstat text(40) NULL, | |
| notesmemo TEXT NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref analysisprio followstat peerrevstat pubstat resprio fundstat collabstat secclass discstat notesmemo | |
| AS796980 Low Completed Completed Submitted Medium Unfunded International Classified | |
| AS745021 Medium Completed In Progress Published Low Pending Team Public Full | |
| AS499555 Urgent Scheduled Completed Published High Pending Solo Classified While why recognize what probably sport. | |
| ..." | |
| 42,alien,signaladvancedphenomena,"CREATE TABLE ""signaladvancedphenomena"" ( | |
| signalref text(36) NOT NULL, | |
| intermedeffects text(40) NULL, | |
| gravlens text(50) NULL, | |
| quanteffects text(85) NULL, | |
| encryptevid text(40) NULL, | |
| langstruct TEXT NULL, | |
| msgcontent TEXT NULL, | |
| cultsig text(60) NULL, | |
| sciimpact text(50) NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref intermedeffects gravlens quanteffects encryptevid langstruct msgcontent cultsig sciimpact | |
| AS796980 Severe Weak Significant Strong Complex Identified High Major | |
| AS745021 Minimal Significant Strong Simple Major | |
| AS499555 Minimal Weak Strong Simple Possible Major | |
| ..." | |
| 43,alien,signalclassification,"CREATE TABLE ""signalclassification"" ( | |
| signalref text(36) NOT NULL, | |
| sigclasstype text(40) NULL, | |
| sigpattern text(60) NULL, | |
| repeatcount integer(16) NULL, | |
| periodsec real(12,3) NULL, | |
| complexidx real(6,3) NULL, | |
| entropyval real(6,2) NULL, | |
| infodense real(6,3) NULL, | |
| classconf real(5,2) NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref sigclasstype sigpattern repeatcount periodsec complexidx entropyval infodense classconf | |
| AS796980 Artificial Unknown 96 10452.6 0.161 4.08 0.849 71.3 | |
| AS745021 Unknown Unknown 1 11646.1 0.189 4.44 0.922 86.4 | |
| AS499555 Artificial Random 32 8643.14 0.915 2.71 0.688 9.4 | |
| ..." | |
| 44,alien,signaldecoding,"CREATE TABLE ""signaldecoding"" ( | |
| signalref text(36) NOT NULL, | |
| encodetype text(40) NULL, | |
| compressratio real(6,3) NULL, | |
| errcorrlvl text(35) NULL, | |
| decodeconf real(5,2) NULL, | |
| decodemethod text(35) NULL, | |
| decodestat text(25) NULL, | |
| decodeiters integer(16) NULL, | |
| proctimehrs real(6,2) NULL, | |
| compresources text(50) NULL, | |
| analysisdp text(25) NULL, | |
| veriflvl text(30) NULL, | |
| confirmstat text(30) NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref encodetype compressratio errcorrlvl decodeconf decodemethod decodestat decodeiters proctimehrs compresources analysisdp veriflvl confirmstat | |
| AS796980 Unknown 5.03 Medium 98.6 Wavelet Completed 103 193.8 High Comprehensive Partially Pending | |
| AS745021 Unknown 1.28 Medium 76.3 FFT In Progress 684 276.22 Low Detailed Partially Confirmed | |
| AS499555 Unknown 9.2 Low 25.6 FFT Completed 486 796.01 High Comprehensive Unverified Pending | |
| ..." | |
| 45,alien,signaldynamics,"CREATE TABLE ""signaldynamics"" ( | |
| signalref text(36) NOT NULL, | |
| sigintegrity text(30) NULL, | |
| sigrecurr text(25) NULL, | |
| sigevolve text(25) NULL, | |
| tempstab text(20) NULL, | |
| spatstab text(20) NULL, | |
| freqstab text(35) NULL, | |
| phasestab text(35) NULL, | |
| ampstab text(20) NULL, | |
| modstab text(30) NULL, | |
| sigcoherence text(25) NULL, | |
| sigdisp text(25) NULL, | |
| sigscint text(45) NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref sigintegrity sigrecurr sigevolve tempstab spatstab freqstab phasestab ampstab modstab sigcoherence sigdisp sigscint | |
| AS796980 88.3 Sporadic Unknown 0.737 0.579 0.039 0.278 0.796 0.062 0.538 227.66 0.854 | |
| AS745021 52.3 Static 0.674 0.762 0.673 0.485 0.15 0.241 0.979 514.79 0.122 | |
| AS499555 60.5 Regular Unknown 0.84 0.857 0.775 0.36 0.166 0.332 0.397 582.26 0.449 | |
| ..." | |
| 46,alien,signalprobabilities,"CREATE TABLE ""signalprobabilities"" ( | |
| signalref text(36) NOT NULL, | |
| falseposprob real(5,4) NULL, | |
| sigunique real(7,4) NULL, | |
| simindex real(5,4) NULL, | |
| corrscore real(5,4) NULL, | |
| anomscore integer(53) NULL, | |
| techsigprob real(5,4) NULL, | |
| biosigprob real(6,2) NULL, | |
| natsrcprob real(7,3) NULL, | |
| artsrcprob real(3,1) NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref falseposprob sigunique simindex corrscore anomscore techsigprob biosigprob natsrcprob artsrcprob | |
| AS796980 0.033 0.73 0.198 0.937 0.941 0.317 0.88 0.574 0.1 | |
| AS745021 0.758 0.744 0.986 -0.109 0.488 0.179 0 0.14 0.9 | |
| AS499555 0.467 0.301 0.803 0.333 0.139 0.273 0.33 0.226 0.8 | |
| ..." | |
| 47,alien,signals,"CREATE TABLE ""signals"" ( | |
| signalregistry text(36) NOT NULL, | |
| timemark text(6) NULL, | |
| telescref text(20) NOT NULL, | |
| detectinstr text(50) NULL, | |
| signalclass text(50) NULL, | |
| sigstrdb real(7,2) NULL, | |
| freqmhz real(9,3) NULL, | |
| bwhz real(10,3) NULL, | |
| centerfreqmhz real(8,3) NULL, | |
| freqdrifthzs real(9,3) NULL, | |
| doppshifthz integer(53) NULL, | |
| sigdursec real(6,2) NULL, | |
| pulsepersec real(6,3) NULL, | |
| pulsewidms real(6,3) NULL, | |
| modtype text(30) NULL, | |
| modindex real(6,4) NULL, | |
| carrierfreqmhz real(9,3) NULL, | |
| phaseshiftdeg real(6,2) NULL, | |
| polarmode text(30) NULL, | |
| polarangledeg real(5,1) NULL, | |
| snrratio real(6,2) NULL, | |
| noisefloordbm integer(53) NULL, | |
| interflvl text(30) NULL, | |
| rfistat text(30) NULL, | |
| atmointerf text(30) NULL, | |
| PRIMARY KEY (signalregistry), | |
| FOREIGN KEY (telescref) REFERENCES telescopes(telescregistry) | |
| );","signalregistry timemark telescref detectinstr signalclass sigstrdb freqmhz bwhz centerfreqmhz freqdrifthzs doppshifthz sigdursec pulsepersec pulsewidms modtype modindex carrierfreqmhz phaseshiftdeg polarmode polarangledeg snrratio noisefloordbm interflvl rfistat atmointerf | |
| AS796980 2021-04-16 13:21:19.864197+08 T4621 Quantum Detector Narrowband -186.96 95636.3 401.34 4363.09 0.072 143.65 2660.7 4.286 480.95 FM 0.384 65710.4 268.84 Unknown 127.4 26.19 -140.27 High Unknown Severe | |
| AS745021 2022-06-15 16:04:26.868816+08 T3182 Optical Telescope Broadband -154.72 43019.4 316.03 82505.9 2.204 777.42 3513.05 9.047 695.24 Unknown 0.532 81576.6 343.61 Linear 16.4 18.01 -105.55 High Contaminated Moderate | |
| AS499555 2019-01-18 07:53:35.868816+08 T6585 Radio Telescope Modulated -111.19 28682.2 563.64 6161.35 5.668 -665.39 1627.84 1.072 6.78 Unknown 0.893 52348.2 339.52 Elliptical 119.6 20.82 -128.04 High Unknown Moderate | |
| ..." | |
| 48,alien,sourceproperties,"CREATE TABLE ""sourceproperties"" ( | |
| signalref text(36) NOT NULL, | |
| sourceradeg real(7,4) NULL, | |
| sourcedecdeg real(7,4) NULL, | |
| sourcedistly real(10,2) NULL, | |
| gallong real(6,2) NULL, | |
| gallat real(6,2) NULL, | |
| celestobj text(75) NULL, | |
| objtype text(50) NULL, | |
| objmag real(5,2) NULL, | |
| objtempk integer(32) NULL, | |
| objmasssol real(6,3) NULL, | |
| objagegyr real(6,3) NULL, | |
| objmetal real(5,3) NULL, | |
| objpropmotion real(7,2) NULL, | |
| objradvel real(7,2) NULL, | |
| PRIMARY KEY (signalref), | |
| FOREIGN KEY (signalref) REFERENCES signals(signalregistry) | |
| );","signalref sourceradeg sourcedecdeg sourcedistly gallong gallat celestobj objtype objmag objtempk objmasssol objagegyr objmetal objpropmotion objradvel | |
| AS796980 154.514 82.6753 546187 55.41 17.71 Star Main Sequence 9.22 3286 68.74 2.159 -1.31 3.31 -768.04 | |
| AS745021 217.798 -40.7914 847077 75.22 58.58 Star Unknown 18.29 16409 14.613 1.428 -0.391 2.59 -462.82 | |
| AS499555 4.4794 85.0668 63130.7 79.1 53.38 Galaxy Dwarf -2.02 20113 21.034 10.667 -1.15 1.65 -507.02 | |
| ..." | |
| 49,alien,telescopes,"CREATE TABLE ""telescopes"" ( | |
| telescregistry text(20) NOT NULL, | |
| observstation text(60) NOT NULL, | |
| equipstatus text(35) NULL, | |
| calibrstatus text(50) NULL, | |
| pointaccarc real(6,2) NULL, | |
| trackaccarc real(6,2) NULL, | |
| focusquality text(25) NULL, | |
| detecttempk real(7,2) NULL, | |
| coolsysstatus text(35) NULL, | |
| powerstatus text(30) NULL, | |
| datastorstatus text(35) NULL, | |
| netstatus text(40) NULL, | |
| bandusagepct real(5,2) NULL, | |
| procqueuestatus text(40) NULL, | |
| PRIMARY KEY (telescregistry), | |
| FOREIGN KEY (observstation) REFERENCES observatories(observstation) | |
| );","telescregistry observstation equipstatus calibrstatus pointaccarc trackaccarc focusquality detecttempk coolsysstatus powerstatus datastorstatus netstatus bandusagepct procqueuestatus | |
| T4621 Observatory-East Darrenport Operational Current 3.85 5.47 Poor 227.34 Critical Main Available Limited 77.2 Full | |
| T3182 Observatory-Pearsonstad Degraded Due 3.96 1.58 Good 94.66 Warning Backup Available Disconnected 8.5 Empty | |
| T6585 Observatory-New Lindastad Degraded Current 6.93 9.4 Good 233.2 Normal Main Available Disconnected 48.2 Normal | |
| ..." | |
| 50,museum,airqualityreadings,"CREATE TABLE ""airqualityreadings"" ( | |
| aqrecordregistry integer(64) NOT NULL, | |
| envreadref integer(64) NOT NULL, | |
| co2ppm integer(16) NULL, | |
| tvocppb integer(32) NULL, | |
| ozoneppb integer(32) NULL, | |
| so2ppb integer(16) NULL, | |
| no2ppb integer(64) NULL, | |
| pm25conc integer(24) NULL, | |
| pm10conc real(5,2) NULL, | |
| hchoconc real(7,4) NULL, | |
| airexrate real(4,1) NULL, | |
| airvelms real(5,2) NULL, | |
| PRIMARY KEY (aqrecordregistry), | |
| FOREIGN KEY (envreadref) REFERENCES environmentalreadingscore(envreadregistry) | |
| );"," aqrecordregistry envreadref co2ppm tvocppb ozoneppb so2ppb no2ppb pm25conc pm10conc hchoconc airexrate airvelms | |
| 1 1 794 89 11 12 27 16.7 34.1 0.014 6.4 0.18 | |
| 2 2 539 420 12 18 21 10.7 16.4 0.035 4.3 0.19 | |
| 3 3 402 393 47 14 13 5.4 29 0.077 5.9 0.14 | |
| ..." | |
| 51,museum,artifactratings,"CREATE TABLE ""artifactratings"" ( | |
| ratingrecordregistry integer(64) NOT NULL, | |
| artref text(10) NOT NULL, | |
| histsignrating integer(16) NULL, | |
| researchvalrating integer(32) NULL, | |
| exhibitvalrating integer(32) NULL, | |
| cultscore integer(16) NULL, | |
| publicaccessrating integer(16) NULL, | |
| eduvaluerating integer(64) NULL, | |
| conservediff TEXT NULL, | |
| treatcomplexity text(10) NULL, | |
| matstability text(30) NULL, | |
| deteriorrate TEXT NULL, | |
| PRIMARY KEY (ratingrecordregistry), | |
| FOREIGN KEY (artref) REFERENCES artifactscore(artregistry) | |
| );"," ratingrecordregistry artref histsignrating researchvalrating exhibitvalrating cultscore publicaccessrating eduvaluerating conservediff treatcomplexity matstability deteriorrate | |
| 1 ART54317 7 9 4 25 9 9 Medium Complex Unstable Moderate | |
| 2 ART54254 3 5 7 13 1 3 High Moderate Stable Rapid | |
| 3 ART69978 5 10 4 4 7 3 High Moderate Moderate Rapid | |
| ..." | |
| 52,museum,artifactscore,"CREATE TABLE ""artifactscore"" ( | |
| artregistry text(10) NOT NULL, | |
| artname text(255) NOT NULL, | |
| artdynasty text(50) NULL, | |
| artageyears integer(32) NULL, | |
| mattype TEXT NULL, | |
| conservestatus TEXT NULL, | |
| PRIMARY KEY (artregistry) | |
| );","artregistry artname artdynasty artageyears mattype conservestatus | |
| ART54317 Culture Painting Ming 943 Stone Good | |
| ART54254 Poor Vase Song 2179 Textile Fair | |
| ART69978 Order Painting Qing 366 Bronze Poor | |
| ..." | |
| 53,museum,artifactsecurityaccess,"CREATE TABLE ""artifactsecurityaccess"" ( | |
| secrecordregistry integer(64) NOT NULL, | |
| artref text(10) NOT NULL, | |
| ratingref integer(64) NULL, | |
| loanstatus text(25) NULL, | |
| insvalueusd real(15,2) NULL, | |
| seclevel text(20) NULL, | |
| accessrestrictions TEXT NULL, | |
| docustatus text(60) NULL, | |
| photodocu text(100) NULL, | |
| condreportstatus text(80) NULL, | |
| conserverecstatus text(20) NULL, | |
| researchaccessstatus text(40) NULL, | |
| digitalrecstatus TEXT NULL, | |
| PRIMARY KEY (secrecordregistry), | |
| FOREIGN KEY (ratingref) REFERENCES artifactratings(ratingrecordregistry), | |
| FOREIGN KEY (artref) REFERENCES artifactscore(artregistry) | |
| );"," secrecordregistry artref ratingref loanstatus insvalueusd seclevel accessrestrictions docustatus photodocu condreportstatus conserverecstatus researchaccessstatus digitalrecstatus | |
| 1 ART54317 1 On Loan 968368 Level 3 Public Updating Outdated Current Review Required Limited In Progress | |
| 2 ART54254 2 Available 36135 Level 3 Public Partial Required Due Pending Limited Partial | |
| 3 ART69978 3 On Loan 330049 Level 2 Restricted Partial Required Current Review Required Limited Partial | |
| ..." | |
| 54,museum,conditionassessments,"CREATE TABLE ""conditionassessments"" ( | |
| conditionassessregistry integer(64) NOT NULL, | |
| artrefexamined TEXT NOT NULL, | |
| showcaserefexamined TEXT NULL, | |
| lightreadrefobserved integer(64) NULL, | |
| condassessscore integer(32) NULL, | |
| conserveassessdate TEXT NULL, | |
| nextassessdue TEXT NULL, | |
| PRIMARY KEY (conditionassessregistry), | |
| FOREIGN KEY (showcaserefexamined) REFERENCES showcases(showcasereg), | |
| FOREIGN KEY (lightreadrefobserved) REFERENCES lightandradiationreadings(lightradregistry), | |
| FOREIGN KEY (artrefexamined) REFERENCES artifactscore(artregistry) | |
| );"," conditionassessregistry artrefexamined showcaserefexamined lightreadrefobserved condassessscore conserveassessdate nextassessdue | |
| 1 ART54317 SC9857 1 93 2024-09-15 2025-04-17 | |
| 2 ART54254 SC7393 2 48 2024-03-27 2025-09-09 | |
| 3 ART69978 SC9391 3 61 2024-05-01 2025-11-10 | |
| ..." | |
| 55,museum,conservationandmaintenance,"CREATE TABLE ""conservationandmaintenance"" ( | |
| conservemaintregistry integer(64) NOT NULL, | |
| artrefmaintained text(10) NOT NULL, | |
| hallrefmaintained text(8) NULL, | |
| surfreadrefobserved integer(64) NULL, | |
| conservetreatstatus text(50) NULL, | |
| treatpriority text(10) NULL, | |
| lastcleaningdate TEXT NULL, | |
| nextcleaningdue TEXT NULL, | |
| cleanintervaldays integer(16) NULL, | |
| maintlog TEXT NULL, | |
| incidentreportstatus text(50) NULL, | |
| emergencydrillstatus text(25) NULL, | |
| stafftrainstatus text(20) NULL, | |
| budgetallocstatus text(50) NULL, | |
| maintbudgetstatus text(25) NULL, | |
| conservefreq TEXT NULL, | |
| intervhistory TEXT NULL, | |
| prevtreatments integer(16) NULL, | |
| treateffectiveness text(100) NULL, | |
| reversibilitypotential TEXT NULL, | |
| PRIMARY KEY (conservemaintregistry), | |
| FOREIGN KEY (surfreadrefobserved) REFERENCES surfaceandphysicalreadings(surfphysregistry), | |
| FOREIGN KEY (hallrefmaintained) REFERENCES exhibitionhalls(hallrecord), | |
| FOREIGN KEY (artrefmaintained) REFERENCES artifactscore(artregistry) | |
| );"," conservemaintregistry artrefmaintained hallrefmaintained surfreadrefobserved conservetreatstatus treatpriority lastcleaningdate nextcleaningdue cleanintervaldays maintlog incidentreportstatus emergencydrillstatus stafftrainstatus budgetallocstatus maintbudgetstatus conservefreq intervhistory prevtreatments treateffectiveness reversibilitypotential | |
| 1 ART54317 ART54317 1 In Progress High 2024-12-16 2025-05-10 83 Updated Closed Current Current Review Required Limited Rare Extensive 4 Low Medium | |
| 2 ART54254 ART54254 2 In Progress Medium 2024-12-13 2025-03-26 27 Updated Overdue Overdue Review Required Depleted Rare Minimal 1 Low High | |
| 3 ART69978 ART69978 3 Not Required Low 2024-11-21 2025-05-14 85 Pending Closed Overdue Overdue Insufficient Limited Rare Moderate 8 Low Low | |
| ..." | |
| 56,museum,environmentalreadingscore,"CREATE TABLE ""environmentalreadingscore"" ( | |
| envreadregistry integer(64) NOT NULL, | |
| monitorcode text(10) NOT NULL, | |
| readtimestamp text(6) NOT NULL, | |
| showcaseref text(12) NULL, | |
| tempc integer(16) NULL, | |
| tempvar24h integer(24) NULL, | |
| relhumidity integer(32) NULL, | |
| humvar24h integer(16) NULL, | |
| airpresshpa integer(24) NULL, | |
| PRIMARY KEY (envreadregistry), | |
| FOREIGN KEY (showcaseref) REFERENCES showcases(showcasereg) | |
| );"," envreadregistry monitorcode readtimestamp showcaseref tempc tempvar24h relhumidity humvar24h airpresshpa | |
| 1 MM191823 2024-08-06 08:38:48.05028 SC9857 21 0.85 53 2 1020 | |
| 2 MM153427 2025-02-07 03:00:17.05028 SC7393 18 1.34 54 1 1013.4 | |
| 3 MM675303 2024-07-25 09:37:21.05028 SC9391 21 1.75 47 1 1015.3 | |
| ..." | |
| 57,museum,exhibitionhalls,"CREATE TABLE ""exhibitionhalls"" ( | |
| hallrecord text(10) NOT NULL, | |
| cctvcoverage text(100) NULL, | |
| motiondetectstatus text(50) NULL, | |
| alarmsysstatus text(25) NULL, | |
| accessctrlstatus text(80) NULL, | |
| visitorcountdaily integer(32) NULL, | |
| visitorflowrate TEXT NULL, | |
| visitordwellmin integer(16) NULL, | |
| visitorbehaviornotes TEXT NULL, | |
| PRIMARY KEY (hallrecord), | |
| FOREIGN KEY (hallrecord) REFERENCES artifactscore(artregistry) | |
| );","hallrecord cctvcoverage motiondetectstatus alarmsysstatus accessctrlstatus visitorcountdaily visitorflowrate visitordwellmin visitorbehaviornotes | |
| ART54317 Partial Active Armed Maintenance 308 Low 16 Poor | |
| ART54254 Full Maintenance Armed Active 993 Low 11 Poor | |
| ART69978 Limited Partial Maintenance Partial 19 Medium 20 Good | |
| ..." | |
| 58,museum,lightandradiationreadings,"CREATE TABLE ""lightandradiationreadings"" ( | |
| lightradregistry integer(64) NOT NULL, | |
| envreadref integer(64) NOT NULL, | |
| lightlux integer(32) NULL, | |
| uvuwcm2 real(6,2) NULL, | |
| irwm2 real(6,2) NULL, | |
| visibleexplxh integer(32) NULL, | |
| PRIMARY KEY (lightradregistry), | |
| FOREIGN KEY (envreadref) REFERENCES environmentalreadingscore(envreadregistry) | |
| );"," lightradregistry envreadref lightlux uvuwcm2 irwm2 visibleexplxh | |
| 1 1 91 32.58 7.51 71166 | |
| 2 2 138 64.99 7.81 69438 | |
| 3 3 71 66.82 5.47 75541 | |
| ..." | |
| 59,museum,riskassessments,"CREATE TABLE ""riskassessments"" ( | |
| riskassessregistry integer(64) NOT NULL, | |
| artrefconcerned text(10) NOT NULL, | |
| hallrefconcerned text(8) NULL, | |
| riskassesslevel TEXT NULL, | |
| emergresponseplan TEXT NULL, | |
| evacpriority text(20) NULL, | |
| handlerestrictions text(100) NULL, | |
| conservepriorityscore integer(16) NULL, | |
| PRIMARY KEY (riskassessregistry), | |
| FOREIGN KEY (hallrefconcerned) REFERENCES exhibitionhalls(hallrecord), | |
| FOREIGN KEY (artrefconcerned) REFERENCES artifactscore(artregistry) | |
| );"," riskassessregistry artrefconcerned hallrefconcerned riskassesslevel emergresponseplan evacpriority handlerestrictions conservepriorityscore | |
| 1 ART54317 ART54317 Medium Review Required Priority 3 Minimal 85 | |
| 2 ART54254 ART54254 Medium Under Revision Priority 1 Strict 76 | |
| 3 ART69978 ART69978 Medium Updated Priority 2 Minimal 91 | |
| ..." | |
| 60,museum,sensitivitydata,"CREATE TABLE ""sensitivitydata"" ( | |
| sensitivityregistry integer(64) NOT NULL, | |
| artref text(10) NOT NULL, | |
| envsensitivity text(20) NULL, | |
| lightsensitivity text(80) NULL, | |
| tempsensitivity text(50) NULL, | |
| humiditysensitivity TEXT NULL, | |
| vibrasensitivity text(20) NULL, | |
| pollutantsensitivity text(100) NULL, | |
| pestsensitivity TEXT NULL, | |
| handlesensitivity text(20) NULL, | |
| transportsensitivity text(50) NULL, | |
| displaysensitivity text(120) NULL, | |
| storagesensitivity TEXT NULL, | |
| PRIMARY KEY (sensitivityregistry), | |
| FOREIGN KEY (artref) REFERENCES artifactscore(artregistry) | |
| );"," sensitivityregistry artref envsensitivity lightsensitivity tempsensitivity humiditysensitivity vibrasensitivity pollutantsensitivity pestsensitivity handlesensitivity transportsensitivity displaysensitivity storagesensitivity | |
| 1 ART54317 Low High High Medium Medium High High Medium High Low Medium | |
| 2 ART54254 High Low Low High High Medium Low Medium High Low Low | |
| 3 ART69978 High High Medium Low Low High High Low Low High Medium | |
| ..." | |
| 61,museum,showcases,"CREATE TABLE ""showcases"" ( | |
| showcasereg text(12) NOT NULL, | |
| hallref text(8) NULL, | |
| airtightness integer(24) NULL, | |
| showcasematerial text(80) NULL, | |
| sealcondition text(30) NULL, | |
| maintstatus text(25) NULL, | |
| filterstatus TEXT NULL, | |
| silicagelstatus text(20) NULL, | |
| silicagelchangedate TEXT NULL, | |
| humiditybuffercap integer(16) NULL, | |
| pollutantabsorbcap real(5,2) NULL, | |
| leakrate integer(24) NULL, | |
| pressurepa integer(64) NULL, | |
| inertgassysstatus text(50) NULL, | |
| firesuppresssys text(50) NULL, | |
| empowerstatus text(10) NULL, | |
| backupsysstatus TEXT NULL, | |
| PRIMARY KEY (showcasereg), | |
| FOREIGN KEY (hallref) REFERENCES exhibitionhalls(hallrecord) | |
| );","showcasereg hallref airtightness showcasematerial sealcondition maintstatus filterstatus silicagelstatus silicagelchangedate humiditybuffercap pollutantabsorbcap leakrate pressurepa inertgassysstatus firesuppresssys empowerstatus backupsysstatus | |
| SC9857 ART54317 95.1 Tempered Glass Poor Overdue Replace Now Active 2024-09-15 81 71.7 0.41 -2 Active Maintenance Testing Ready | |
| SC7393 ART54254 93 Tempered Glass Excellent Overdue Replace Now Active 2024-12-15 78 79.8 0.07 3 Standby Active Active Maintenance | |
| SC9391 ART69978 99.4 Glass Good Due Replace Soon Replace Soon 2024-12-21 92 66.3 0.2 -3 Active Active Active Testing | |
| ..." | |
| 62,museum,surfaceandphysicalreadings,"CREATE TABLE ""surfaceandphysicalreadings"" ( | |
| surfphysregistry integer(64) NOT NULL, | |
| envreadref integer(64) NOT NULL, | |
| vibralvlmms2 integer(24) NULL, | |
| noisedb integer(16) NULL, | |
| dustaccummgm2 real(5,2) NULL, | |
| microbialcountcfu integer(32) NULL, | |
| moldriskidx real(4,2) NULL, | |
| pestactivitylvl text(50) NULL, | |
| pesttrapcount integer(16) NULL, | |
| pestspeciesdetected TEXT NULL, | |
| surfaceph real(3,1) NULL, | |
| matmoistcontent real(4,2) NULL, | |
| saltcrystalrisk text(20) NULL, | |
| metalcorroderate real(4,2) NULL, | |
| organicdegradidx real(4,2) NULL, | |
| colorchangedeltae integer(24) NULL, | |
| surfacetempc real(5,2) NULL, | |
| surfacerh real(4,1) NULL, | |
| condenserisk text(60) NULL, | |
| thermalimgstatus text(25) NULL, | |
| structstability text(50) NULL, | |
| crackmonitor TEXT NULL, | |
| deformmm real(5,2) NULL, | |
| wtchangepct real(6,5) NULL, | |
| surfdustcoverage integer(16) NULL, | |
| o2concentration real(4,2) NULL, | |
| n2concentration real(4,2) NULL, | |
| PRIMARY KEY (surfphysregistry), | |
| FOREIGN KEY (envreadref) REFERENCES environmentalreadingscore(envreadregistry) | |
| );"," surfphysregistry envreadref vibralvlmms2 noisedb dustaccummgm2 microbialcountcfu moldriskidx pestactivitylvl pesttrapcount pestspeciesdetected surfaceph matmoistcontent saltcrystalrisk metalcorroderate organicdegradidx colorchangedeltae surfacetempc surfacerh condenserisk thermalimgstatus structstability crackmonitor deformmm wtchangepct surfdustcoverage o2concentration n2concentration | |
| 1 1 0.461 47 1.74 234 0.1 Medium 10 6.7 10.3 High 0.04 0.47 1.99 19.11 45.5 Medium Normal Stable Significant Changes 0.08 -0.001 5 20.8 78.75 | |
| 2 2 0.053 50 0.39 450 0.33 Low 6 6.5 11 High 0.05 0.37 0.87 20.09 53 Critical Stable Significant Changes 0.07 -0.011 4 20.53 78.3 | |
| 3 3 0.018 42 2.77 486 0.43 Low 7 Beetles 6.6 10.1 Low 0.02 0.92 1.48 20.53 54.8 Critical Stable Minor Changes 0.16 -0.099 3 20.31 78.62 | |
| ..." | |
| 63,museum,usagerecords,"CREATE TABLE ""usagerecords"" ( | |
| usagerecordregistry integer(64) NOT NULL, | |
| artrefused text(10) NOT NULL, | |
| showcaserefused text(12) NULL, | |
| sensdatalink integer(64) NULL, | |
| displayrotatesched text(20) NULL, | |
| displaydurmonths integer(16) NULL, | |
| restperiodmonths integer(16) NULL, | |
| displayreqs text(120) NULL, | |
| storagereqs text(60) NULL, | |
| handlingreqs text(80) NULL, | |
| transportreqs TEXT NULL, | |
| packingreqs text(90) NULL, | |
| resaccessfreq text(10) NULL, | |
| publicdispfreq text(25) NULL, | |
| loanfreq text(12) NULL, | |
| handlefreq text(10) NULL, | |
| docufreq text(20) NULL, | |
| monitorfreq text(35) NULL, | |
| assessfreq text(25) NULL, | |
| maintfreq text(25) NULL, | |
| inspectfreq text(25) NULL, | |
| calibfreq text(25) NULL, | |
| certstatus text(40) NULL, | |
| compliancestatus text(55) NULL, | |
| auditstatus TEXT NULL, | |
| qualityctrlstatus TEXT NULL, | |
| PRIMARY KEY (usagerecordregistry), | |
| FOREIGN KEY (showcaserefused) REFERENCES showcases(showcasereg), | |
| FOREIGN KEY (sensdatalink) REFERENCES sensitivitydata(sensitivityregistry), | |
| FOREIGN KEY (artrefused) REFERENCES artifactscore(artregistry) | |
| );"," usagerecordregistry artrefused showcaserefused sensdatalink displayrotatesched displaydurmonths restperiodmonths displayreqs storagereqs handlingreqs transportreqs packingreqs resaccessfreq publicdispfreq loanfreq handlefreq docufreq monitorfreq assessfreq maintfreq inspectfreq calibfreq certstatus compliancestatus auditstatus qualityctrlstatus | |
| 1 ART54317 SC9857 1 Permanent 1 22 Special Standard Custom Custom Custom Frequent Frequent Occasional Rare Frequent Monthly Monthly Monthly Weekly Monthly Expired Non-compliant Passed Failed | |
| 2 ART54254 SC7393 2 Resting 5 11 Standard Custom Special Special Special Rare Frequent Frequent Rare Rare Daily Quarterly Weekly Monthly Quarterly Current Partial Pending Failed | |
| 3 ART69978 SC9391 3 Permanent 6 10 Custom Custom Standard Standard Special Rare Occasional Occasional Rare Frequent Weekly Quarterly Weekly Daily Monthly Pending Non-compliant Failed Passed | |
| ..." | |
| 64,disaster,beneficiariesandassessments,"CREATE TABLE ""beneficiariesandassessments"" ( | |
| beneregistry text(20) NOT NULL, | |
| benedistref text(20) NULL, | |
| beneopsref text(20) NULL, | |
| beneregister TEXT NULL, | |
| vulnerabilityreview TEXT NULL, | |
| needsassessstatus TEXT NULL, | |
| distequityidx real(5,2) NULL, | |
| benefeedbackscore real(5,2) NULL, | |
| commengagelvl TEXT NULL, | |
| localcapacitygrowth TEXT NULL, | |
| PRIMARY KEY (beneregistry), | |
| FOREIGN KEY (beneopsref) REFERENCES operations(opsregistry), | |
| FOREIGN KEY (benedistref) REFERENCES disasterevents(distregistry) | |
| );","beneregistry benedistref beneopsref beneregister vulnerabilityreview needsassessstatus distequityidx benefeedbackscore commengagelvl localcapacitygrowth | |
| BENE_4NZJ DIST_SB6K7 OPS_76ZOW Complete Complete Due 0.54 2.3 High Limited | |
| BENE_FJSN DIST_PGACZ OPS_QXWBZ Pending Complete Overdue 0.87 1.3 Low Limited | |
| BENE_RCD9 DIST_HJ1BQ OPS_GGBVJ Complete Pending Overdue 0.88 1.5 Medium Active | |
| ..." | |
| 65,disaster,coordinationandevaluation,"CREATE TABLE ""coordinationandevaluation"" ( | |
| coordevalregistry text(20) NOT NULL, | |
| coorddistref text(20) NULL, | |
| coordopsref text(20) NULL, | |
| secincidentcount integer(32) NULL, | |
| safetyranking TEXT NULL, | |
| accesslimitation TEXT NULL, | |
| coordeffectlvl TEXT NULL, | |
| partnerorgs TEXT NULL, | |
| infosharingstate TEXT NULL, | |
| reportcompliance real(4,1) NULL, | |
| dataqualityvalue integer(32) NULL, | |
| monitoringfreq TEXT NULL, | |
| evaluationstage TEXT NULL, | |
| lessonslearnedstage TEXT NULL, | |
| contingencyplanstage TEXT NULL, | |
| riskmitigationsteps TEXT NULL, | |
| insurancescope TEXT NULL, | |
| compliancestate TEXT NULL, | |
| auditstate TEXT NULL, | |
| qualitycontrolsteps TEXT NULL, | |
| stakeholdersatisf real(3,2) NULL, | |
| mediacoversentiment TEXT NULL, | |
| publicperception real(5,1) NULL, | |
| documentationstate TEXT NULL, | |
| lessonsrecorded TEXT NULL, | |
| bestpracticeslisted TEXT NULL, | |
| improvementrecs TEXT NULL, | |
| nextreviewdate TEXT NULL, | |
| notes TEXT NULL, | |
| PRIMARY KEY (coordevalregistry), | |
| FOREIGN KEY (coordopsref) REFERENCES operations(opsregistry), | |
| FOREIGN KEY (coorddistref) REFERENCES disasterevents(distregistry) | |
| );","coordevalregistry coorddistref coordopsref secincidentcount safetyranking accesslimitation coordeffectlvl partnerorgs infosharingstate reportcompliance dataqualityvalue monitoringfreq evaluationstage lessonslearnedstage contingencyplanstage riskmitigationsteps insurancescope compliancestate auditstate qualitycontrolsteps stakeholdersatisf mediacoversentiment publicperception documentationstate lessonsrecorded bestpracticeslisted improvementrecs nextreviewdate notes | |
| COORD_D3PK DIST_SB6K7 OPS_76ZOW 83 Safe Partial Medium 9 Poor 91 4 Monthly Overdue In Progress Overdue Insufficient Full Partial Completed Moderate 4 Positive 3.5 Partial 5 2 25 2025-04-22 Record item between direction program media bed across. | |
| COORD_Z5NY DIST_PGACZ OPS_QXWBZ 45 Safe Partial Low 36 Limited 77.4 3 Daily Overdue Documented Due Insufficient Partial Partial Due Moderate 2.1 Positive 1.5 Partial 22 4 16 2025-03-09 | |
| COORD_67A3 DIST_HJ1BQ OPS_GGBVJ 49 Moderate Severe Low 21 Limited 77.1 4 Monthly Due Pending Overdue Partial Full Partial Completed Strong 3.8 Neutral 2.1 Incomplete 19 4 26 2025-07-05 Recent discuss part seven fact. | |
| ..." | |
| 66,disaster,disasterevents,"CREATE TABLE ""disasterevents"" ( | |
| distregistry text(20) NOT NULL, | |
| timemark text(6) NOT NULL, | |
| haztype TEXT NOT NULL, | |
| hazlevel TEXT NULL, | |
| affectedarea text(100) NULL, | |
| regiontag text(10) NULL, | |
| latcoord real(9,6) NULL, | |
| loncoord real(10,7) NULL, | |
| impactmetrics TEXT NULL, | |
| PRIMARY KEY (distregistry) | |
| );","distregistry timemark haztype hazlevel affectedarea regiontag latcoord loncoord impactmetrics | |
| DIST_SB6K7 2024-12-21 19:49:09.72037 Wildfire Level 3 East Jeremy RC7250 51.2036 36.2211 {""population"": {""injured"": 4524, ""missing"": 212, ""affected"": 228943, ""displaced"": 38806, ""casualties"": 174}, ""damage_level"": ""Severe"", ""communication"": ""Limited"", ""infrastructure"": {""damage_percent"": 19.00, ""power_outage_percent"": 93.200, ""water_damage_percent"": 77}, ""transportation"": ""Full""} | |
| DIST_PGACZ 2024-03-13 16:56:26.72037 Earthquake Level 5 Lake Mariah RC2170 -89.8906 62.0815 {""population"": {""injured"": 4304, ""missing"": 363, ""affected"": 241273, ""displaced"": 31578, ""casualties"": 8}, ""damage_level"": ""Moderate"", ""communication"": ""Operational"", ""infrastructure"": {""damage_percent"": 68.90, ""power_outage_percent"": 22.500, ""water_damage_percent"": 40}, ""transportation"": ""Full""} | |
| DIST_HJ1BQ 2024-12-08 06:09:09.72037 Earthquake Level 5 New Kellychester RC8678 80.0269 -146.007 {""population"": {""injured"": 4333, ""missing"": 222, ""affected"": 389569, ""displaced"": 66484, ""casualties"": 355}, ""damage_level"": ""Minor"", ""communication"": ""Limited"", ""infrastructure"": {""damage_percent"": 79.70, ""power_outage_percent"": 83.800, ""water_damage_percent"": 27}, ""transportation"": ""Limited""} | |
| ..." | |
| 67,disaster,distributionhubs,"CREATE TABLE ""distributionhubs"" ( | |
| hubregistry text(20) NOT NULL, | |
| disteventref text(20) NULL, | |
| hubcaptons real(11,2) NULL, | |
| hubutilpct real(7,3) NULL, | |
| storecapm3 real(9,2) NULL, | |
| storeavailm3 real(8,3) NULL, | |
| coldstorecapm3 real(10,3) NULL, | |
| coldstoretempc real(4,1) NULL, | |
| warehousestate TEXT NULL, | |
| invaccpct real(5,2) NULL, | |
| stockturnrate real(5,2) NULL, | |
| PRIMARY KEY (hubregistry), | |
| FOREIGN KEY (disteventref) REFERENCES disasterevents(distregistry) | |
| );","hubregistry disteventref hubcaptons hubutilpct storecapm3 storeavailm3 coldstorecapm3 coldstoretempc warehousestate invaccpct stockturnrate | |
| HUB_HS0I DIST_SB6K7 5101 9.4 93293 7279 249 6.6 Fair 91.3 3.31 | |
| HUB_UGZM DIST_PGACZ 1825 52.3 45603 9050 151 5.9 Excellent 98.4 0.63 | |
| HUB_05ZL DIST_HJ1BQ 7553 79.7 2908 9396 395 4 Good 92.9 1.14 | |
| ..." | |
| 68,disaster,environmentandhealth,"CREATE TABLE ""environmentandhealth"" ( | |
| envhealthregistry text(20) NOT NULL, | |
| envdistref text(20) NULL, | |
| envimpactrate TEXT NULL, | |
| wastemanagementstate TEXT NULL, | |
| recyclepct real(4,1) NULL, | |
| carbontons real(10,3) NULL, | |
| renewenergypct real(5,2) NULL, | |
| waterqualityindex real(5,2) NULL, | |
| sanitationcoverage real(7,3) NULL, | |
| diseaserisk TEXT NULL, | |
| medicalemergencycapacity TEXT NULL, | |
| vaccinationcoverage real(6,3) NULL, | |
| mentalhealthaid TEXT NULL, | |
| PRIMARY KEY (envhealthregistry), | |
| FOREIGN KEY (envdistref) REFERENCES disasterevents(distregistry) | |
| );","envhealthregistry envdistref envimpactrate wastemanagementstate recyclepct carbontons renewenergypct waterqualityindex sanitationcoverage diseaserisk medicalemergencycapacity vaccinationcoverage mentalhealthaid | |
| ENV_XU4H DIST_SB6K7 Low Adequate 68.4 793.5 43.3 85.6 53.5 High Adequate 14.8 Limited | |
| ENV_NO2C DIST_PGACZ Low Adequate 62.4 403.3 27.5 90.9 65.5 High Critical 77.7 Available | |
| ENV_U9JR DIST_HJ1BQ High Adequate 18.1 270.2 27.7 11.7 6.6 Medium Adequate 24.6 Limited | |
| ..." | |
| 69,disaster,financials,"CREATE TABLE ""financials"" ( | |
| financeregistry text(20) NOT NULL, | |
| findistref text(20) NULL, | |
| finopsref text(20) NULL, | |
| budgetallotusd real(16,3) NULL, | |
| fundsutilpct real(7,3) NULL, | |
| costbeneusd real(14,3) NULL, | |
| opscostsusd real(15,2) NULL, | |
| transportcostsusd integer(32) NULL, | |
| storagecostsusd real(13,3) NULL, | |
| personnelcostsusd real(15,4) NULL, | |
| fundingstate TEXT NULL, | |
| donorcommitmentsusd real(14,2) NULL, | |
| resourcegapsusd integer(32) NULL, | |
| PRIMARY KEY (financeregistry), | |
| FOREIGN KEY (finopsref) REFERENCES operations(opsregistry), | |
| FOREIGN KEY (findistref) REFERENCES disasterevents(distregistry) | |
| );","financeregistry findistref finopsref budgetallotusd fundsutilpct costbeneusd opscostsusd transportcostsusd storagecostsusd personnelcostsusd fundingstate donorcommitmentsusd resourcegapsusd | |
| FIN_OMQ1 DIST_SB6K7 OPS_76ZOW 4.22709e+06 9.8 844.12 88256 976202 111548 364821 Critical 7.69918e+06 95367 | |
| FIN_W50I DIST_PGACZ OPS_QXWBZ 3.62534e+06 35 18.76 919777 77922 272650 470856 Adequate 4.06898e+06 442493 | |
| FIN_5B9D DIST_HJ1BQ OPS_GGBVJ 7.98724e+06 42.5 837.72 594338 811935 492222 906025 Adequate 6.77819e+06 426146 | |
| ..." | |
| 70,disaster,humanresources,"CREATE TABLE ""humanresources"" ( | |
| hrregistry text(20) NOT NULL, | |
| hrdistref text(20) NULL, | |
| hropsref text(20) NULL, | |
| staffingprofile TEXT NULL, | |
| PRIMARY KEY (hrregistry), | |
| FOREIGN KEY (hropsref) REFERENCES operations(opsregistry), | |
| FOREIGN KEY (hrdistref) REFERENCES disasterevents(distregistry) | |
| );","hrregistry hrdistref hropsref staffingprofile | |
| HR_HV7U DIST_SB6K7 OPS_76ZOW {""personnel"": {""total"": 140, ""medical"": 52, ""security"": 90, ""logistics"": 99, ""volunteers"": 435}, ""readiness"": {""ppe_status"": ""Limited"", ""comm_equipment"": ""Sufficient"", ""training_status"": ""Complete"", ""availability_percent"": 94.10}} | |
| HR_ZZXC DIST_PGACZ OPS_QXWBZ {""personnel"": {""total"": 55, ""medical"": 30, ""security"": 53, ""logistics"": 197, ""volunteers"": 541}, ""readiness"": {""ppe_status"": ""Critical"", ""comm_equipment"": ""Sufficient"", ""training_status"": ""In Progress"", ""availability_percent"": 87.70}} | |
| HR_JA87 DIST_HJ1BQ OPS_GGBVJ {""personnel"": {""total"": 234, ""medical"": 38, ""security"": 46, ""logistics"": 93, ""volunteers"": 781}, ""readiness"": {""ppe_status"": ""Adequate"", ""comm_equipment"": ""Sufficient"", ""training_status"": ""In Progress"", ""availability_percent"": 82.50}} | |
| ..." | |
| 71,disaster,operations,"CREATE TABLE ""operations"" ( | |
| opsregistry text(20) NOT NULL, | |
| opsdistref text(20) NULL, | |
| opshubref text(20) NULL, | |
| emerglevel TEXT NULL, | |
| respphase TEXT NULL, | |
| opsstatus TEXT NULL, | |
| coordcenter text(80) NULL, | |
| opsstartdate TEXT NULL, | |
| estdurationdays integer(32) NULL, | |
| priorityrank TEXT NULL, | |
| resourceallocstate TEXT NULL, | |
| supplyflowstate TEXT NULL, | |
| PRIMARY KEY (opsregistry), | |
| FOREIGN KEY (opshubref) REFERENCES distributionhubs(hubregistry), | |
| FOREIGN KEY (opsdistref) REFERENCES disasterevents(distregistry) | |
| );","opsregistry opsdistref opshubref emerglevel respphase opsstatus coordcenter opsstartdate estdurationdays priorityrank resourceallocstate supplyflowstate | |
| OPS_76ZOW DIST_SB6K7 HUB_HS0I Black Reconstruction Completed CC7649 2025-01-26 12 High Limited Disrupted | |
| OPS_QXWBZ DIST_PGACZ HUB_UGZM Black Recovery Completed CC6010 2025-02-08 362 Medium Limited Stable | |
| OPS_GGBVJ DIST_HJ1BQ HUB_05ZL Orange Emergency Scaling Down CC3314 2025-02-17 291 Medium Critical Strained | |
| ..." | |
| 72,disaster,supplies,"CREATE TABLE ""supplies"" ( | |
| supplyregistry text(20) NOT NULL, | |
| supplydistref text(20) NULL, | |
| supplyhubref text(20) NULL, | |
| resourceinventory TEXT NULL, | |
| PRIMARY KEY (supplyregistry), | |
| FOREIGN KEY (supplyhubref) REFERENCES distributionhubs(hubregistry), | |
| FOREIGN KEY (supplydistref) REFERENCES disasterevents(distregistry) | |
| );","supplyregistry supplydistref supplyhubref resourceinventory | |
| SUP_4BZN3 DIST_SB6K7 HUB_HS0I {""power"": {""generators"": 568, ""fuel_liters"": 86011.0}, ""medical"": 50590, ""shelter"": {""units"": 7534, ""blankets"": 46019}, ""essentials"": {""food_tons"": 479.400, ""water_liters"": 283596.000}, ""hygiene_kits"": 46981} | |
| SUP_ZJ88H DIST_PGACZ HUB_UGZM {""power"": {""generators"": 733, ""fuel_liters"": 59156.0}, ""medical"": 51298, ""shelter"": {""units"": 1968, ""blankets"": 26671}, ""essentials"": {""food_tons"": 187.100, ""water_liters"": 139603.000}, ""hygiene_kits"": 99277} | |
| SUP_MCBWM DIST_HJ1BQ HUB_05ZL {""power"": {""generators"": 881, ""fuel_liters"": 46825.0}, ""medical"": 15593, ""shelter"": {""units"": 6390, ""blankets"": 78690}, ""essentials"": {""food_tons"": 640.800, ""water_liters"": 878396.000}, ""hygiene_kits"": 31061} | |
| ..." | |
| 73,disaster,transportation,"CREATE TABLE ""transportation"" ( | |
| transportregistry text(20) NOT NULL, | |
| transportdistref text(20) NULL, | |
| transporthubref text(20) NULL, | |
| transportsupref text(20) NULL, | |
| vehiclecount integer(32) NULL, | |
| trucksavailable integer(32) NULL, | |
| helosavailable integer(32) NULL, | |
| boatsavailable integer(64) NULL, | |
| totaldeliverytons real(9,3) NULL, | |
| dailydeliverytons real(8,2) NULL, | |
| lastmilestatus TEXT NULL, | |
| distributionpoints integer(32) NULL, | |
| avgdeliveryhours real(5,2) NULL, | |
| deliverysuccessrate real(7,3) NULL, | |
| routeoptstatus TEXT NULL, | |
| fuelefficiencylpk real(6,3) NULL, | |
| maintenancestate TEXT NULL, | |
| vehiclebreakrate real(4,1) NULL, | |
| PRIMARY KEY (transportregistry), | |
| FOREIGN KEY (transportsupref) REFERENCES supplies(supplyregistry), | |
| FOREIGN KEY (transporthubref) REFERENCES distributionhubs(hubregistry), | |
| FOREIGN KEY (transportdistref) REFERENCES disasterevents(distregistry) | |
| );","transportregistry transportdistref transporthubref transportsupref vehiclecount trucksavailable helosavailable boatsavailable totaldeliverytons dailydeliverytons lastmilestatus distributionpoints avgdeliveryhours deliverysuccessrate routeoptstatus fuelefficiencylpk maintenancestate vehiclebreakrate | |
| TRANS_B6EA6 DIST_SB6K7 HUB_HS0I SUP_4BZN3 141 88 7 7 368 227 On Track 35 52.6 79.4 In Progress 10.6 Overdue 9.2 | |
| TRANS_0870R DIST_PGACZ HUB_UGZM SUP_ZJ88H 50 87 8 2 2771 364 On Track 14 20.7 92.6 Optimized 17.7 Overdue 6.9 | |
| TRANS_FGSRQ DIST_HJ1BQ HUB_05ZL SUP_MCBWM 20 77 4 4 1505 150 Delayed 6 17.8 79.9 Optimized 18.7 Up to Date 5 | |
| ..." | |
| 74,robot,actuation_data,"CREATE TABLE ""actuation_data"" ( | |
| actreg text(20) NOT NULL, | |
| actoperref text(20) NULL, | |
| actdetref text(20) NULL, | |
| actrecref text(20) NULL, | |
| tcpxval real(7,2) NULL, | |
| tcpyval integer(24) NULL, | |
| tcpzval integer(24) NULL, | |
| tcp_rxval real(6,2) NULL, | |
| tcp_ryval integer(24) NULL, | |
| tcp_rzval integer(24) NULL, | |
| tcpspeedval real(8,2) NULL, | |
| tcpaccelval integer(24) NULL, | |
| pathaccmmval real(6,3) NULL, | |
| poserrmmval integer(24) NULL, | |
| orienterrdegval integer(24) NULL, | |
| payloadwval real(6,2) NULL, | |
| payloadival integer(24) NULL, | |
| m1currval real(6,2) NULL, | |
| m2currval integer(24) NULL, | |
| m3currval integer(24) NULL, | |
| m4currval real(6,2) NULL, | |
| m5currval integer(24) NULL, | |
| m6currval integer(24) NULL, | |
| m1voltval real(5,2) NULL, | |
| m2voltval integer(24) NULL, | |
| m3voltval integer(24) NULL, | |
| m4voltval real(6,2) NULL, | |
| m5voltval integer(24) NULL, | |
| m6voltval integer(24) NULL, | |
| PRIMARY KEY (actreg), | |
| FOREIGN KEY (actrecref) REFERENCES robot_record(recreg), | |
| FOREIGN KEY (actoperref) REFERENCES operation(operreg), | |
| FOREIGN KEY (actdetref) REFERENCES robot_details(botdetreg) | |
| );","actreg actoperref actdetref actrecref tcpxval tcpyval tcpzval tcp_rxval tcp_ryval tcp_rzval tcpspeedval tcpaccelval pathaccmmval poserrmmval orienterrdegval payloadwval payloadival m1currval m2currval m3currval m4currval m5currval m6currval m1voltval m2voltval m3voltval m4voltval m5voltval m6voltval | |
| RF100725 RF100725 RF100725 RF100725 -105.98 -662.19 1023.44 -156.28 -150.3 -6.26 1231.14 6.65 0.797 0.069 0.471 1.98 1.78 1.36 8.61 3.31 14.16 6.16 1.76 1.26 15.66 10.6 9.13 28.47 32.12 | |
| RF506310 RF506310 RF506310 RF506310 655 726.58 1952.1 -153.02 153.21 -130.1 1923.65 2.02 0.835 0.493 0.365 0.83 8.7 6.58 3.11 10.97 16.01 14.88 13.27 46.58 43.21 38.36 13.53 40.07 30.29 | |
| RF422033 RF422033 RF422033 RF422033 426.2 873 1618.63 -133.16 -85.31 166.64 191.04 8.43 0.07 0.355 0.234 144.85 8.85 14.97 13.39 19.18 1.31 2.38 1.81 40.66 5.33 14.07 45.05 19.58 11.39 | |
| ..." | |
| 75,robot,joint_condition,"CREATE TABLE ""joint_condition"" ( | |
| jcondoperref text(20) NULL, | |
| jcrecref text(20) NULL, | |
| jcdetref text(20) NULL, | |
| j1tempval real(5,2) NULL, | |
| j2tempval integer(24) NULL, | |
| j3tempval real(6,3) NULL, | |
| j4tempval integer(24) NULL, | |
| j5tempval real(7,2) NULL, | |
| j6tempval integer(24) NULL, | |
| j1vibval real(5,3) NULL, | |
| j2vibval integer(24) NULL, | |
| j3vibval integer(24) NULL, | |
| j4vibval real(5,3) NULL, | |
| j5vibval integer(24) NULL, | |
| j6vibval integer(24) NULL, | |
| j1backval real(5,4) NULL, | |
| j2backval real(6,3) NULL, | |
| j3backval integer(24) NULL, | |
| j4backval integer(24) NULL, | |
| j5backval real(7,4) NULL, | |
| j6backval integer(24) NULL, | |
| FOREIGN KEY (jcrecref) REFERENCES robot_record(recreg), | |
| FOREIGN KEY (jcondoperref) REFERENCES operation(operreg), | |
| FOREIGN KEY (jcdetref) REFERENCES robot_details(botdetreg) | |
| );","jcondoperref jcrecref jcdetref j1tempval j2tempval j3tempval j4tempval j5tempval j6tempval j1vibval j2vibval j3vibval j4vibval j5vibval j6vibval j1backval j2backval j3backval j4backval j5backval j6backval | |
| RF100725 RF100725 RF100725 20.57 39.54 42.16 34.88 70.15 64.39 1.14 1.636 1.687 3.264 2.052 6.422 0.0352 0.027 0.0946 0.056 0.0907 0.046 | |
| RF506310 RF506310 RF506310 22.06 36.77 23.04 57.44 64.65 79.03 6.271 2.268 9.437 9.296 8.948 5.126 0.0995 0.067 0.0927 0.0269 0.0183 0.0941 | |
| RF422033 RF422033 RF422033 40.14 36.75 24.8 47.02 42.92 53.8 5.295 1.125 5.297 0.86 0.146 0.779 0.0968 0.019 0.0447 0.0974 0.0116 0.0868 | |
| ..." | |
| 76,robot,joint_performance,"CREATE TABLE ""joint_performance"" ( | |
| jperfoperref text(20) NULL, | |
| jperfrecref text(20) NULL, | |
| jperfdetref text(20) NULL, | |
| joint_metrics TEXT NULL, | |
| FOREIGN KEY (jperfrecref) REFERENCES robot_record(recreg), | |
| FOREIGN KEY (jperfoperref) REFERENCES operation(operreg), | |
| FOREIGN KEY (jperfdetref) REFERENCES robot_details(botdetreg) | |
| );","jperfoperref jperfrecref jperfdetref joint_metrics | |
| RF100725 RF100725 RF100725 {""joint1"": {""angle"": -37.72, ""speed"": 36.7, ""torque"": 12.00}, ""joint2"": {""angle"": 177.36, ""speed"": 65.060, ""torque"": 79.88}, ""joint3"": {""angle"": 83.27, ""speed"": 174.45, ""torque"": 55.91}, ""joint4"": {""angle"": -151.100, ""speed"": 96.65, ""torque"": 75.220}, ""joint5"": {""angle"": -162.94, ""speed"": 167.12, ""torque"": 2.1400}, ""joint6"": {""angle"": -72.08, ""speed"": 69.94, ""torque"": 45.07}} | |
| RF506310 RF506310 RF506310 {""joint1"": {""angle"": -101.41, ""speed"": 149.9, ""torque"": 96.26}, ""joint2"": {""angle"": -102.61, ""speed"": 169.960, ""torque"": 51.7}, ""joint3"": {""angle"": -99.46, ""speed"": 79.3, ""torque"": 55.51}, ""joint4"": {""angle"": 27.540, ""speed"": 127.46, ""torque"": 5.630}, ""joint5"": {""angle"": -173.82, ""speed"": 80.96, ""torque"": 89.0200}, ""joint6"": {""angle"": -79.11, ""speed"": 41.42, ""torque"": 72.09}} | |
| RF422033 RF422033 RF422033 {""joint1"": {""angle"": -148.20, ""speed"": 87.8, ""torque"": 47.04}, ""joint2"": {""angle"": 176.99, ""speed"": 134.130, ""torque"": 49.17}, ""joint3"": {""angle"": 18.72, ""speed"": 22.11, ""torque"": 31.22}, ""joint4"": {""angle"": 90.830, ""speed"": 7.6, ""torque"": 6.700}, ""joint5"": {""angle"": 17.32, ""speed"": 9.00, ""torque"": 21.6600}, ""joint6"": {""angle"": -24.51, ""speed"": 86.84, ""torque"": 34.4}} | |
| ..." | |
| 77,robot,maintenance_and_fault,"CREATE TABLE ""maintenance_and_fault"" ( | |
| upkeepactuation text(20) NOT NULL, | |
| upkeepoperation text(20) NULL, | |
| upkeeprobot text(20) NULL, | |
| faultcodeval text(25) NULL, | |
| issuecategoryval text(22) NULL, | |
| issuelevelval text(18) NULL, | |
| faultpredscore integer(24) NULL, | |
| faulttypeestimation text(20) NULL, | |
| rulhours integer(32) NULL, | |
| upkeepduedays integer(16) NULL, | |
| upkeepcostest real(9,3) NULL, | |
| PRIMARY KEY (upkeepactuation), | |
| FOREIGN KEY (upkeeprobot) REFERENCES robot_details(botdetreg), | |
| FOREIGN KEY (upkeepoperation) REFERENCES operation(operreg), | |
| FOREIGN KEY (upkeepactuation) REFERENCES actuation_data(actreg) | |
| );","upkeepactuation upkeepoperation upkeeprobot faultcodeval issuecategoryval issuelevelval faultpredscore faulttypeestimation rulhours upkeepduedays upkeepcostest | |
| RF100725 RF100725 RF100725 E8902 Low 0.021 Motor 1601 16 7299.59 | |
| RF506310 RF506310 RF506310 Communication High 0.493 Joint 4728 161 5236.28 | |
| RF422033 RF422033 RF422033 Electrical Medium 0.69 Gearbox 4309 135 7885.93 | |
| ..." | |
| 78,robot,mechanical_status,"CREATE TABLE ""mechanical_status"" ( | |
| mechactref text(20) NULL, | |
| mechoperref text(20) NULL, | |
| mechdetref text(20) NULL, | |
| brk1statval text(20) NULL, | |
| brk2statval text(30) NULL, | |
| brk3statval text(25) NULL, | |
| brk4statval text(25) NULL, | |
| brk5statval text(55) NULL, | |
| brk6statval text(25) NULL, | |
| enc1statval text(35) NULL, | |
| enc2statval text(20) NULL, | |
| enc3statval text(40) NULL, | |
| enc4statval text(45) NULL, | |
| enc5statval text(25) NULL, | |
| enc6statval text(20) NULL, | |
| gb1tempval real(6,2) NULL, | |
| gb2tempval integer(24) NULL, | |
| gb3tempval integer(24) NULL, | |
| gb4tempval real(7,3) NULL, | |
| gb5tempval integer(24) NULL, | |
| gb6tempval integer(24) NULL, | |
| gb1vibval real(6,3) NULL, | |
| gb2vibval integer(24) NULL, | |
| gb3vibval integer(24) NULL, | |
| gb4vibval real(5,3) NULL, | |
| gb5vibval integer(24) NULL, | |
| gb6vibval integer(24) NULL, | |
| FOREIGN KEY (mechoperref) REFERENCES operation(operreg), | |
| FOREIGN KEY (mechdetref) REFERENCES robot_details(botdetreg), | |
| FOREIGN KEY (mechactref) REFERENCES actuation_data(actreg) | |
| );","mechactref mechoperref mechdetref brk1statval brk2statval brk3statval brk4statval brk5statval brk6statval enc1statval enc2statval enc3statval enc4statval enc5statval enc6statval gb1tempval gb2tempval gb3tempval gb4tempval gb5tempval gb6tempval gb1vibval gb2vibval gb3vibval gb4vibval gb5vibval gb6vibval | |
| RF100725 RF100725 RF100725 Normal Error Normal Warning Warning Normal Warning Error Normal Normal Normal Normal 24.92 21.86 56.76 35.39 60.72 48.18 3.273 1.912 4.821 5.302 7.001 5.74 | |
| RF506310 RF506310 RF506310 Warning Warning Error Warning Warning Warning Warning Warning Error Error Normal Warning 70.89 79.14 25.94 24 60.1 41.26 9.278 5.005 1.995 9.881 0.224 4.942 | |
| RF422033 RF422033 RF422033 Normal Warning Normal Normal Warning Error Normal Error Normal Warning Warning Warning 68.57 26.55 36.3 53.52 71 22.96 8.652 8.889 2.674 5.214 5.057 5.418 | |
| ..." | |
| 79,robot,operation,"CREATE TABLE ""operation"" ( | |
| operreg text(20) NOT NULL, | |
| operbotdetref text(20) NULL, | |
| operrecref text(20) NULL, | |
| totopshrval real(9,2) NULL, | |
| apptypeval text(40) NULL, | |
| opermodeval text(25) NULL, | |
| currprogval text(40) NULL, | |
| progcyclecount integer(32) NULL, | |
| cycletimesecval real(8,3) NULL, | |
| axiscountval integer(16) NULL, | |
| PRIMARY KEY (operreg), | |
| FOREIGN KEY (operrecref) REFERENCES robot_record(recreg), | |
| FOREIGN KEY (operbotdetref) REFERENCES robot_details(botdetreg) | |
| );","operreg operbotdetref operrecref totopshrval apptypeval opermodeval currprogval progcyclecount cycletimesecval axiscountval | |
| RF100725 RF100725 RF100725 43138 Assembly Programming PRG_8419 177681 39.29 7 | |
| RF506310 RF506310 RF506310 34903 Painting Maintenance PRG_9097 498231 211.82 6 | |
| RF422033 RF422033 RF422033 9861 Palletizing Programming PRG_4901 508274 80.74 5 | |
| ..." | |
| 80,robot,performance_and_safety,"CREATE TABLE ""performance_and_safety"" ( | |
| effectivenessactuation text(20) NOT NULL, | |
| effectivenessoperation text(20) NULL, | |
| effectivenessrobot text(20) NULL, | |
| conditionindexval real(6,4) NULL, | |
| effectivenessindexval real(4,2) NULL, | |
| qualitymeasureval integer(24) NULL, | |
| energyusekwhval real(7,2) NULL, | |
| pwrfactorval integer(24) NULL, | |
| airpressval real(6,3) NULL, | |
| toolchangecount integer(32) NULL, | |
| toolwearpct integer(24) NULL, | |
| safety_metrics TEXT NULL, | |
| PRIMARY KEY (effectivenessactuation), | |
| FOREIGN KEY (effectivenessrobot) REFERENCES robot_details(botdetreg), | |
| FOREIGN KEY (effectivenessoperation) REFERENCES operation(operreg), | |
| FOREIGN KEY (effectivenessactuation) REFERENCES actuation_data(actreg) | |
| );","effectivenessactuation effectivenessoperation effectivenessrobot conditionindexval effectivenessindexval qualitymeasureval energyusekwhval pwrfactorval airpressval toolchangecount toolwearpct safety_metrics | |
| RF806459 RF806459 RF806459 0.708 0.63 0.896 97.67 0.959 5.11 864 50.31 {""overloads"": 5, ""collisions"": 1, ""safety_state"": ""Normal"", ""emergency_stops"": 3, ""zone_violations"": 4, ""speed_violations"": 10, ""calibration_state"": ""Valid ""} | |
| RF478822 RF478822 RF478822 0.794 0.56 0.24 75.64 0.845 6.76 464 86.9 {""overloads"": 4, ""collisions"": null, ""safety_state"": ""Normal"", ""emergency_stops"": null, ""zone_violations"": 4, ""speed_violations"": 7, ""calibration_state"": ""Due ""} | |
| RF196869 RF196869 RF196869 0.407 0.73 0.24 52.24 0.837 6.06 954 94.66 {""overloads"": 1, ""collisions"": 3, ""safety_state"": ""Normal"", ""emergency_stops"": 3, ""zone_violations"": 2, ""speed_violations"": 10, ""calibration_state"": ""Valid ""} | |
| ..." | |
| 81,robot,robot_details,"CREATE TABLE ""robot_details"" ( | |
| botdetreg text(20) NOT NULL, | |
| mfgnameval text(60) NULL, | |
| modelseriesval text(40) NULL, | |
| bottypeval text(15) NULL, | |
| payloadcapkg real(9,2) NULL, | |
| reachmmval integer(16) NULL, | |
| instdateval TEXT NULL, | |
| fwversionval text(25) NULL, | |
| ctrltypeval text(40) NULL, | |
| PRIMARY KEY (botdetreg), | |
| FOREIGN KEY (botdetreg) REFERENCES robot_record(recreg) | |
| );","botdetreg mfgnameval modelseriesval bottypeval payloadcapkg reachmmval instdateval fwversionval ctrltypeval | |
| RF100725 FANUC Series_784 Delta 5 1592 2023-06-10 9.6.6 Controller_C2 | |
| RF506310 Yaskawa Series_892 Collaborative 5 1160 2022-09-14 3.3.7 Controller_C4 | |
| RF422033 Yaskawa Series_525 Cartesian 200 2374 2022-11-19 4.6.6 Controller_B5 | |
| ..." | |
| 82,robot,robot_record,"CREATE TABLE ""robot_record"" ( | |
| recreg text(20) NOT NULL, | |
| rects text(6) NOT NULL, | |
| botcode text(25) NOT NULL, | |
| PRIMARY KEY (recreg) | |
| );","recreg rects botcode | |
| RF100725 2025-02-19 00:10:46.275346 RB2073 | |
| RF506310 2025-02-18 08:48:23.275346 RB9067 | |
| RF422033 2025-02-18 12:20:12.276376 RB2996 | |
| ..." | |
| 83,robot,system_controller,"CREATE TABLE ""system_controller"" ( | |
| systemoverseeractuation text(20) NOT NULL, | |
| systemoverseeroperation text(20) NULL, | |
| systemoverseerrobot text(20) NULL, | |
| controller_metrics TEXT NULL, | |
| PRIMARY KEY (systemoverseeractuation), | |
| FOREIGN KEY (systemoverseerrobot) REFERENCES robot_details(botdetreg), | |
| FOREIGN KEY (systemoverseeroperation) REFERENCES operation(operreg), | |
| FOREIGN KEY (systemoverseeractuation) REFERENCES actuation_data(actreg) | |
| );","systemoverseeractuation systemoverseeroperation systemoverseerrobot controller_metrics | |
| RF977036 RF977036 RF977036 {""load_value"": 75.46, ""memory_usage"": 63.97, ""thermal_level"": 52.38, ""cabinet_humidity"": 53.91, ""cabinet_temperature"": 36.090} | |
| RF616012 RF616012 RF616012 {""load_value"": 18.80, ""memory_usage"": 43.92, ""thermal_level"": 31.23, ""cabinet_humidity"": 61.66, ""cabinet_temperature"": 44.210} | |
| RF997271 RF997271 RF997271 {""load_value"": 30.27, ""memory_usage"": 69.84, ""thermal_level"": 33.65, ""cabinet_humidity"": 59.50, ""cabinet_temperature"": 39.140} | |
| ..." | |
| 84,polar,cabinenvironment,"CREATE TABLE ""cabinenvironment"" ( | |
| cabinregistry integer(32) NOT NULL, | |
| cabineqref text(70) NOT NULL, | |
| cabinlocref integer(32) NULL, | |
| emergencybeaconstatus TEXT NULL, | |
| ventilationstatus TEXT NULL, | |
| ventilationspeedpercent real(5,2) NULL, | |
| heaterstatus TEXT NULL, | |
| heatertemperaturec integer(53) NULL, | |
| defrosterstatus TEXT NULL, | |
| windowstatus TEXT NULL, | |
| doorstatus TEXT NULL, | |
| hatchstatus TEXT NULL, | |
| cabincommref integer(32) NULL, | |
| cabinclimate TEXT NULL, | |
| PRIMARY KEY (cabinregistry), | |
| FOREIGN KEY (cabinlocref) REFERENCES location(locationregistry), | |
| FOREIGN KEY (cabineqref) REFERENCES equipment(equipmentcode), | |
| FOREIGN KEY (cabincommref) REFERENCES communication(commregistry) | |
| );"," cabinregistry cabineqref cabinlocref emergencybeaconstatus ventilationstatus ventilationspeedpercent heaterstatus heatertemperaturec defrosterstatus windowstatus doorstatus hatchstatus cabincommref cabinclimate | |
| 7 PE218333 7 Active On 71.43 Auto 22.91 On Closed Open Closed 7 {""co2_ppm"": 1613.6, ""o2_percent"": 14.95, ""pressure_kpa"": 963, ""temperature_c"": 12.9, ""humidity_percent"": 49.4, ""air_quality_index"": 258.66} | |
| 8 PE679897 8 Testing Off 94.15 Off 11.08 Off Closed Locked Locked 8 {""co2_ppm"": 4991.1, ""o2_percent"": 18.92, ""pressure_kpa"": 1008, ""temperature_c"": -22.24, ""humidity_percent"": 70.4, ""air_quality_index"": 335.4} | |
| 9 PE752240 9 Standby Auto 0.6 Auto 7.86 On Partial Open Closed 9 {""co2_ppm"": 340.6, ""o2_percent"": 14.72, ""pressure_kpa"": 1014, ""temperature_c"": 25.4, ""humidity_percent"": 35.8, ""air_quality_index"": 188.17} | |
| ..." | |
| 85,polar,chassisandvehicle,"CREATE TABLE ""chassisandvehicle"" ( | |
| chassisregistry integer(32) NOT NULL, | |
| chassiseqref text(70) NOT NULL, | |
| chassistransref integer(32) NULL, | |
| brakepadwearpercent integer(24) NULL, | |
| brakefluidlevelpercent real(5,2) NULL, | |
| brakepressurekpa integer(32) NULL, | |
| tracktensionkn real(7,3) NULL, | |
| trackwearpercent integer(53) NULL, | |
| suspensionheightmm real(6,1) NULL, | |
| vehiclespeedkmh integer(24) NULL, | |
| vehicleloadkg real(9,2) NULL, | |
| vehicleangledegrees real(6,2) NULL, | |
| vehicleheadingdegrees real(5,1) NULL, | |
| chassisengref integer(32) NULL, | |
| tiremetrics TEXT NULL, | |
| PRIMARY KEY (chassisregistry), | |
| FOREIGN KEY (chassistransref) REFERENCES transmission(transregistry), | |
| FOREIGN KEY (chassiseqref) REFERENCES equipment(equipmentcode), | |
| FOREIGN KEY (chassisengref) REFERENCES engineandfluids(engineregistry) | |
| );"," chassisregistry chassiseqref chassistransref brakepadwearpercent brakefluidlevelpercent brakepressurekpa tracktensionkn trackwearpercent suspensionheightmm vehiclespeedkmh vehicleloadkg vehicleangledegrees vehicleheadingdegrees chassisengref tiremetrics | |
| 9 PE752240 9 16.8 28.17 1193 31.698 45.98 294.1 61.04 1785.82 74.65 278.6 9 {""pressure_kpa"": 227, ""temperature_c"": 26.97, ""tread_depth_mm"": 0.15} | |
| 10 PE665932 10 64 90.34 2092 39.313 40.22 782 61.19 4852.3 171.85 67.5 10 {""pressure_kpa"": 299, ""temperature_c"": 84.33, ""tread_depth_mm"": 2.08} | |
| 11 PE408827 11 84.7 49.24 1447 11.605 57.54 872.5 92.23 3844.6 72.25 88.8 11 {""pressure_kpa"": 233, ""temperature_c"": 6.59, ""tread_depth_mm"": 5.82} | |
| ..." | |
| 86,polar,communication,"CREATE TABLE ""communication"" ( | |
| commregistry integer(32) NOT NULL, | |
| commeqref text(70) NOT NULL, | |
| commlocref integer(32) NULL, | |
| radiofrequencymhz integer(24) NULL, | |
| antennastatus TEXT NULL, | |
| bluetoothstatus TEXT NULL, | |
| commopmaintref integer(32) NULL, | |
| signalmetrics TEXT NULL, | |
| PRIMARY KEY (commregistry), | |
| FOREIGN KEY (commlocref) REFERENCES location(locationregistry), | |
| FOREIGN KEY (commeqref) REFERENCES equipment(equipmentcode) | |
| );"," commregistry commeqref commlocref radiofrequencymhz antennastatus bluetoothstatus commopmaintref signalmetrics | |
| 8 PE679897 8 837.3 Warning Off {""latency_ms"": 1623.30, ""gps_strength"": ""Strong"", ""data_rate_kbps"": 982.1, ""satellite_status"": ""Disconnected"", ""wifi_strength_dbm"": -43.8, ""radio_strength_dbm"": -87.500} | |
| 9 PE752240 9 813.1 Normal Pairing {""latency_ms"": 244.70, ""gps_strength"": ""None"", ""data_rate_kbps"": 909.2, ""satellite_status"": ""Limited"", ""wifi_strength_dbm"": -70.9, ""radio_strength_dbm"": -95.000} | |
| 10 PE665932 10 618.8 Warning Pairing {""latency_ms"": 1700.00, ""gps_strength"": ""Medium"", ""data_rate_kbps"": 604.3, ""satellite_status"": ""Connected"", ""wifi_strength_dbm"": -62.6, ""radio_strength_dbm"": -62.800} | |
| ..." | |
| 87,polar,engineandfluids,"CREATE TABLE ""engineandfluids"" ( | |
| engineregistry integer(32) NOT NULL, | |
| engfluidseqref text(60) NOT NULL, | |
| engfluidspbref integer(32) NULL, | |
| enginespeedrpm integer(32) NULL, | |
| engineloadpercent integer(24) NULL, | |
| enginetemperaturec integer(53) NULL, | |
| enginehours real(8,1) NULL, | |
| engfluidsopmaintref integer(32) NULL, | |
| fluidmetrics TEXT NULL, | |
| PRIMARY KEY (engineregistry), | |
| FOREIGN KEY (engfluidspbref) REFERENCES powerbattery(powerbattregistry), | |
| FOREIGN KEY (engfluidseqref) REFERENCES equipment(equipmentcode) | |
| );"," engineregistry engfluidseqref engfluidspbref enginespeedrpm engineloadpercent enginetemperaturec enginehours engfluidsopmaintref fluidmetrics | |
| 6 PE615899 6 3727 0.22 73.27 2754.2 6 {""oil"": {""pressure_kpa"": 1846, ""level_percent"": 66.46, ""temperature_c"": 4.05}, ""fuel"": {""pressure_kpa"": 489, ""level_percent"": 43, ""temperature_c"": 27.76, ""consumption_lh"": 29.63}, ""coolant"": {""pressure_kpa"": 1417, ""level_percent"": 86.03, ""temperature_c"": 40.85}, ""hydraulic"": {""pressure_kpa"": 998.249, ""level_percent"": 33.58, ""temperature_c"": 7.68}} | |
| 7 PE218333 7 4165 35.17 23.04 1326.8 7 {""oil"": {""pressure_kpa"": 814, ""level_percent"": 84.02, ""temperature_c"": 118.6}, ""fuel"": {""pressure_kpa"": 693, ""level_percent"": 25, ""temperature_c"": 41.17, ""consumption_lh"": 33.54}, ""coolant"": {""pressure_kpa"": 1630, ""level_percent"": 80.73, ""temperature_c"": -1.44}, ""hydraulic"": {""pressure_kpa"": 912.930, ""level_percent"": 13.85, ""temperature_c"": 72.33}} | |
| 8 PE679897 8 5881 14.15 142.02 2523.8 8 {""oil"": {""pressure_kpa"": 2209, ""level_percent"": 14.9, ""temperature_c"": 72.39}, ""fuel"": {""pressure_kpa"": 808, ""level_percent"": 34, ""temperature_c"": 21.33, ""consumption_lh"": 25.80}, ""coolant"": {""pressure_kpa"": 1882, ""level_percent"": 51.73, ""temperature_c"": 81.27}, ""hydraulic"": {""pressure_kpa"": 1918.400, ""level_percent"": 15.29, ""temperature_c"": 80.77}} | |
| ..." | |
| 88,polar,equipment,"CREATE TABLE ""equipment"" ( | |
| equipmentcode text(50) NOT NULL, | |
| equipmenttype TEXT NULL, | |
| equipmentmodel text(80) NULL, | |
| manufacturer text(120) NULL, | |
| servicelifeyears integer(16) NULL, | |
| equipmentutilizationpercent real(5,2) NULL, | |
| reliabilityindex real(6,3) NULL, | |
| performanceindex real(7,2) NULL, | |
| efficiencyindex integer(24) NULL, | |
| safetyindex real(5,3) NULL, | |
| environmentalimpactindex integer(53) NULL, | |
| PRIMARY KEY (equipmentcode) | |
| );","equipmentcode equipmenttype equipmentmodel manufacturer servicelifeyears equipmentutilizationpercent reliabilityindex performanceindex efficiencyindex safetyindex environmentalimpactindex | |
| PE593707 Shelter Model-925 Lee, Meyers and Hamilton 4 53 97.8 72.8 47.1 75.9 36.7 | |
| PE292528 Scientific Model-454 Wiggins Inc 6 60 97.7 48.8 72.2 35.9 74.7 | |
| PE617633 Safety Model-456 Graves-Cox 10 81 97 93 36.8 34.6 87.3 | |
| ..." | |
| 89,polar,lightingandsafety,"CREATE TABLE ""lightingandsafety"" ( | |
| lightregistry integer(32) NOT NULL, | |
| lighteqref text(70) NOT NULL, | |
| lightingstatus TEXT NULL, | |
| lightingintensitypercent real(5,2) NULL, | |
| externallightstatus TEXT NULL, | |
| emergencylightstatus TEXT NULL, | |
| emergencystopstatus TEXT NULL, | |
| alarmstatus TEXT NULL, | |
| safetysystemstatus TEXT NULL, | |
| lifesupportstatus TEXT NULL, | |
| oxygensupplystatus TEXT NULL, | |
| medicalequipmentstatus TEXT NULL, | |
| wastemanagementstatus TEXT NULL, | |
| watersupplystatus TEXT NULL, | |
| safetysensors TEXT NULL, | |
| PRIMARY KEY (lightregistry), | |
| FOREIGN KEY (lighteqref) REFERENCES equipment(equipmentcode) | |
| );"," lightregistry lighteqref lightingstatus lightingintensitypercent externallightstatus emergencylightstatus emergencystopstatus alarmstatus safetysystemstatus lifesupportstatus oxygensupplystatus medicalequipmentstatus wastemanagementstatus watersupplystatus safetysensors | |
| 11 PE408827 On 12.66 Auto On Ready Critical Active Critical Critical Critical Critical Warning {""co_detection"": ""Alert"", ""gas_detection"": ""Fault"", ""fire_detection"": ""Normal"", ""smoke_detection"": ""Normal""} | |
| 12 PE857355 Auto 57.96 On Testing Reset Warning Standby Warning Warning Critical Warning Critical {""co_detection"": ""Normal"", ""gas_detection"": ""Alert"", ""fire_detection"": ""Normal"", ""smoke_detection"": ""Normal""} | |
| 13 PE527247 Auto 69.75 Off Testing Activated Warning Active Normal Critical Critical Warning Warning {""co_detection"": ""Fault"", ""gas_detection"": ""Normal"", ""fire_detection"": ""Alert"", ""smoke_detection"": ""Normal""} | |
| ..." | |
| 90,polar,location,"CREATE TABLE ""location"" ( | |
| locationregistry integer(32) NOT NULL, | |
| loceqref text(70) NOT NULL, | |
| Timestamp text(6) NULL, | |
| stationname TEXT NULL, | |
| locationtype TEXT NULL, | |
| latitude real(9,6) NULL, | |
| longitude real(9,6) NULL, | |
| altitudem real(7,2) NULL, | |
| PRIMARY KEY (locationregistry), | |
| FOREIGN KEY (loceqref) REFERENCES equipment(equipmentcode) | |
| );"," locationregistry loceqref Timestamp stationname locationtype latitude longitude altitudem | |
| 1 PE593707 2024-10-29 17:30:55.954446 Station-14 Arctic 80.2552 -146.258 2054.5 | |
| 2 PE292528 2024-03-28 10:51:42.955464 Station-8 Antarctic -61.9982 -153.401 1343.9 | |
| 3 PE617633 2024-02-23 01:26:41.955464 Station-19 Arctic 76.0172 -10.7953 479.1 | |
| ..." | |
| 91,polar,operationmaintenance,"CREATE TABLE ""operationmaintenance"" ( | |
| opmaintregistry integer(32) NOT NULL, | |
| opmainteqref text(60) NOT NULL, | |
| opmaintlocref integer(32) NULL, | |
| operationhours real(8,3) NULL, | |
| maintenancecyclehours real(7,2) NULL, | |
| lastmaintenancedate TEXT NULL, | |
| nextmaintenancedue TEXT NULL, | |
| operationalstatus TEXT NULL, | |
| crewcertificationstatus TEXT NULL, | |
| inspectionstatus TEXT NULL, | |
| compliancestatus TEXT NULL, | |
| documentationstatus TEXT NULL, | |
| opmaintcommref integer(32) NULL, | |
| costmetrics TEXT NULL, | |
| PRIMARY KEY (opmaintregistry), | |
| FOREIGN KEY (opmaintlocref) REFERENCES location(locationregistry), | |
| FOREIGN KEY (opmainteqref) REFERENCES equipment(equipmentcode) | |
| );"," opmaintregistry opmainteqref opmaintlocref operationhours maintenancecyclehours lastmaintenancedate nextmaintenancedue operationalstatus crewcertificationstatus inspectionstatus compliancestatus documentationstatus opmaintcommref costmetrics | |
| 11 PE408827 11 40995 2464 2024-10-20 2025-06-15 Storage Pending Passed Review Updated 11 {""repair_usd"": 6.280, ""operating_usd"": 555.1800, ""maintenance_usd"": 1280.47} | |
| 12 PE857355 12 37690 3498 2024-08-06 2025-08-07 Standby Pending Failed Compliant Incomplete 12 {""repair_usd"": 4076.160, ""operating_usd"": 966.7500, ""maintenance_usd"": 7214.73} | |
| 13 PE527247 13 41658 2567 2024-04-19 2025-09-19 Active Expired Passed Review Updated 13 {""repair_usd"": 1148.470, ""operating_usd"": 454.0600, ""maintenance_usd"": 9523.28} | |
| ..." | |
| 92,polar,powerbattery,"CREATE TABLE ""powerbattery"" ( | |
| powerbattregistry integer(32) NOT NULL, | |
| pwrbatteqref text(70) NOT NULL, | |
| powerstatus TEXT NULL, | |
| powersource TEXT NULL, | |
| chargingstatus TEXT NULL, | |
| powerconsumptionw real(10,4) NULL, | |
| energyefficiencypercent real(6,3) NULL, | |
| batterystatus TEXT NULL, | |
| PRIMARY KEY (powerbattregistry), | |
| FOREIGN KEY (pwrbatteqref) REFERENCES equipment(equipmentcode) | |
| );"," powerbattregistry pwrbatteqref powerstatus powersource chargingstatus powerconsumptionw energyefficiencypercent batterystatus | |
| 11 PE408827 Sleep Wind Error 4417.7 89 {""cycles"": 270, ""current_a"": 16.230, ""voltage_v"": 27.00, ""level_percent"": 78.00, ""temperature_c"": 8.6, ""health_percent"": 64.0} | |
| 12 PE857355 On Solar Not Charging 1211 83.6 {""cycles"": 240, ""current_a"": 4.300, ""voltage_v"": 20.70, ""level_percent"": 58.00, ""temperature_c"": -38.3, ""health_percent"": 95.0} | |
| 13 PE527247 Sleep Battery Full 4060.3 83.7 {""cycles"": 681, ""current_a"": 26.460, ""voltage_v"": 45.80, ""level_percent"": 45.00, ""temperature_c"": 8.9, ""health_percent"": 73.0} | |
| ..." | |
| 93,polar,scientific,"CREATE TABLE ""scientific"" ( | |
| sciregistry integer(32) NOT NULL, | |
| scieqref text(70) NOT NULL, | |
| scientificequipmentstatus TEXT NULL, | |
| dataloggingstatus TEXT NULL, | |
| sensorstatus TEXT NULL, | |
| calibrationstatus TEXT NULL, | |
| measurementaccuracypercent integer(24) NULL, | |
| PRIMARY KEY (sciregistry), | |
| FOREIGN KEY (scieqref) REFERENCES equipment(equipmentcode) | |
| );"," sciregistry scieqref scientificequipmentstatus dataloggingstatus sensorstatus calibrationstatus measurementaccuracypercent | |
| 1 PE593707 Standby Active Error Valid 99.55 | |
| 2 PE292528 Operating Active Error Due 69.64 | |
| 3 PE617633 Fault Paused Error Due 89.82 | |
| ..." | |
| 94,polar,thermalsolarwindandgrid,"CREATE TABLE ""thermalsolarwindandgrid"" ( | |
| thermalregistry integer(32) NOT NULL, | |
| thermaleqref text(70) NOT NULL, | |
| thermalcommref integer(32) NULL, | |
| thermalimagingstatus TEXT NULL, | |
| insulationstatus TEXT NULL, | |
| heatlossratekwh real(8,3) NULL, | |
| solarpanelstatus TEXT NULL, | |
| windturbinestatus TEXT NULL, | |
| powergridstatus TEXT NULL, | |
| powerqualityindex real(5,2) NULL, | |
| backuppowerstatus TEXT NULL, | |
| fuelcellstatus TEXT NULL, | |
| fuelcelloutputw integer(53) NULL, | |
| fuelcellefficiencypercent real(4,1) NULL, | |
| hydrogenlevelpercent real(5,2) NULL, | |
| oxygenlevelpercent real(5,2) NULL, | |
| thermalpowerref integer(32) NULL, | |
| renewablemetrics TEXT NULL, | |
| PRIMARY KEY (thermalregistry), | |
| FOREIGN KEY (thermalpowerref) REFERENCES powerbattery(powerbattregistry), | |
| FOREIGN KEY (thermaleqref) REFERENCES equipment(equipmentcode), | |
| FOREIGN KEY (thermalcommref) REFERENCES communication(commregistry) | |
| );"," thermalregistry thermaleqref thermalcommref thermalimagingstatus insulationstatus heatlossratekwh solarpanelstatus windturbinestatus powergridstatus powerqualityindex backuppowerstatus fuelcellstatus fuelcelloutputw fuelcellefficiencypercent hydrogenlevelpercent oxygenlevelpercent thermalpowerref renewablemetrics | |
| 1 PE593707 1 Warning Fair 217.463 Fault Fault Island Mode 40.52 Standby Operating 1955.39 37.1 75.78 71.61 1 {""wind"": {""rpm"": 1003, ""output_w"": 2248.84}, ""solar"": {""output_w"": 1242.15, ""temperature_c"": 18.4, ""efficiency_percent"": 92.49}} | |
| 2 PE292528 2 Critical Fair 85.729 Inactive Fault Disconnected 24.28 Fault Standby 2000.46 17.7 73.37 12.81 2 {""wind"": {""rpm"": 138, ""output_w"": 479.67}, ""solar"": {""output_w"": 1871.41, ""temperature_c"": 28.59, ""efficiency_percent"": 18.84}} | |
| 3 PE617633 3 Warning Fair 389.506 Inactive Fault Connected 73.26 Active Fault 1364.44 79.6 42.42 96.97 3 {""wind"": {""rpm"": 1657, ""output_w"": 1840.21}, ""solar"": {""output_w"": 1879.54, ""temperature_c"": 7.89, ""efficiency_percent"": 77.20}} | |
| ..." | |
| 95,polar,transmission,"CREATE TABLE ""transmission"" ( | |
| transregistry integer(32) NOT NULL, | |
| transeqref text(70) NOT NULL, | |
| transengfluidsref integer(32) NULL, | |
| transmissiontemperaturec integer(24) NULL, | |
| transmissionpressurekpa real(8,2) NULL, | |
| transmissiongear integer(16) NULL, | |
| differentialtemperaturec integer(53) NULL, | |
| axletemperaturec integer(53) NULL, | |
| transopmaintref integer(32) NULL, | |
| PRIMARY KEY (transregistry), | |
| FOREIGN KEY (transeqref) REFERENCES equipment(equipmentcode), | |
| FOREIGN KEY (transengfluidsref) REFERENCES engineandfluids(engineregistry) | |
| );"," transregistry transeqref transengfluidsref transmissiontemperaturec transmissionpressurekpa transmissiongear differentialtemperaturec axletemperaturec transopmaintref | |
| 1 PE593707 1 92.72 1894.1 2 75.48 80.12 1 | |
| 2 PE292528 2 -4.57 199.45 5 80.86 14.15 2 | |
| 3 PE617633 3 15.63 1960.08 5 53.04 27.9 3 | |
| ..." | |
| 96,polar,waterandwaste,"CREATE TABLE ""waterandwaste"" ( | |
| waterregistry integer(32) NOT NULL, | |
| watereqref text(70) NOT NULL, | |
| waterlevelpercent integer(24) NULL, | |
| waterpressurekpa real(7,2) NULL, | |
| watertemperaturec integer(53) NULL, | |
| waterflowlpm real(8,3) NULL, | |
| waterqualityindex integer(32) NULL, | |
| wastetanklevelpercent real(5,2) NULL, | |
| PRIMARY KEY (waterregistry), | |
| FOREIGN KEY (watereqref) REFERENCES equipment(equipmentcode) | |
| );"," waterregistry watereqref waterlevelpercent waterpressurekpa watertemperaturec waterflowlpm waterqualityindex wastetanklevelpercent | |
| 1 PE593707 90.6 770.75 58.91 545.036 515 41.95 | |
| 2 PE292528 86.42 445.38 55.67 246.775 536 91.48 | |
| 3 PE617633 18.27 311.86 45.63 103.735 358 57.47 | |
| ..." | |
| 97,polar,weatherandstructure,"CREATE TABLE ""weatherandstructure"" ( | |
| weatherregistry integer(32) NOT NULL, | |
| weatherlocref integer(32) NOT NULL, | |
| externaltemperaturec integer(24) NULL, | |
| windspeedms integer(53) NULL, | |
| winddirectiondegrees real(5,1) NULL, | |
| barometricpressurehpa real(7,2) NULL, | |
| solarradiationwm2 real(8,3) NULL, | |
| snowdepthcm integer(16) NULL, | |
| icethicknesscm real(5,2) NULL, | |
| visibilitykm integer(24) NULL, | |
| precipitationtype TEXT NULL, | |
| precipitationratemmh real(7,3) NULL, | |
| snowloadkgm2 integer(32) NULL, | |
| structuralloadpercent integer(24) NULL, | |
| structuralintegritystatus TEXT NULL, | |
| vibrationlevelmms2 integer(53) NULL, | |
| noiseleveldb real(7,2) NULL, | |
| weatheropmaintref integer(32) NULL, | |
| PRIMARY KEY (weatherregistry), | |
| FOREIGN KEY (weatheropmaintref) REFERENCES operationmaintenance(opmaintregistry), | |
| FOREIGN KEY (weatherlocref) REFERENCES location(locationregistry) | |
| );"," weatherregistry weatherlocref externaltemperaturec windspeedms winddirectiondegrees barometricpressurehpa solarradiationwm2 snowdepthcm icethicknesscm visibilitykm precipitationtype precipitationratemmh snowloadkgm2 structuralloadpercent structuralintegritystatus vibrationlevelmms2 noiseleveldb weatheropmaintref | |
| 1 1 29.3 17.79 283.6 1010.05 1042.88 39 66.7 26.05 Blowing Snow 19.019 982 87.62 Normal 1.3 143.46 1 | |
| 2 2 -20.46 3.45 345.6 874.25 473.6 0 82.66 28.1 Ice 36.991 812 25.94 Normal 5.47 67.66 2 | |
| 3 3 48.98 26.83 303.4 1089.8 1468.84 39 13.51 17.6 Blowing Snow 63.237 644 18.24 Critical 45.38 71.17 3 | |
| ..." | |
| 98,insider,advancedbehavior,"CREATE TABLE ""advancedbehavior"" ( | |
| abhvreg text(50) NOT NULL, | |
| translink text(50) NOT NULL, | |
| patsim real(7,4) NULL, | |
| peercorr real(7,4) NULL, | |
| mktcorr real(7,4) NULL, | |
| secrotimp real(7,4) NULL, | |
| PRIMARY KEY (abhvreg), | |
| FOREIGN KEY (translink) REFERENCES transactionrecord(transreg) | |
| );","abhvreg translink patsim peercorr mktcorr secrotimp | |
| ABHV_0Z7PG IT291460 0.823 0.525 -0.327 -0.793 | |
| ABHV_XIYLR IT931600 0.457 -0.353 -0.324 0.371 | |
| ABHV_4WDLK IT310545 0.06 0.382 -0.104 -0.183 | |
| ..." | |
| 99,insider,compliancecase,"CREATE TABLE ""compliancecase"" ( | |
| compreg text(50) NOT NULL, | |
| transref text(50) NOT NULL, | |
| regfilestat TEXT NULL, | |
| disclosecmp TEXT NULL, | |
| brokrepstat TEXT NULL, | |
| exchnotif TEXT NULL, | |
| prevviol integer(32) NULL, | |
| comprate TEXT NULL, | |
| risksc real(7,4) NULL, | |
| alertlvl TEXT NULL, | |
| invstprior TEXT NULL, | |
| casestat TEXT NULL, | |
| revfreq TEXT NULL, | |
| lastrevdt TEXT NULL, | |
| nextrevdt TEXT NULL, | |
| monitint TEXT NULL, | |
| survsys TEXT NULL, | |
| detectmth TEXT NULL, | |
| fposrate real(5,2) NULL, | |
| modelconf real(7,4) NULL, | |
| abhvref text(50) NULL, | |
| PRIMARY KEY (compreg), | |
| FOREIGN KEY (transref) REFERENCES transactionrecord(transreg), | |
| FOREIGN KEY (abhvref) REFERENCES advancedbehavior(abhvreg) | |
| );","compreg transref regfilestat disclosecmp brokrepstat exchnotif prevviol comprate risksc alertlvl invstprior casestat revfreq lastrevdt nextrevdt monitint survsys detectmth fposrate modelconf abhvref | |
| CASE_GR8LZ IT291460 Delayed Full Incomplete Warning 1 B 58.84 Low Low Investigation Monthly 2025-02-02 2025-03-19 Enhanced Secondary Automated 0.03 0.883 ABHV_0Z7PG | |
| CASE_8YXF1 IT931600 Missing Full Late Inquiry 1 A 49.31 Low Low Investigation Monthly 2025-02-14 2025-03-07 Intensive Secondary Automated 0.14 0.613 ABHV_XIYLR | |
| CASE_L2L48 IT310545 Delayed Non-compliant Incomplete Warning 5 D 56.81 Critical Low Closed Monthly 2025-02-07 2025-02-22 Intensive Secondary Hybrid 0.2 0.73 ABHV_4WDLK | |
| ..." | |
| 100,insider,enforcementactions,"CREATE TABLE ""enforcementactions"" ( | |
| enforcereg text(50) NOT NULL, | |
| compref2 text(50) NOT NULL, | |
| acttake TEXT NULL, | |
| esclvl TEXT NULL, | |
| resstat TEXT NULL, | |
| penimp TEXT NULL, | |
| penamt real(20,2) NULL, | |
| legactstat TEXT NULL, | |
| settlestat TEXT NULL, | |
| repimp TEXT NULL, | |
| busrestr TEXT NULL, | |
| remedstat TEXT NULL, | |
| traderestr TEXT NULL, | |
| sysupdneed TEXT NULL, | |
| polupdneed TEXT NULL, | |
| trainreq TEXT NULL, | |
| repgenstat TEXT NULL, | |
| dataretstat TEXT NULL, | |
| auditstat TEXT NULL, | |
| conflvl TEXT NULL, | |
| accrestr TEXT NULL, | |
| datashare TEXT NULL, | |
| invdetref text(50) NULL, | |
| PRIMARY KEY (enforcereg), | |
| FOREIGN KEY (invdetref) REFERENCES investigationdetails(invdetreg), | |
| FOREIGN KEY (compref2) REFERENCES compliancecase(compreg) | |
| );","enforcereg compref2 acttake esclvl resstat penimp penamt legactstat settlestat repimp busrestr remedstat traderestr sysupdneed polupdneed trainreq repgenstat dataretstat auditstat conflvl accrestr datashare invdetref | |
| ENF_2MI2A CASE_GR8LZ Warning Supervisor Resolved Warning 290459 Pending Negotiating Severe Partial Not Required Special Minor Yes Refresher Hybrid Archived Complete Normal Internal Limited INV_WSENV | |
| ENF_R2LMP CASE_8YXF1 Warning Compliance In Progress Warning 76804.6 Pending Negotiating Moderate Partial Pending Special Minor No Refresher Hybrid Archived Missing Highly Sensitive Internal Prohibited INV_A9P2J | |
| ENF_Q3872 CASE_L2L48 Restriction Legal In Progress Warning 504728 Active Settled Moderate Full Pending Blackout Major Yes Refresher Automated Deleted Complete Sensitive Internal Prohibited INV_H8QVD | |
| ..." | |
| 101,insider,investigationdetails,"CREATE TABLE ""investigationdetails"" ( | |
| invdetreg text(50) NOT NULL, | |
| compref text(50) NOT NULL, | |
| reginv TEXT NULL, | |
| patrecsc real(7,4) NULL, | |
| behansc real(7,4) NULL, | |
| netansc real(7,4) NULL, | |
| relmapstat TEXT NULL, | |
| connent text(100) NULL, | |
| commaddr integer(32) NULL, | |
| sharectc TEXT NULL, | |
| finrel TEXT NULL, | |
| commpat TEXT NULL, | |
| tcirclesz integer(32) NULL, | |
| grpbehsc real(7,4) NULL, | |
| mktabprob real(5,2) NULL, | |
| evidstr TEXT NULL, | |
| docustat TEXT NULL, | |
| sentref text(50) NULL, | |
| PRIMARY KEY (invdetreg), | |
| FOREIGN KEY (sentref) REFERENCES sentimentandfundamentals(sentreg), | |
| FOREIGN KEY (compref) REFERENCES compliancecase(compreg) | |
| );","invdetreg compref reginv patrecsc behansc netansc relmapstat connent commaddr sharectc finrel commpat tcirclesz grpbehsc mktabprob evidstr docustat sentref | |
| INV_WSENV CASE_GR8LZ Preliminary 42.51 37.76 68.91 Partial 19 3 Email Business Regular 32 41.87 0.18 Strong Incomplete SENT_XSX4T | |
| INV_A9P2J CASE_8YXF1 Preliminary 12.01 92.39 77.42 Partial 8 0 Email Business Irregular 50 74.18 0.99 Weak Incomplete SENT_MOR6T | |
| INV_H8QVD CASE_L2L48 Preliminary 88.2 73.36 47.35 Pending 12 1 Email Business Irregular 39 55.24 0.68 Strong Partial SENT_HWFBT | |
| ..." | |
| 102,insider,sentimentandfundamentals,"CREATE TABLE ""sentimentandfundamentals"" ( | |
| sentreg text(50) NOT NULL, | |
| transref text(50) NOT NULL, | |
| newsscore real(5,2) NULL, | |
| socscore real(5,2) NULL, | |
| anlycount integer(32) NULL, | |
| inholdpct real(5,2) NULL, | |
| instownpct real(5,2) NULL, | |
| shortintrt real(7,4) NULL, | |
| optvolrt real(7,4) NULL, | |
| putcallrt real(7,4) NULL, | |
| impvolrank real(7,4) NULL, | |
| unuoptact TEXT NULL, | |
| corpeventprx TEXT NULL, | |
| eventannotm TEXT NULL, | |
| infoleaksc real(5,2) NULL, | |
| trdref2 text(50) NULL, | |
| PRIMARY KEY (sentreg), | |
| FOREIGN KEY (trdref2) REFERENCES trader(tradereg), | |
| FOREIGN KEY (transref) REFERENCES transactionrecord(transreg) | |
| );","sentreg transref newsscore socscore anlycount inholdpct instownpct shortintrt optvolrt putcallrt impvolrank unuoptact corpeventprx eventannotm infoleaksc trdref2 | |
| SENT_XSX4T IT291460 0.87 0.61 18 45.91 3.85 18.66 2.91 1.17 11.39 Moderate Earnings Pre-market 34.04 | |
| SENT_MOR6T IT931600 -0.93 -0.48 9 37.78 64.69 18.89 1.39 0.85 91.47 Moderate Restructuring Intraday 41.03 | |
| SENT_HWFBT IT310545 0.83 0.59 29 35.22 72.15 17.24 3.9 0.65 12.68 Moderate M&A Pre-market 12.66 | |
| ..." | |
| 103,insider,trader,"CREATE TABLE ""trader"" ( | |
| tradereg text(50) NOT NULL, | |
| tradekind TEXT NULL, | |
| acctdays integer(32) NULL, | |
| acctbal real(20,2) NULL, | |
| freqscope TEXT NULL, | |
| voldaily real(20,4) NULL, | |
| posavg real(20,4) NULL, | |
| posspan TEXT NULL, | |
| trading_performance TEXT NULL, | |
| PRIMARY KEY (tradereg) | |
| );","tradereg tradekind acctdays acctbal freqscope voldaily posavg posspan trading_performance | |
| TR32485 Broker 1386 8.04279e+06 Medium 79650.9 68768 Intraday {""winpct"": 34.88, ""plratio"": 2.3000, ""risklevel"": {""margpct"": 24.48, ""levratio"": 9.4400, ""risklevel"": ""Conservative""}} | |
| TR16169 Individual 3206 1.41456e+06 Medium 494564 111835 Intraday {""winpct"": 68.01, ""plratio"": 2.7100, ""risklevel"": {""margpct"": 58.43, ""levratio"": 7.4700, ""risklevel"": ""Moderate""}} | |
| TR67490 Broker 1061 9.01803e+06 Medium 151127 293964 Long-term {""winpct"": 42.62, ""plratio"": 1.7900, ""risklevel"": {""margpct"": 51.07, ""levratio"": 5.8700, ""risklevel"": ""Conservative""}} | |
| ..." | |
| 104,insider,transactionrecord,"CREATE TABLE ""transactionrecord"" ( | |
| transreg text(50) NOT NULL, | |
| transtime text(6) NOT NULL, | |
| trdref text(50) NOT NULL, | |
| ordervar real(20,4) NULL, | |
| ordertimepat TEXT NULL, | |
| ordertypedist TEXT NULL, | |
| cancelpct real(7,4) NULL, | |
| modfreq real(7,4) NULL, | |
| darkusage text(100) NULL, | |
| offmkt text(100) NULL, | |
| crossfreq real(10,4) NULL, | |
| risk_indicators TEXT NULL, | |
| PRIMARY KEY (transreg), | |
| FOREIGN KEY (trdref) REFERENCES trader(tradereg) | |
| );","transreg transtime trdref ordervar ordertimepat ordertypedist cancelpct modfreq darkusage offmkt crossfreq risk_indicators | |
| IT855524 2024-04-21 12:53:22.10326 TR47794 0.381 Irregular Market 0.208 0.486 0.114 0.124 0.017 {""washsus"": ""Low"", ""layerind"": ""Suspected"", ""spoofprob"": 0.32, ""frontscore"": 85.6200, ""momentignit"": ""Weak"", ""qstuffindex"": 0.5190, ""markclosepat"": ""Occasional""} | |
| IT110951 2025-01-05 18:39:26.10326 TR47821 1.854 Irregular Mixed 0.213 0.164 0.338 0.016 0.058 {""washsus"": ""High"", ""layerind"": ""Confirmed"", ""spoofprob"": 0.95, ""frontscore"": 15.8200, ""momentignit"": ""Weak"", ""qstuffindex"": 0.5280, ""markclosepat"": ""Occasional""} | |
| IT589692 2024-06-12 16:39:52.10326 TR74663 1.119 Regular Mixed 0.127 0.114 0.153 0.089 0.015 {""washsus"": ""High"", ""layerind"": ""Confirmed"", ""spoofprob"": 0.25, ""frontscore"": 16.9400, ""momentignit"": ""Weak"", ""qstuffindex"": 0.8940, ""markclosepat"": ""Occasional""} | |
| ..." | |
| 105,vaccine,container,"CREATE TABLE ""container"" ( | |
| containregistry text(20) NOT NULL, | |
| containmodel text(40) NULL, | |
| volliters integer(32) NULL, | |
| masskg integer(24) NULL, | |
| containflag text(30) NULL, | |
| coolkind text(40) NULL, | |
| coolmass integer(24) NULL, | |
| coolremainpct real(5,2) NULL, | |
| coolrefills integer(16) NULL, | |
| refilllatest TEXT NULL, | |
| refillnext TEXT NULL, | |
| batterypct integer(24) NULL, | |
| pwrfeed text(40) NULL, | |
| pwrbackupflag text(40) NULL, | |
| shipown text(20) NOT NULL, | |
| PRIMARY KEY (containregistry), | |
| FOREIGN KEY (shipown) REFERENCES shipments(shipmentregistry) | |
| );","containregistry containmodel volliters masskg containflag coolkind coolmass coolremainpct coolrefills refilllatest refillnext batterypct pwrfeed pwrbackupflag shipown | |
| C62575 Cryo Container 155 153.7 In Transit Dry Ice 37.8 80.3 0 2025-02-09 2025-02-20 72 Battery Available VS113526 | |
| C52903 Ultra-Low Freezer 494 99.7 Active Dry Ice 19.3 35.7 2 2025-02-14 2025-02-24 27 External In Use VS255467 | |
| C13929 Ultra-Low Freezer 321 148.6 Active Dry Ice 40.9 70.8 0 2025-02-09 2025-02-24 45 Battery Not Available VS971688 | |
| ..." | |
| 106,vaccine,datalogger,"CREATE TABLE ""datalogger"" ( | |
| loggerreg text(20) NOT NULL, | |
| logflag TEXT NULL, | |
| loginterval integer(16) NULL, | |
| transmitflag TEXT NULL, | |
| datauptime text(6) NULL, | |
| datapct integer(24) NULL, | |
| batteryswap TEXT NULL, | |
| firmvers text(50) NULL, | |
| softupdate TEXT NULL, | |
| syshealth TEXT NULL, | |
| memusepct integer(16) NULL, | |
| storecapmb integer(32) NULL, | |
| storeremainmb integer(32) NULL, | |
| netsignal TEXT NULL, | |
| commproto text(20) NULL, | |
| syncflag text(20) NULL, | |
| syncfreqhr integer(16) NULL, | |
| containlog text(20) NOT NULL, | |
| shiplog text(20) NULL, | |
| PRIMARY KEY (loggerreg), | |
| FOREIGN KEY (shiplog) REFERENCES shipments(shipmentregistry), | |
| FOREIGN KEY (containlog) REFERENCES container(containregistry) | |
| );","loggerreg logflag loginterval transmitflag datauptime datapct batteryswap firmvers softupdate syshealth memusepct storecapmb storeremainmb netsignal commproto syncflag syncfreqhr containlog shiplog | |
| DL3959 Malfunction 1 Failed 2025-02-19 08:02:08 84.7 2025-06-24 5.2.4 Pending Poor 71 81 989 Good RF Pending 8 C62575 VS113526 | |
| DL5868 Battery Low 10 Failed 2025-02-19 08:32:08 93.6 2025-03-11 4.8.4 Pending Fair 66 209 721 Poor Bluetooth Pending 8 C52903 VS255467 | |
| DL6970 Malfunction 30 Failed 2025-02-19 08:27:08 93.4 2025-07-10 1.1.6 Failed Poor 51 221 570 Excellent Satellite Success 4 C13929 VS971688 | |
| ..." | |
| 107,vaccine,regulatoryandmaintenance,"CREATE TABLE ""regulatoryandmaintenance"" ( | |
| regmaintregistry integer(32) NOT NULL, | |
| maintflag text(20) NULL, | |
| maintdatelast TEXT NULL, | |
| maintdatenext TEXT NULL, | |
| calibflag text(20) NULL, | |
| calibdatelast TEXT NULL, | |
| calibdatenext TEXT NULL, | |
| docuflag text(20) NULL, | |
| compscore integer(24) NULL, | |
| riskflag text(50) NULL, | |
| incidents integer(16) NULL, | |
| resolveflag text(50) NULL, | |
| respperson text(100) NULL, | |
| contactno text(50) NULL, | |
| contactemerg text(50) NULL, | |
| inspectdatelast TEXT NULL, | |
| inspectdatenext TEXT NULL, | |
| inspectoutcome text(50) NULL, | |
| correctactions TEXT NULL, | |
| preventsteps TEXT NULL, | |
| validflag text(20) NULL, | |
| verifymethod text(50) NULL, | |
| shipgov text(20) NOT NULL, | |
| vehgov text(20) NULL, | |
| PRIMARY KEY (regmaintregistry), | |
| FOREIGN KEY (vehgov) REFERENCES transportinfo(vehiclereg), | |
| FOREIGN KEY (shipgov) REFERENCES shipments(shipmentregistry) | |
| );"," regmaintregistry maintflag maintdatelast maintdatenext calibflag calibdatelast calibdatenext docuflag compscore riskflag incidents resolveflag respperson contactno contactemerg inspectdatelast inspectdatenext inspectoutcome correctactions preventsteps validflag verifymethod shipgov vehgov | |
| 1 Overdue 2025-02-05 2025-03-02 Expired 2024-11-12 2025-04-30 Missing 84.7 High Risk 2 Escalated Teresa Benson 868-426-9972x25284 +1-363-545-7828x013 2025-02-16 2025-03-10 Fail None Required Under Review In Process Hybrid VS113526 V7868 | |
| 2 Up to Date 2024-12-23 2025-04-09 Expired 2024-10-22 2025-04-24 Missing 73.6 High Risk 4 Pending Louis George 857-274-3420x58308 (736)899-8992 2025-02-06 2025-03-19 Fail Pending Under Review Validated Manual VS255467 V7577 | |
| 3 Overdue 2025-01-03 2025-05-09 Valid 2024-10-04 2025-02-21 Complete 37.5 Low Risk 2 Escalated Keith Valdez +1-519-779-3754x364 260-450-9095x342 2025-02-04 2025-03-14 Pass Pending Under Review Validated Electronic VS971688 V2591 | |
| ..." | |
| 108,vaccine,sensordata,"CREATE TABLE ""sensordata"" ( | |
| sensortrack integer(32) NOT NULL, | |
| storetempc integer(24) NULL, | |
| temptolc real(4,1) NULL, | |
| tempnowc integer(24) NULL, | |
| tempdevcount integer(16) NULL, | |
| tempmaxc real(5,2) NULL, | |
| tempminc real(5,2) NULL, | |
| tempstabidx integer(24) NULL, | |
| humiditypct real(4,1) NULL, | |
| presskpa integer(24) NULL, | |
| shockflag text(20) NULL, | |
| tiltflag text(20) NULL, | |
| impactflag text(20) NULL, | |
| vibelvlmms real(6,2) NULL, | |
| lightlux integer(32) NULL, | |
| acceldata integer(24) NULL, | |
| handleevents integer(16) NULL, | |
| critevents integer(16) NULL, | |
| alerts integer(16) NULL, | |
| alerttime text(6) NULL, | |
| alertkind text(50) NULL, | |
| containlink text(20) NOT NULL, | |
| vehsenseref text(20) NULL, | |
| PRIMARY KEY (sensortrack), | |
| FOREIGN KEY (vehsenseref) REFERENCES transportinfo(vehiclereg), | |
| FOREIGN KEY (containlink) REFERENCES container(containregistry) | |
| );"," sensortrack storetempc temptolc tempnowc tempdevcount tempmaxc tempminc tempstabidx humiditypct presskpa shockflag tiltflag impactflag vibelvlmms lightlux acceldata handleevents critevents alerts alerttime alertkind containlink vehsenseref | |
| 1 -88.1 4.4 -81.2 4 -46.6 -89 0.99 12.9 91.5 Normal Normal Malfunction 5.19 335 0.32 9 0 10 2025-02-19 03:32:08 N/A C62575 V7868 | |
| 2 -79.2 2.9 -66.2 8 -46.6 -88.7 0.943 10.9 108.9 Malfunction Triggered Triggered 1.16 190 1.21 3 1 8 2025-02-18 21:32:08 Temperature C52903 V7577 | |
| 3 -79 4.8 -85.5 7 -50.5 -94.6 0.969 30 92.3 Normal Malfunction Normal 0.26 631 0.67 13 3 10 2025-02-19 03:32:08 Security C13929 V2591 | |
| ..." | |
| 109,vaccine,shipments,"CREATE TABLE ""shipments"" ( | |
| shipmentregistry text(20) NOT NULL, | |
| timemark text(6) NOT NULL, | |
| routealign text(30) NULL, | |
| customsflag TEXT NULL, | |
| imppermitref text(50) NULL, | |
| exppermitref text(50) NULL, | |
| regprofile text(50) NULL, | |
| insureflag TEXT NULL, | |
| insureref text(50) NULL, | |
| qualcheck TEXT NULL, | |
| integritymark TEXT NULL, | |
| contamlevel TEXT NULL, | |
| sterilemark TEXT NULL, | |
| packagestate TEXT NULL, | |
| sealflag TEXT NULL, | |
| sealref text(50) NULL, | |
| tampersign TEXT NULL, | |
| handlingguide TEXT NULL, | |
| storagepose text(40) NULL, | |
| generalnote TEXT NULL, | |
| PRIMARY KEY (shipmentregistry) | |
| );","shipmentregistry timemark routealign customsflag imppermitref exppermitref regprofile insureflag insureref qualcheck integritymark contamlevel sterilemark packagestate sealflag sealref tampersign handlingguide storagepose generalnote | |
| VS113526 2024-12-07 05:24:11.095446 Compliant Cleared IP92460 EP46429 Non-Compliant Active INS97642 Failed Intact High Unknown Excellent Broken SEAL34744 None Detected Urgent Horizontal Rise industry maintain year structure north. | |
| VS255467 2024-07-17 11:50:00.095446 Under Review In Process IP48778 EP89571 Non-Compliant Active INS90844 Passed Intact Low Compromised Fair Broken SEAL28196 Suspected Standard Horizontal | |
| VS971688 2024-08-06 10:58:47.096472 Compliant In Process IP85517 EP33313 Under Review Expired INS69630 Failed Under Investigation Medium Unknown Fair Broken SEAL19194 Confirmed Special Care Not Specified On within old stock president development total. | |
| ..." | |
| 110,vaccine,transportinfo,"CREATE TABLE ""transportinfo"" ( | |
| vehiclereg text(20) NOT NULL, | |
| vehiclekind TEXT NULL, | |
| vehtempc integer(24) NULL, | |
| speedkm integer(24) NULL, | |
| distdonekm real(9,2) NULL, | |
| distleftkm real(9,2) NULL, | |
| eta text(6) NULL, | |
| departsite text(100) NULL, | |
| currentsite text(100) NULL, | |
| destsite text(100) NULL, | |
| gpsflag TEXT NULL, | |
| latvalue integer(53) NULL, | |
| lonvalue integer(53) NULL, | |
| altmeter integer(24) NULL, | |
| locupdatemin integer(16) NULL, | |
| locupdatemark text(6) NULL, | |
| transmode TEXT NULL, | |
| carrlabel TEXT NULL, | |
| carrcert text(50) NULL, | |
| shiptransit text(20) NOT NULL, | |
| containtransit text(20) NULL, | |
| PRIMARY KEY (vehiclereg), | |
| FOREIGN KEY (shiptransit) REFERENCES shipments(shipmentregistry), | |
| FOREIGN KEY (containtransit) REFERENCES container(containregistry) | |
| );","vehiclereg vehiclekind vehtempc speedkm distdonekm distleftkm eta departsite currentsite destsite gpsflag latvalue lonvalue altmeter locupdatemin locupdatemark transmode carrlabel carrcert shiptransit containtransit | |
| V7868 Refrigerated Truck -61.5 0 9499 2553 2025-02-22 01:32:08 Greenchester Shawnburgh East Dannymouth Active 3.0487 92.2587 8016.9 30 2025-02-19 08:31:08 Road Garcia, Carpenter and Porter ISO 9001 VS113526 C62575 | |
| V7577 Cargo Aircraft -69 24 7366 40 2025-02-21 15:32:08 Hughesshire Kristenborough Port James Lost 25.186 -64.999 846.3 5 2025-02-19 08:06:08 Rail Harrison Group CEIV Pharma VS255467 C52903 | |
| V2591 Refrigerated Truck -79.3 43 7443 2008 2025-02-22 06:32:08 Port Wesley Kennethberg East John Lost 31.68 106.075 7126.4 15 2025-02-19 08:08:08 Air Miller and Sons GDP VS971688 C13929 | |
| ..." | |
| 111,vaccine,vaccinedetails,"CREATE TABLE ""vaccinedetails"" ( | |
| vacregistry integer(32) NOT NULL, | |
| vacvariant text(50) NULL, | |
| mfgsource TEXT NULL, | |
| batchlabel text(50) NULL, | |
| prodday TEXT NULL, | |
| expireday TEXT NULL, | |
| lotmeasure integer(64) NULL, | |
| vialtally integer(16) NULL, | |
| dosepervial integer(16) NULL, | |
| dosetotal integer(32) NULL, | |
| shipinject text(20) NOT NULL, | |
| containvac text(20) NULL, | |
| PRIMARY KEY (vacregistry), | |
| FOREIGN KEY (shipinject) REFERENCES shipments(shipmentregistry), | |
| FOREIGN KEY (containvac) REFERENCES container(containregistry) | |
| );"," vacregistry vacvariant mfgsource batchlabel prodday expireday lotmeasure vialtally dosepervial dosetotal shipinject containvac | |
| 1 Viral Vector Sinovac B14726 2024-12-14 2026-01-05 50097 4717 10 47170 VS113526 C62575 | |
| 2 Viral Vector Sinovac B71663 2024-11-21 2026-11-20 84282 5457 1 5457 VS255467 C52903 | |
| 3 mRNA AstraZeneca B46385 2024-09-20 2026-06-06 25462 6288 1 6288 VS971688 C13929 | |
| ..." | |
| 112,mental,assessmentbasics,"CREATE TABLE ""assessmentbasics"" ( | |
| abkey text(30) NOT NULL, | |
| atype TEXT NULL, | |
| amethod TEXT NULL, | |
| adurmin integer(16) NULL, | |
| alang TEXT NULL, | |
| avalid TEXT NULL, | |
| respconsist TEXT NULL, | |
| symptvalid TEXT NULL, | |
| patownerref text(20) NULL, | |
| PRIMARY KEY (abkey), | |
| FOREIGN KEY (patownerref) REFERENCES patients(patkey) | |
| );","abkey atype amethod adurmin alang avalid respconsist symptvalid patownerref | |
| A567210 Initial Phone 93 Chinese Questionable Medium Questionable P425079 | |
| A981114 Emergency Self-report 112 French Invalid High Valid P883117 | |
| A734744 Routine Phone 81 French Questionable Medium Invalid P871358 | |
| ..." | |
| 113,mental,assessmentsocialanddiagnosis,"CREATE TABLE ""assessmentsocialanddiagnosis"" ( | |
| asdkey text(30) NOT NULL, | |
| recstatus TEXT NULL, | |
| socsup TEXT NULL, | |
| faminv TEXT NULL, | |
| relqual TEXT NULL, | |
| workfunc TEXT NULL, | |
| socfunc TEXT NULL, | |
| adlfunc TEXT NULL, | |
| strslvl real(3,1) NULL, | |
| copskill TEXT NULL, | |
| resscr real(3,1) NULL, | |
| inlevel TEXT NULL, | |
| motivlevel TEXT NULL, | |
| primdx TEXT NULL, | |
| secdx TEXT NULL, | |
| dxdurm integer(16) NULL, | |
| prevhosp integer(16) NULL, | |
| lasthospdt TEXT NULL, | |
| qolscr integer(16) NULL, | |
| funcimp TEXT NULL, | |
| PRIMARY KEY (asdkey), | |
| FOREIGN KEY (asdkey) REFERENCES assessmentbasics(abkey) | |
| );","asdkey recstatus socsup faminv relqual workfunc socfunc adlfunc strslvl copskill resscr inlevel motivlevel primdx secdx dxdurm prevhosp lasthospdt qolscr funcimp | |
| A567210 Relapse Strong Low Poor Disabled Isolated Minimal Help 8 Good 9 Fair Medium Anxiety OCD 33 1 2024-12-13 78 Severe | |
| A981114 Stable Strong Low Conflicted Poor Fair Minimal Help 3 Good 2 Fair Medium Anxiety Personality Disorder 221 7 2023-11-09 7 Moderate | |
| A734744 Advanced Limited High Conflicted Poor Good Minimal Help 5 Poor 3 Good High PTSD OCD 32 1 2025-02-13 42 Severe | |
| ..." | |
| 114,mental,assessmentsymptomsandrisk,"CREATE TABLE ""assessmentsymptomsandrisk"" ( | |
| asrkey text(30) NOT NULL, | |
| suicideation TEXT NULL, | |
| suicrisk TEXT NULL, | |
| selfharm TEXT NULL, | |
| violrisk TEXT NULL, | |
| subuse TEXT NULL, | |
| subusefreq TEXT NULL, | |
| subusesev TEXT NULL, | |
| mental_health_scores TEXT NULL, | |
| PRIMARY KEY (asrkey), | |
| FOREIGN KEY (asrkey) REFERENCES assessmentbasics(abkey) | |
| );","asrkey suicideation suicrisk selfharm violrisk subuse subusefreq subusesev mental_health_scores | |
| A921610 Passive Severe Past Low Opioids Daily Mild {""anxiety"": {""gad7_score"": 5, ""gad7_severity"": ""Mild""}, ""depression"": {""phq9_score"": 13, ""phq9_severity"": ""Mild""}, ""symptom_scores"": [3.0, 1.0, 6.0, 6.0, 7.0, 6.0, 1.0, 9.0]} | |
| A599516 Plan High Current Medium Multiple Occasional Moderate {""anxiety"": {""gad7_score"": 7, ""gad7_severity"": ""Moderate""}, ""depression"": {""phq9_score"": 2, ""phq9_severity"": ""Moderately Severe""}, ""symptom_scores"": [8.0, 8.0, 3.0, 10.0, 6.0, 7.0, 1.0, 9.0]} | |
| A515871 Passive High Past High Multiple Never Severe {""anxiety"": {""gad7_score"": 14, ""gad7_severity"": ""Mild""}, ""depression"": {""phq9_score"": 24, ""phq9_severity"": ""Mild""}, ""symptom_scores"": [6.0, 3.0, 5.0, 2.0, 2.0, 2.0, 10.0, 7.0]} | |
| ..." | |
| 115,mental,clinicians,"CREATE TABLE ""clinicians"" ( | |
| clinkey text(20) NOT NULL, | |
| clinconf TEXT NULL, | |
| assesslim TEXT NULL, | |
| docustat TEXT NULL, | |
| billcode text(15) NULL, | |
| nxtrevdt TEXT NULL, | |
| carecoord TEXT NULL, | |
| refneed TEXT NULL, | |
| fuptype TEXT NULL, | |
| fupfreq TEXT NULL, | |
| facconnect text(20) NULL, | |
| PRIMARY KEY (clinkey), | |
| FOREIGN KEY (facconnect) REFERENCES facilities(fackey) | |
| );","clinkey clinconf assesslim docustat billcode nxtrevdt carecoord refneed fuptype fupfreq facconnect | |
| C8738 Medium Cognitive Complete CPT90511 2025-05-09 Intensive Services Therapy Weekly F801 | |
| C6837 Low Cognitive Incomplete CPT90696 2025-08-14 Regular Testing Therapy Quarterly F533 | |
| C6539 Low Engagement Incomplete CPT90854 2025-05-05 Regular Services Routine Biweekly F392 | |
| ..." | |
| 116,mental,encounters,"CREATE TABLE ""encounters"" ( | |
| enckey text(30) NOT NULL, | |
| timemark text(6) NOT NULL, | |
| abref text(30) NOT NULL, | |
| patref text(20) NOT NULL, | |
| clinid text(20) NULL, | |
| facid text(20) NULL, | |
| missappt real(2,1) NULL, | |
| txbarrier TEXT NULL, | |
| nxapptdt TEXT NULL, | |
| dqscore integer(16) NULL, | |
| assesscomplete text(250) NULL, | |
| PRIMARY KEY (enckey), | |
| FOREIGN KEY (patref) REFERENCES patients(patkey), | |
| FOREIGN KEY (abref) REFERENCES assessmentbasics(abkey) | |
| );","enckey timemark abref patref clinid facid missappt txbarrier nxapptdt dqscore assesscomplete | |
| MH378084 2025-02-19 08:30:58.912609 A567210 P425079 C8738 F801 5 Multiple 2025-02-21 0 0.889 | |
| MH353857 2025-02-19 08:30:58.912609 A981114 P883117 C6837 F533 1 Time 2025-04-18 0 0.852 | |
| MH156602 2025-02-19 08:30:58.912609 A734744 P871358 C6539 F392 5 Multiple 2025-04-13 0 0.929 | |
| ..." | |
| 117,mental,facilities,"CREATE TABLE ""facilities"" ( | |
| fackey text(20) NOT NULL, | |
| rsource TEXT NULL, | |
| envstress TEXT NULL, | |
| lifeimpact TEXT NULL, | |
| seasonpat TEXT NULL, | |
| leglissue TEXT NULL, | |
| ssystemchg TEXT NULL, | |
| support_and_resources TEXT NULL, | |
| PRIMARY KEY (fackey) | |
| );","fackey rsource envstress lifeimpact seasonpat leglissue ssystemchg support_and_resources | |
| F306 Emergency Severe Mild Winter Ongoing Variable {""plans"": {""crisis_plan_status"": ""Needs Update"", ""safety_plan_status"": ""Not Needed""}, ""support_services"": ""Housing,Employment,Case Management"", ""emergency_contact"": ""3"", ""community_resources"": ""Limited""} | |
| F492 Court Mild Mild Winter Resolved Variable {""plans"": {""crisis_plan_status"": ""Not Needed"", ""safety_plan_status"": ""Needs Update""}, ""support_services"": """", ""emergency_contact"": ""1"", ""community_resources"": ""Limited""} | |
| F562 Emergency Moderate Severe Variable Resolved Improved {""plans"": {""crisis_plan_status"": ""In Place"", ""safety_plan_status"": ""In Place""}, ""support_services"": ""Case Management,Employment,None"", ""emergency_contact"": ""1"", ""community_resources"": ""Adequate""} | |
| ..." | |
| 118,mental,patients,"CREATE TABLE ""patients"" ( | |
| patkey text(20) NOT NULL, | |
| patage integer(16) NULL, | |
| patgender TEXT NULL, | |
| pateth TEXT NULL, | |
| edulevel TEXT NULL, | |
| empstat TEXT NULL, | |
| maristat TEXT NULL, | |
| livingarr TEXT NULL, | |
| insurtype TEXT NULL, | |
| insurstat TEXT NULL, | |
| disabstat TEXT NULL, | |
| housestable TEXT NULL, | |
| cultfactor TEXT NULL, | |
| stigmaimp TEXT NULL, | |
| finstress TEXT NULL, | |
| clinleadref text(20) NULL, | |
| PRIMARY KEY (patkey), | |
| FOREIGN KEY (clinleadref) REFERENCES clinicians(clinkey) | |
| );","patkey patage patgender pateth edulevel empstat maristat livingarr insurtype insurstat disabstat housestable cultfactor stigmaimp finstress clinleadref | |
| P425079 23 Other Other High School Retired Widowed Alone Medicaid Pending Pending Homeless Language Moderate Mild C8738 | |
| P883117 42 F Other High School Retired Married Partner Medicare Approved Permanent Stable Beliefs Mild Severe C6837 | |
| P871358 32 M Hispanic High School Employed Single Family Medicaid Approved Temporary Stable Language Mild Severe C6539 | |
| ..." | |
| 119,mental,treatmentbasics,"CREATE TABLE ""treatmentbasics"" ( | |
| txkey integer(32) NOT NULL, | |
| encref text(30) NOT NULL, | |
| curmed TEXT NULL, | |
| medadh TEXT NULL, | |
| medside TEXT NULL, | |
| medchg TEXT NULL, | |
| crisisint real(2,1) NULL, | |
| therapy_details TEXT NULL, | |
| PRIMARY KEY (txkey), | |
| FOREIGN KEY (encref) REFERENCES encounters(enckey) | |
| );"," txkey encref curmed medadh medside medchg crisisint therapy_details | |
| 17 MH485293 Antipsychotic,Antidepressant,None Low Moderate Augmentation 3 {""type"": ""Group"", ""changes"": ""Therapist Change"", ""frequency"": ""Weekly"", ""engagement"": ""Low"", ""duration_months"": 35} | |
| 18 MH600211 Antipsychotic,None Medium Severe Dose Adjustment 1 {""type"": ""CBT"", ""changes"": ""Modality Change"", ""frequency"": ""Weekly"", ""engagement"": ""Low"", ""duration_months"": 49} | |
| 19 MH821921 Antipsychotic Non-compliant Moderate Switch 3 {""type"": ""Psychodynamic"", ""changes"": ""Modality Change"", ""frequency"": ""Weekly"", ""engagement"": ""Medium"", ""duration_months"": 55} | |
| ..." | |
| 120,mental,treatmentoutcomes,"CREATE TABLE ""treatmentoutcomes"" ( | |
| txoutkey integer(32) NOT NULL, | |
| txref integer(32) NOT NULL, | |
| thprog TEXT NULL, | |
| txadh TEXT NULL, | |
| txresp TEXT NULL, | |
| sideburd TEXT NULL, | |
| txgoalstat TEXT NULL, | |
| recgoalstat TEXT NULL, | |
| sympimp TEXT NULL, | |
| funcimpv TEXT NULL, | |
| workstatchg TEXT NULL, | |
| satscr real(3,1) NULL, | |
| theralliance TEXT NULL, | |
| txeng TEXT NULL, | |
| txsat TEXT NULL, | |
| PRIMARY KEY (txoutkey), | |
| FOREIGN KEY (txref) REFERENCES treatmentbasics(txkey) | |
| );"," txoutkey txref thprog txadh txresp sideburd txgoalstat recgoalstat sympimp funcimpv workstatchg satscr theralliance txeng txsat | |
| 1 1 Fair Non-compliant Poor Mild Not Started Not Started Moderate Moderate Leave 9 Moderate Non-compliant Medium | |
| 2 2 Fair Medium Good Moderate Not Started Achieved Moderate Minimal Leave 8 Poor High Dissatisfied | |
| 3 3 Good Non-compliant Partial Mild Achieved In Progress Moderate Moderate Leave 4 Strong High Dissatisfied | |
| ..." | |
| 121,credit,bank_and_transactions,"CREATE TABLE ""bank_and_transactions"" ( | |
| bankexpref text(20) NOT NULL, | |
| banktxfreq TEXT NULL, | |
| banktxamt real(14,2) NULL, | |
| bankrelscore real(4,3) NULL, | |
| ovrfreq TEXT NULL, | |
| bouncecount integer(16) NULL, | |
| inscoverage TEXT NULL, | |
| lifeinsval real(14,2) NULL, | |
| hlthinsstat TEXT NULL, | |
| fraudrisk real(5,3) NULL, | |
| idverscore real(5,3) NULL, | |
| docverstat TEXT NULL, | |
| kycstat TEXT NULL, | |
| amlresult TEXT NULL, | |
| chaninvdatablock TEXT NULL, | |
| PRIMARY KEY (bankexpref), | |
| FOREIGN KEY (bankexpref) REFERENCES expenses_and_assets(expemplref) | |
| );","bankexpref banktxfreq banktxamt bankrelscore ovrfreq bouncecount inscoverage lifeinsval hlthinsstat fraudrisk idverscore docverstat kycstat amlresult chaninvdatablock | |
| CS893515 High 3441 0.158 Rare 9 Basic 973494 Premium 0.372 0.227 Failed Failed Flag {""autopay"": ""Yes"", ""depostat"": ""No"", ""mobileuse"": ""High"", ""onlineuse"": ""High"", ""invcluster"": {""tradeact"": ""High"", ""investexp"": ""Moderate"", ""investport"": ""Moderate""}} | |
| CS986753 Medium 4667 0.603 Occasional 9 Comprehensive 31201 Basic 0.43 0.528 Failed Failed Pass {""autopay"": ""No"", ""depostat"": ""Yes"", ""mobileuse"": ""Medium"", ""onlineuse"": ""High"", ""invcluster"": {""tradeact"": null, ""investexp"": ""Extensive"", ""investport"": null}} | |
| CS414493 Low 4675 0.984 Never 7 Basic 459259 Basic 0.893 0.21 Pending Failed Pass {""autopay"": ""Yes"", ""depostat"": ""Yes"", ""mobileuse"": ""High"", ""onlineuse"": ""High"", ""invcluster"": {""tradeact"": ""High"", ""investexp"": ""Moderate"", ""investport"": null}} | |
| ..." | |
| 122,credit,core_record,"CREATE TABLE ""core_record"" ( | |
| coreregistry text(20) NOT NULL, | |
| timemark text(6) NULL, | |
| clientref text(20) NULL, | |
| appref text(20) NULL, | |
| modelline text(10) NULL, | |
| scoredate TEXT NULL, | |
| nextcheck TEXT NULL, | |
| dataqscore real(5,3) NULL, | |
| confscore real(5,3) NULL, | |
| overridestat TEXT NULL, | |
| overridenote TEXT NULL, | |
| decidestat TEXT NULL, | |
| decidedate TEXT NULL, | |
| agespan integer(16) NULL, | |
| gendlabel TEXT NULL, | |
| maritalform TEXT NULL, | |
| depcount integer(16) NULL, | |
| resdform TEXT NULL, | |
| addrstab integer(16) NULL, | |
| phonestab integer(16) NULL, | |
| emailstab text(50) NULL, | |
| clientseg TEXT NULL, | |
| tenureyrs integer(16) NULL, | |
| crossratio real(4,3) NULL, | |
| profitscore real(4,3) NULL, | |
| churnrate real(4,3) NULL, | |
| PRIMARY KEY (coreregistry) | |
| );","coreregistry timemark clientref appref modelline scoredate nextcheck dataqscore confscore overridestat overridenote decidestat decidedate agespan gendlabel maritalform depcount resdform addrstab phonestab emailstab clientseg tenureyrs crossratio profitscore churnrate | |
| CS206405 2025-02-19 08:29:36.526509 CU338528 AP186206 v1.3 2025-02-19 2025-04-07 0.806 0.107 Policy Policy Exception Pending 2025-02-19 22 M Widowed 3 Temporary 0 8 0 Premium 1 0.604 0.154 0.763 | |
| CS834424 2025-02-19 08:29:36.526509 CU209954 AP343846 v3.2 2025-02-19 2025-06-28 0.139 0.8 Policy Exception Rejected 2025-02-19 20 M Single 2 Permanent 5 11 2 Standard 0 0.625 0.923 0.185 | |
| CS904970 2025-02-19 08:29:36.528191 CU314145 AP536324 v2.5 2025-02-19 2025-09-16 0.733 0.297 Manual Management Decision Pending 2025-02-19 47 M Divorced 5 Permanent 18 13 7 Standard 24 0.802 0.335 0.179 | |
| ..." | |
| 123,credit,credit_accounts_and_history,"CREATE TABLE ""credit_accounts_and_history"" ( | |
| histcompref text(20) NOT NULL, | |
| newaccage integer(16) NULL, | |
| avgaccage real(4,1) NULL, | |
| accmixscore real(4,3) NULL, | |
| credlimusage real(4,3) NULL, | |
| payconsist real(4,3) NULL, | |
| recentbeh TEXT NULL, | |
| seekbeh TEXT NULL, | |
| cardcount integer(16) NULL, | |
| totcredlimit real(14,2) NULL, | |
| credutil real(5,3) NULL, | |
| cardpayhist TEXT NULL, | |
| loancount integer(16) NULL, | |
| activeloan integer(16) NULL, | |
| totloanamt integer(64) NULL, | |
| loanpayhist TEXT NULL, | |
| custservint integer(16) NULL, | |
| complainthist TEXT NULL, | |
| produsescore real(5,3) NULL, | |
| chanusescore real(5,3) NULL, | |
| custlifeval real(14,2) NULL, | |
| PRIMARY KEY (histcompref), | |
| FOREIGN KEY (histcompref) REFERENCES credit_and_compliance(compbankref) | |
| );","histcompref newaccage avgaccage accmixscore credlimusage payconsist recentbeh seekbeh cardcount totcredlimit credutil cardpayhist loancount activeloan totloanamt loanpayhist custservint complainthist produsescore chanusescore custlifeval | |
| CS206405 5 7.6 0.914 0.681 0.187 Stable High 3 114447 0.402 Poor 3 3 189402 Poor 6 Low 0.263 0.544 26262.2 | |
| CS834424 4 2.4 0.48 0.297 0.031 Improving High 10 50628 0.062 Fair 3 3 373422 Good 3 0.308 0.575 9298.56 | |
| CS904970 5 9.3 0.647 0.608 0.832 Stable High 10 45409 0.712 Good 4 3 107132 Fair 1 0.068 0.563 15220.6 | |
| ..." | |
| 124,credit,credit_and_compliance,"CREATE TABLE ""credit_and_compliance"" ( | |
| compbankref text(20) NOT NULL, | |
| sancresult TEXT NULL, | |
| pepresult TEXT NULL, | |
| legalstat TEXT NULL, | |
| regcompliance TEXT NULL, | |
| credscore integer(16) NULL, | |
| risklev TEXT NULL, | |
| defhist TEXT NULL, | |
| delinqcount integer(16) NULL, | |
| latepaycount integer(16) NULL, | |
| collacc integer(32) NULL, | |
| choffs integer(16) NULL, | |
| bankr integer(16) NULL, | |
| taxlien integer(16) NULL, | |
| civiljudge integer(16) NULL, | |
| credinq integer(16) NULL, | |
| hardinq integer(16) NULL, | |
| softinq integer(16) NULL, | |
| credrepdisp text(50) NULL, | |
| credageyrs integer(16) NULL, | |
| oldaccage integer(16) NULL, | |
| PRIMARY KEY (compbankref), | |
| FOREIGN KEY (compbankref) REFERENCES bank_and_transactions(bankexpref) | |
| );","compbankref sancresult pepresult legalstat regcompliance credscore risklev defhist delinqcount latepaycount collacc choffs bankr taxlien civiljudge credinq hardinq softinq credrepdisp credageyrs oldaccage | |
| CS206405 Fail Flag Clear Non-compliant 423 High Current 7 3 1 1 1 1 2 13 1 15 0 28 27 | |
| CS834424 Fail Pass Under Review Non-compliant 379 Medium Past 7 13 0 2 1 1 2 0 10 17 3 0 8 | |
| CS904970 Fail Fail Clear Compliant 645 High Past 3 5 3 3 0 1 0 7 7 6 3 7 6 | |
| ..." | |
| 125,credit,employment_and_income,"CREATE TABLE ""employment_and_income"" ( | |
| emplcoreref text(20) NOT NULL, | |
| emplstat TEXT NULL, | |
| empllen integer(16) NULL, | |
| joblabel TEXT NULL, | |
| indsector TEXT NULL, | |
| employerref TEXT NULL, | |
| annlincome real(12,2) NULL, | |
| mthincome real(12,2) NULL, | |
| incverify TEXT NULL, | |
| incstabscore integer(24) NULL, | |
| addincome real(12,2) NULL, | |
| addincomesrc TEXT NULL, | |
| hshincome real(12,2) NULL, | |
| emplstable integer(16) NULL, | |
| indrisklvl TEXT NULL, | |
| occrisklvl TEXT NULL, | |
| incsrcrisk TEXT NULL, | |
| georisk TEXT NULL, | |
| demrisk TEXT NULL, | |
| edulevel TEXT NULL, | |
| debincratio real(5,3) NULL, | |
| PRIMARY KEY (emplcoreref), | |
| FOREIGN KEY (emplcoreref) REFERENCES core_record(coreregistry) | |
| );","emplcoreref emplstat empllen joblabel indsector employerref annlincome mthincome incverify incstabscore addincome addincomesrc hshincome emplstable indrisklvl occrisklvl incsrcrisk georisk demrisk edulevel debincratio | |
| CS206405 Self-employed 7 Manager Education Smith and Sons 78771 6564.25 Pending 0.55 11060 Investment 771132 11 Low Medium Low Low Low Doctorate 0.199 | |
| CS834424 Employed 13 Teacher Other Fowler, Huff and Owens 406027 33835.6 Pending 0.377 12660 Investment 106733 4 Medium Medium Medium Low Low High School 0.506 | |
| CS904970 Unemployed 33 Manager Other Young Group 224253 18687.8 Verified 0.698 29818 Rental 196410 16 Low High Medium Low High High School 0.308 | |
| ..." | |
| 126,credit,expenses_and_assets,"CREATE TABLE ""expenses_and_assets"" ( | |
| expemplref text(20) NOT NULL, | |
| mthexp real(14,2) NULL, | |
| fixexpratio real(5,4) NULL, | |
| discexpratio real(5,4) NULL, | |
| savamount real(14,2) NULL, | |
| investamt real(14,2) NULL, | |
| liqassets real(15,2) NULL, | |
| totassets real(15,2) NULL, | |
| totliabs real(15,2) NULL, | |
| networth real(15,2) NULL, | |
| vehown TEXT NULL, | |
| vehvalue real(15,2) NULL, | |
| bankacccount integer(16) NULL, | |
| bankaccage integer(16) NULL, | |
| bankaccbal real(14,2) NULL, | |
| propfinancialdata TEXT NULL, | |
| PRIMARY KEY (expemplref), | |
| FOREIGN KEY (expemplref) REFERENCES employment_and_income(emplcoreref) | |
| );","expemplref mthexp fixexpratio discexpratio savamount investamt liqassets totassets totliabs networth vehown vehvalue bankacccount bankaccage bankaccbal propfinancialdata | |
| CS252516 9600 0.2 0.415 188526 285627 172739 277451 450724 -448621 57573 4 10 8394 {""propown"": ""Living with Parents"", ""proptype"": null, ""propvalue"": 615904.00, ""rentpayhist"": ""Good"", ""mortgagebits"": {""mortbalance"": 1148577.00, ""mortpayhist"": ""Fair""}} | |
| CS891919 2291 0.746 0.474 340293 377119 284607 1.19067e+06 411616 910773 Lease 95198 2 12 7295 {""propown"": ""Living with Parents"", ""proptype"": ""Apartment"", ""propvalue"": 1201841.00, ""rentpayhist"": ""Fair"", ""mortgagebits"": {""mortbalance"": 450289.00, ""mortpayhist"": ""Poor""}} | |
| CS765007 1218 0.389 0.205 200459 698147 50319 1.07972e+06 137420 1.24257e+06 32878 4 11 21542 {""propown"": ""Living with Parents"", ""proptype"": ""Condo"", ""propvalue"": 339977.00, ""rentpayhist"": ""Poor"", ""mortgagebits"": {""mortbalance"": 4809.00, ""mortpayhist"": ""Fair""}} | |
| ..." | |
| 127,cross_db,auditandcompliance,"CREATE TABLE ""auditandcompliance"" ( | |
| audittrace integer(32) NOT NULL, | |
| profjoin integer(32) NOT NULL, | |
| compjoin integer(32) NOT NULL, | |
| vendjoin integer(32) NOT NULL, | |
| recordregistry text(10) NULL, | |
| audtrailstate TEXT NULL, | |
| findtally integer(16) NULL, | |
| critfindnum integer(16) NULL, | |
| remedstate text(40) NULL, | |
| remeddue TEXT NULL, | |
| authnotify text(40) NULL, | |
| bordermech text(40) NULL, | |
| transimpassess TEXT NULL, | |
| localreqs TEXT NULL, | |
| datamapstate text(40) NULL, | |
| sysintstate text(40) NULL, | |
| accreqnum integer(16) NULL, | |
| delreqnum integer(16) NULL, | |
| rectreqnum integer(16) NULL, | |
| portreqnum integer(16) NULL, | |
| resptimeday real(4,1) NULL, | |
| PRIMARY KEY (audittrace), | |
| FOREIGN KEY (vendjoin) REFERENCES vendormanagement(vendortrace), | |
| FOREIGN KEY (profjoin) REFERENCES dataprofile(profiletrace), | |
| FOREIGN KEY (compjoin) REFERENCES compliance(compliancetrace) | |
| );"," audittrace profjoin compjoin vendjoin recordregistry audtrailstate findtally critfindnum remedstate remeddue authnotify bordermech transimpassess localreqs datamapstate sysintstate accreqnum delreqnum rectreqnum portreqnum resptimeday | |
| 1 1 1 1 CB932064 Complete 3 6 In Progress 2025-03-16 Not Required SCCs Required Not Met Partial Fully Integrated 959 409 76 53 4.5 | |
| 2 2 2 2 CB339111 Complete 49 8 In Progress 2025-04-14 Required Adequacy Decision Completed Met Partial Manual 36 326 196 21 13.4 | |
| 3 3 3 3 CB899685 6 5 Not Started 2025-04-10 Required Derogations In Progress Partial Partial Fully Integrated 650 122 0 89 23.2 | |
| ..." | |
| 128,cross_db,compliance,"CREATE TABLE ""compliance"" ( | |
| compliancetrace integer(32) NOT NULL, | |
| risktie integer(32) NOT NULL, | |
| vendortie integer(32) NOT NULL, | |
| recordregistry text(10) NULL, | |
| legalbase text(150) NULL, | |
| consentstate text(30) NULL, | |
| consentcoll TEXT NULL, | |
| consentexp TEXT NULL, | |
| purplimit text(300) NULL, | |
| purpdesc TEXT NULL, | |
| gdprcomp TEXT NULL, | |
| ccpacomp TEXT NULL, | |
| piplcomp TEXT NULL, | |
| loclawcomp TEXT NULL, | |
| regapprovals text(300) NULL, | |
| privimpassess TEXT NULL, | |
| datasubjright text(40) NULL, | |
| PRIMARY KEY (compliancetrace), | |
| FOREIGN KEY (vendortie) REFERENCES vendormanagement(vendortrace), | |
| FOREIGN KEY (risktie) REFERENCES riskmanagement(risktrace) | |
| );"," compliancetrace risktie vendortie recordregistry legalbase consentstate consentcoll consentexp purplimit purpdesc gdprcomp ccpacomp piplcomp loclawcomp regapprovals privimpassess datasubjright | |
| 1 1 1 CB932064 Legal Obligation Not Required 2024-09-13 2026-05-17 General Business Operations Partial Compliant Non-compliant Non-compliant Obtained Completed Partial | |
| 2 2 2 CB339111 Legal Obligation Valid 2025-01-15 2025-02-25 Multiple Research Partial Non-compliant Partial Compliant Not Required In Progress Fully Supported | |
| 3 3 3 CB899685 Contract Expired 2024-10-13 2025-03-30 Multiple Research Partial Partial Non-compliant Non-compliant Pending In Progress Limited | |
| ..." | |
| 129,cross_db,dataflow,"CREATE TABLE ""dataflow"" ( | |
| recordregistry text(10) NOT NULL, | |
| flowstamp text(6) NULL, | |
| flowtag text(20) NULL, | |
| orignation text(80) NULL, | |
| destnation text(80) NULL, | |
| origactor text(150) NULL, | |
| destactor text(150) NULL, | |
| chanproto text(30) NULL, | |
| chanfreq text(25) NULL, | |
| datasizemb real(12,2) NULL, | |
| durmin integer(16) NULL, | |
| bwidthpct real(5,2) NULL, | |
| successpct real(5,2) NULL, | |
| errtally integer(16) NULL, | |
| rtrytally integer(16) NULL, | |
| PRIMARY KEY (recordregistry) | |
| );","recordregistry flowstamp flowtag orignation destnation origactor destactor chanproto chanfreq datasizemb durmin bwidthpct successpct errtally rtrytally | |
| CB932064 2024-03-11 11:43:31.039769 DF7811 Niue Djibouti Hill Ltd Davis, Harper and Weber Blockchain Weekly 42668.4 1068 68.81 99.93 39 1 | |
| CB339111 2024-05-01 07:58:45.040384 DF9309 Israel Monaco Boyer-Mcdonald Rogers Inc SFTP Hourly 32804 996 7.52 91.77 68 48 | |
| CB899685 2024-05-07 04:39:04.040801 DF8105 United States Virgin Islands Germany Curtis Inc Horton LLC Private Network Real-time 93843.2 1325 62.66 93.76 80 45 | |
| ..." | |
| 130,cross_db,dataprofile,"CREATE TABLE ""dataprofile"" ( | |
| profiletrace integer(32) NOT NULL, | |
| flowsign text(10) NOT NULL, | |
| riskjoin integer(32) NOT NULL, | |
| recordregistry text(10) NULL, | |
| datatype text(80) NULL, | |
| datasense text(30) NULL, | |
| volgb real(10,2) NULL, | |
| rectally integer(64) NULL, | |
| subjtally integer(64) NULL, | |
| retdays integer(32) NULL, | |
| formattype text(80) NULL, | |
| qltyscore real(4,2) NULL, | |
| intcheck TEXT NULL, | |
| csumverify TEXT NULL, | |
| srcvalstate TEXT NULL, | |
| destvalstate TEXT NULL, | |
| PRIMARY KEY (profiletrace), | |
| FOREIGN KEY (riskjoin) REFERENCES riskmanagement(risktrace), | |
| FOREIGN KEY (flowsign) REFERENCES dataflow(recordregistry) | |
| );"," profiletrace flowsign riskjoin recordregistry datatype datasense volgb rectally subjtally retdays formattype qltyscore intcheck csumverify srcvalstate destvalstate | |
| 1 CB932064 1 CB932064 Commercial High 1093.6 2629296 754585 2208 Mixed 52.45 Passed Failed Pending Pending | |
| 2 CB339111 2 CB339111 Personal Low 9970.36 921745 797722 3456 Unstructured 81.09 Passed Success Verified Verified | |
| 3 CB899685 3 CB899685 Financial Low 7306.78 751112 384363 1728 Mixed 25.2 Failed Pending Failed Failed | |
| ..." | |
| 131,cross_db,riskmanagement,"CREATE TABLE ""riskmanagement"" ( | |
| risktrace integer(32) NOT NULL, | |
| flowlink text(10) NOT NULL, | |
| recordregistry text(10) NULL, | |
| riskassess real(4,2) NULL, | |
| riskmitstate text(40) NULL, | |
| secureaction TEXT NULL, | |
| breachnotify TEXT NULL, | |
| incidentplan TEXT NULL, | |
| incidentcount integer(16) NULL, | |
| breachcount integer(16) NULL, | |
| nearmissnum integer(16) NULL, | |
| avgresolhrs real(5,2) NULL, | |
| slapct real(4,2) NULL, | |
| costusd real(11,2) NULL, | |
| penusd real(11,2) NULL, | |
| coveragestate text(40) NULL, | |
| residrisklevel text(40) NULL, | |
| ctrleff real(4,2) NULL, | |
| compscore real(4,2) NULL, | |
| maturitylevel text(40) NULL, | |
| nextrevdate TEXT NULL, | |
| planstate text(45) NULL, | |
| PRIMARY KEY (risktrace), | |
| FOREIGN KEY (flowlink) REFERENCES dataflow(recordregistry) | |
| );"," risktrace flowlink recordregistry riskassess riskmitstate secureaction breachnotify incidentplan incidentcount breachcount nearmissnum avgresolhrs slapct costusd penusd coveragestate residrisklevel ctrleff compscore maturitylevel nextrevdate planstate | |
| 1 CB932064 CB932064 75.89 Pending Adequate Partial Missing 8 1 1 42.7 97.28 62143.3 1.03576e+06 Medium 30.51 76.41 Optimized 2025-06-02 On Track | |
| 2 CB339111 CB339111 67.11 Pending Strong Established Active 54 2 7 149.6 92.63 697140 1.90198e+06 Limited High 25.93 75.01 Optimized 2025-10-14 On Track | |
| 3 CB899685 CB899685 17.4 Pending Insufficient Established Outdated 40 6 3 92.3 99.54 81412.1 110601 Medium 61.71 51.95 Managed 2025-10-04 Not Started | |
| ..." | |
| 132,cross_db,securityprofile,"CREATE TABLE ""securityprofile"" ( | |
| securitytrace integer(32) NOT NULL, | |
| flowkey text(10) NOT NULL, | |
| riskkey integer(32) NOT NULL, | |
| profilekey integer(32) NOT NULL, | |
| recordregistry text(10) NULL, | |
| encstate TEXT NULL, | |
| encmeth text(40) NULL, | |
| keymanstate text(40) NULL, | |
| masklevel TEXT NULL, | |
| anonmeth text(40) NULL, | |
| psymstate text(40) NULL, | |
| authmeth text(40) NULL, | |
| authzframe text(45) NULL, | |
| aclstate text(30) NULL, | |
| apisecstate text(30) NULL, | |
| logintcheck text(30) NULL, | |
| logretdays integer(16) NULL, | |
| bkpstate text(35) NULL, | |
| drecstate text(35) NULL, | |
| bcstate text(35) NULL, | |
| PRIMARY KEY (securitytrace), | |
| FOREIGN KEY (riskkey) REFERENCES riskmanagement(risktrace), | |
| FOREIGN KEY (profilekey) REFERENCES dataprofile(profiletrace), | |
| FOREIGN KEY (flowkey) REFERENCES dataflow(recordregistry) | |
| );"," securitytrace flowkey riskkey profilekey recordregistry encstate encmeth keymanstate masklevel anonmeth psymstate authmeth authzframe aclstate apisecstate logintcheck logretdays bkpstate drecstate bcstate | |
| 1 CB932064 1 1 CB932064 Full SM4 Hybrid T-Closeness Partial Basic ABAC Adequate Vulnerable Pending 905 Current Untested Active | |
| 2 CB339111 2 2 CB339111 Partial SM4 Hybrid T-Closeness SSO ABAC Adequate Vulnerable Pending 439 Failed Tested Outdated | |
| 3 CB899685 3 3 CB899685 Partial Custom Distributed Partial T-Closeness Partial SSO Custom Strong Vulnerable Passed 621 Failed Missing Outdated | |
| ..." | |
| 133,cross_db,vendormanagement,"CREATE TABLE ""vendormanagement"" ( | |
| vendortrace integer(32) NOT NULL, | |
| secjoin integer(32) NOT NULL, | |
| riskassoc integer(32) NOT NULL, | |
| recordregistry text(10) NULL, | |
| vendassess text(40) NULL, | |
| vendsecrate TEXT NULL, | |
| vendauddate TEXT NULL, | |
| contrstate text(30) NULL, | |
| contrexpire TEXT NULL, | |
| dpastate text(30) NULL, | |
| sccstate text(30) NULL, | |
| bcrstate text(30) NULL, | |
| docustate text(30) NULL, | |
| polcomp text(30) NULL, | |
| proccomp text(30) NULL, | |
| trainstate text(30) NULL, | |
| certstate text(30) NULL, | |
| monstate text(30) NULL, | |
| repstate text(30) NULL, | |
| stakecomm TEXT NULL, | |
| PRIMARY KEY (vendortrace), | |
| FOREIGN KEY (secjoin) REFERENCES securityprofile(securitytrace), | |
| FOREIGN KEY (riskassoc) REFERENCES riskmanagement(risktrace) | |
| );"," vendortrace secjoin riskassoc recordregistry vendassess vendsecrate vendauddate contrstate contrexpire dpastate sccstate bcrstate docustate polcomp proccomp trainstate certstate monstate repstate stakecomm | |
| 1 1 1 CB932064 Completed A 2024-05-30 Active 2027-01-12 Required Implemented Approved Complete Partial Non-compliant Due Pending Inactive Delayed Limited | |
| 2 2 2 CB339111 Completed A 2024-06-30 Under Review 2026-08-16 Required Implemented Pending Incomplete Full Non-compliant Overdue Expired Inactive Delayed Poor | |
| 3 3 3 CB899685 In Progress B 2024-11-14 Expired 2026-04-26 Signed Partial Pending Incomplete Full Non-compliant Current Valid Partial Delayed Limited | |
| ..." | |
| 134,virtual,additionalnotes,"CREATE TABLE ""additionalnotes"" ( | |
| notesreg text(20) NOT NULL, | |
| notesretainpivot text(20) NULL, | |
| noteinfo TEXT NULL, | |
| PRIMARY KEY (notesreg), | |
| FOREIGN KEY (notesretainpivot) REFERENCES retentionandinfluence(retreg) | |
| );","notesreg notesretainpivot noteinfo | |
| NOTE_62WV RET_M9GTT Take cut east. | |
| NOTE_FCBF RET_L8K68 | |
| NOTE_XD4E RET_4S9OK | |
| ..." | |
| 135,virtual,commerceandcollection,"CREATE TABLE ""commerceandcollection"" ( | |
| commercereg text(20) NOT NULL, | |
| commerceengagepivot text(20) NULL, | |
| commercememberpivot text(20) NULL, | |
| merchbuy integer(16) NULL, | |
| merchspendusd real(10,2) NULL, | |
| digown integer(32) NULL, | |
| physown integer(32) NULL, | |
| collcomprate real(5,1) NULL, | |
| tradelevel TEXT NULL, | |
| PRIMARY KEY (commercereg), | |
| FOREIGN KEY (commercememberpivot) REFERENCES membershipandspending(memberreg), | |
| FOREIGN KEY (commerceengagepivot) REFERENCES engagement(engagereg) | |
| );","commercereg commerceengagepivot commercememberpivot merchbuy merchspendusd digown physown collcomprate tradelevel | |
| COM_02Q3V ENG_9RLZH MEM_QCM5T 37 544.1 80 45 51.8 High | |
| COM_5C1C3 ENG_FGNJL MEM_KGCEJ 0 626.15 69 34 77.9 Low | |
| COM_Z1O8V ENG_68S16 MEM_P91DJ 35 476.54 62 28 24.2 Low | |
| ..." | |
| 136,virtual,engagement,"CREATE TABLE ""engagement"" ( | |
| engagereg text(20) NOT NULL, | |
| engageactivitypivot text(20) NULL, | |
| engagememberpivot text(20) NULL, | |
| socintscore real(6,2) NULL, | |
| engrate real(6,3) NULL, | |
| actfreq TEXT NULL, | |
| peaktime TEXT NULL, | |
| actdayswk integer(16) NULL, | |
| avgsesscount integer(16) NULL, | |
| contpref TEXT NULL, | |
| langpref TEXT NULL, | |
| transuse TEXT NULL, | |
| PRIMARY KEY (engagereg), | |
| FOREIGN KEY (engagememberpivot) REFERENCES membershipandspending(memberreg), | |
| FOREIGN KEY (engageactivitypivot) REFERENCES interactions(activityreg) | |
| );","engagereg engageactivitypivot engagememberpivot socintscore engrate actfreq peaktime actdayswk avgsesscount contpref langpref transuse | |
| ENG_9RLZH FI537855 MEM_QCM5T 13.1 0.522 Weekly Afternoon 7 20 Music Both Always | |
| ENG_FGNJL FI528045 MEM_KGCEJ 86.2 0.64 Monthly Afternoon 6 9 Dance Original Sometimes | |
| ENG_68S16 FI137526 MEM_P91DJ 98.8 0.878 Weekly Evening 1 13 Gaming Translated Sometimes | |
| ..." | |
| 137,virtual,eventsandclub,"CREATE TABLE ""eventsandclub"" ( | |
| eventsreg text(20) NOT NULL, | |
| eventssocialpivot text(20) NULL, | |
| eventsmemberpivot text(20) NULL, | |
| clubjdate TEXT NULL, | |
| participation_summary TEXT NULL, | |
| PRIMARY KEY (eventsreg), | |
| FOREIGN KEY (eventssocialpivot) REFERENCES socialcommunity(socialreg), | |
| FOREIGN KEY (eventsmemberpivot) REFERENCES membershipandspending(memberreg) | |
| );","eventsreg eventssocialpivot eventsmemberpivot clubjdate participation_summary | |
| EVT_XG51P SOC_7GA9A MEM_QCM5T 2023-07-31 {""club"": {""clubstat"": ""Non-member"", ""clubcontrib"": ""Medium""}, ""engagement"": {""camppart"": ""Selective"", ""votepartrate"": 9.2}, ""event_attendance"": {""concatt"": 17, ""evtpart"": ""Regular"", ""meetatt"": 8, ""onevtatt"": 12, ""offevtatt"": 6}} | |
| EVT_BVAXK SOC_GIW1H MEM_KGCEJ 2023-04-07 {""club"": {""clubstat"": ""Non-member"", ""clubcontrib"": ""Outstanding""}, ""engagement"": {""camppart"": ""Selective"", ""votepartrate"": 34.4}, ""event_attendance"": {""concatt"": 26, ""evtpart"": ""Regular"", ""meetatt"": 10, ""onevtatt"": 31, ""offevtatt"": 1}} | |
| EVT_0C7WE SOC_8ILAQ MEM_P91DJ 2023-04-10 {""club"": {""clubstat"": ""Premium"", ""clubcontrib"": ""Outstanding""}, ""engagement"": {""camppart"": ""Selective"", ""votepartrate"": 38.0}, ""event_attendance"": {""concatt"": 4, ""evtpart"": ""Rare"", ""meetatt"": 4, ""onevtatt"": 94, ""offevtatt"": 6}} | |
| ..." | |
| 138,virtual,fans,"CREATE TABLE ""fans"" ( | |
| userregistry text(20) NOT NULL, | |
| nicklabel text(100) NULL, | |
| regmoment TEXT NULL, | |
| tierstep integer(16) NULL, | |
| ptsval integer(32) NULL, | |
| statustag TEXT NULL, | |
| personal_attributes TEXT NULL, | |
| PRIMARY KEY (userregistry) | |
| );","userregistry nicklabel regmoment tierstep ptsval statustag personal_attributes | |
| FAN27103 kmcgee 2023-05-22 52 47635 VIP {""preferences"": {""langpref"": ""Korean"", ""occupath"": ""Student"", ""interestset"": ""Art""}, ""demographics"": {""loctown"": ""Youngview"", ""agecount"": 39, ""locnation"": ""Botswana"", ""gendertype"": ""Female""}} | |
| FAN55719 brownandrew 2024-07-22 52 93976 Inactive {""preferences"": {""langpref"": ""Multiple"", ""occupath"": ""Professional"", ""interestset"": ""Technology""}, ""demographics"": {""loctown"": ""Patelbury"", ""agecount"": 55, ""locnation"": ""United States Minor Outlying Islands"", ""gendertype"": ""Other""}} | |
| FAN75581 lauren67 2024-01-23 41 72104 VIP {""preferences"": {""langpref"": ""Korean"", ""occupath"": ""Professional"", ""interestset"": ""Anime""}, ""demographics"": {""loctown"": ""Virginiabury"", ""agecount"": 38, ""locnation"": ""United States Minor Outlying Islands"", ""gendertype"": ""Male""}} | |
| ..." | |
| 139,virtual,interactions,"CREATE TABLE ""interactions"" ( | |
| activityreg text(20) NOT NULL, | |
| timemark text(6) NULL, | |
| interactfanpivot text(20) NULL, | |
| interactidolpivot text(20) NULL, | |
| actkind TEXT NULL, | |
| actplat TEXT NULL, | |
| platused TEXT NULL, | |
| devtype TEXT NULL, | |
| appver text(20) NULL, | |
| giftfreq TEXT NULL, | |
| gifttot integer(32) NULL, | |
| giftvalusd real(10,2) NULL, | |
| favgifttag TEXT NULL, | |
| engagement_metrics TEXT NULL, | |
| PRIMARY KEY (activityreg), | |
| FOREIGN KEY (interactidolpivot) REFERENCES virtualidols(entityreg), | |
| FOREIGN KEY (interactfanpivot) REFERENCES fans(userregistry) | |
| );","activityreg timemark interactfanpivot interactidolpivot actkind actplat platused devtype appver giftfreq gifttot giftvalusd favgifttag engagement_metrics | |
| FI537855 2024-12-10 10:48:19.557855 FAN55719 VI1517 Vote YouTube Tablet Windows 3.4.0 Often 373 663.63 Limited {""session"": {""liveatt"": 53, ""watchhrs"": 359.1, ""sessdurmin"": 44}, ""chat_activity"": {""chatmsg"": 905, ""msgtone"": ""Negative"", ""chatlang"": ""Mixed"", ""stkcount"": 29, ""emojicount"": 323}} | |
| FI528045 2024-11-22 11:17:12.560133 FAN75581 VI8705 Comment Twitter Mobile iOS 4.6.7 Often 867 4710.36 Custom {""session"": {""liveatt"": 21, ""watchhrs"": 169.9, ""sessdurmin"": 79}, ""chat_activity"": {""chatmsg"": 539, ""msgtone"": ""Negative"", ""chatlang"": ""Translation"", ""stkcount"": 104, ""emojicount"": 461}} | |
| FI137526 2024-08-19 10:13:29.560133 FAN27370 VI6535 Vote Official App Console Android 3.9.2 Rarely 494 3270.78 Custom {""session"": {""liveatt"": 73, ""watchhrs"": 388.1, ""sessdurmin"": 14}, ""chat_activity"": {""chatmsg"": 424, ""msgtone"": ""Positive"", ""chatlang"": ""Mixed"", ""stkcount"": 122, ""emojicount"": 306}} | |
| ..." | |
| 140,virtual,loyaltyandachievements,"CREATE TABLE ""loyaltyandachievements"" ( | |
| loyaltyreg text(20) NOT NULL, | |
| loyaltyeventspivot text(20) NULL, | |
| loyaltyengagepivot text(20) NULL, | |
| rankpos integer(32) NULL, | |
| inflscore real(5,2) NULL, | |
| reputelv TEXT NULL, | |
| trustval real(4,1) NULL, | |
| reward_progress TEXT NULL, | |
| PRIMARY KEY (loyaltyreg), | |
| FOREIGN KEY (loyaltyeventspivot) REFERENCES eventsandclub(eventsreg), | |
| FOREIGN KEY (loyaltyengagepivot) REFERENCES engagement(engagereg) | |
| );","loyaltyreg loyaltyeventspivot loyaltyengagepivot rankpos inflscore reputelv trustval reward_progress | |
| LOY_SIYC9 EVT_XG51P ENG_9RLZH 3076 23.2 Respected 38.4 {""loyalty"": {""loypts"": 36460, ""rewtier"": ""Bronze""}, ""achievements"": {""achcount"": 35, ""badgecoll"": 13, ""spectitles"": 9}} | |
| LOY_NHSG0 EVT_BVAXK ENG_FGNJL 6796 42.1 Respected 32.7 {""loyalty"": {""loypts"": 39494, ""rewtier"": ""Platinum""}, ""achievements"": {""achcount"": 10, ""badgecoll"": 1, ""spectitles"": 1}} | |
| LOY_GCPGX EVT_0C7WE ENG_68S16 6000 35.3 Elite 66.9 {""loyalty"": {""loypts"": 46199, ""rewtier"": ""Bronze""}, ""achievements"": {""achcount"": 5, ""badgecoll"": 1, ""spectitles"": 6}} | |
| ..." | |
| 141,virtual,membershipandspending,"CREATE TABLE ""membershipandspending"" ( | |
| memberreg text(20) NOT NULL, | |
| memberfanpivot text(20) NULL, | |
| membkind TEXT NULL, | |
| membdays integer(16) NULL, | |
| spendusd real(10,2) NULL, | |
| spendfreq TEXT NULL, | |
| paymethod TEXT NULL, | |
| PRIMARY KEY (memberreg), | |
| FOREIGN KEY (memberfanpivot) REFERENCES fans(userregistry) | |
| );","memberreg memberfanpivot membkind membdays spendusd spendfreq paymethod | |
| MEM_QCM5T FAN55719 Free 194 6265.46 Occasional Credit Card | |
| MEM_KGCEJ FAN75581 Basic 798 9993.63 Weekly Mobile Payment | |
| MEM_P91DJ FAN27370 Diamond 36 6280.49 Occasional PayPal | |
| ..." | |
| 142,virtual,moderationandcompliance,"CREATE TABLE ""moderationandcompliance"" ( | |
| modreg text(20) NOT NULL, | |
| moderationinteractpivot text(20) NULL, | |
| moderationsocialpivot text(20) NULL, | |
| rptcount integer(16) NULL, | |
| warncount integer(16) NULL, | |
| violhist TEXT NULL, | |
| modstat TEXT NULL, | |
| contcomp TEXT NULL, | |
| ageverif TEXT NULL, | |
| payverif TEXT NULL, | |
| idverif text(50) NULL, | |
| PRIMARY KEY (modreg), | |
| FOREIGN KEY (moderationsocialpivot) REFERENCES socialcommunity(socialreg), | |
| FOREIGN KEY (moderationinteractpivot) REFERENCES interactions(activityreg) | |
| );","modreg moderationinteractpivot moderationsocialpivot rptcount warncount violhist modstat contcomp ageverif payverif idverif | |
| MOD_TK0G3 FI537855 SOC_7GA9A 6 3 Minor Warning Warning Not Required Pending Verified | |
| MOD_OU2ND FI528045 SOC_GIW1H 2 0 Major Warning Violation Verified Pending N/A | |
| MOD_IZ7D7 FI137526 SOC_8ILAQ 9 2 Minor Good Standing Compliant Pending Pending Pending | |
| ..." | |
| 143,virtual,preferencesandsettings,"CREATE TABLE ""preferencesandsettings"" ( | |
| prefreg text(20) NOT NULL, | |
| preferencesmemberpivot text(20) NULL, | |
| preferencessocialpivot text(20) NULL, | |
| privset TEXT NULL, | |
| dsconsent TEXT NULL, | |
| notifpref TEXT NULL, | |
| commpref TEXT NULL, | |
| markpref TEXT NULL, | |
| langset TEXT NULL, | |
| accessset TEXT NULL, | |
| devcount integer(16) NULL, | |
| logfreq TEXT NULL, | |
| lastlogdt TEXT NULL, | |
| sesscount integer(32) NULL, | |
| timehrs integer(32) NULL, | |
| avgdailymin integer(16) NULL, | |
| peaksess integer(16) NULL, | |
| intconsist real(3,2) NULL, | |
| platstable real(3,2) NULL, | |
| connqual TEXT NULL, | |
| PRIMARY KEY (prefreg), | |
| FOREIGN KEY (preferencessocialpivot) REFERENCES socialcommunity(socialreg), | |
| FOREIGN KEY (preferencesmemberpivot) REFERENCES membershipandspending(memberreg) | |
| );","prefreg preferencesmemberpivot preferencessocialpivot privset dsconsent notifpref commpref markpref langset accessset devcount logfreq lastlogdt sesscount timehrs avgdailymin peaksess intconsist platstable connqual | |
| PREF_DPIK MEM_QCM5T SOC_7GA9A Private Partial Important SMS Opted In Translated Standard 1 Rare 2025-02-06 281 3833 334 5 0.79 0.72 Poor | |
| PREF_S4J5 MEM_KGCEJ SOC_GIW1H Friends Only Partial Important Email Opted In Auto Custom 5 Rare 2025-02-16 678 2427 315 5 0.59 0.44 Excellent | |
| PREF_0XSU MEM_P91DJ SOC_8ILAQ Private Minimal Important SMS Selective Auto Enhanced 4 Monthly 2025-01-25 108 1383 295 2 0.2 0.53 Good | |
| ..." | |
| 144,virtual,retentionandinfluence,"CREATE TABLE ""retentionandinfluence"" ( | |
| retreg text(20) NOT NULL, | |
| retainengagepivot text(20) NULL, | |
| retainloyaltypivot text(20) NULL, | |
| churnflag TEXT NULL, | |
| reactcount integer(16) NULL, | |
| refcount integer(16) NULL, | |
| contreach integer(32) NULL, | |
| viralcont integer(16) NULL, | |
| trendpart integer(16) NULL, | |
| hashuse integer(16) NULL, | |
| PRIMARY KEY (retreg), | |
| FOREIGN KEY (retainloyaltypivot) REFERENCES loyaltyandachievements(loyaltyreg), | |
| FOREIGN KEY (retainengagepivot) REFERENCES engagement(engagereg) | |
| );","retreg retainengagepivot retainloyaltypivot churnflag reactcount refcount contreach viralcont trendpart hashuse | |
| RET_M9GTT ENG_9RLZH LOY_SIYC9 Medium 3 0 19013 3 17 651 | |
| RET_L8K68 ENG_FGNJL LOY_NHSG0 High 2 6 55638 5 50 435 | |
| RET_4S9OK ENG_68S16 LOY_GCPGX Medium 1 9 70438 2 48 5 | |
| ..." | |
| 145,virtual,socialcommunity,"CREATE TABLE ""socialcommunity"" ( | |
| socialreg text(20) NOT NULL, | |
| socialengagepivot text(20) NULL, | |
| socialcommercepivot text(20) NULL, | |
| collabcount integer(16) NULL, | |
| community_engagement TEXT NULL, | |
| PRIMARY KEY (socialreg), | |
| FOREIGN KEY (socialengagepivot) REFERENCES engagement(engagereg), | |
| FOREIGN KEY (socialcommercepivot) REFERENCES commerceandcollection(commercereg) | |
| );","socialreg socialengagepivot socialcommercepivot collabcount community_engagement | |
| SOC_7GA9A ENG_9RLZH COM_02Q3V 6 {""network"": {""socnetsz"": 851, ""fingcount"": 940, ""follcount"": 935, ""friendcon"": 140}, ""content_creation"": {""ugcval"": 63, ""artsubs"": 10, ""ficsubs"": 3, ""commcontrib"": ""Low"", ""contqualrate"": 2.6, ""coverperfcnt"": 20, ""contcreatestat"": ""Active""}, ""group_involvement"": {""grpmemb"": 6, ""grprole"": ""Member""}} | |
| SOC_GIW1H ENG_FGNJL COM_5C1C3 14 {""network"": {""socnetsz"": 753, ""fingcount"": 143, ""follcount"": 4068, ""friendcon"": 450}, ""content_creation"": {""ugcval"": 6, ""artsubs"": 34, ""ficsubs"": 1, ""commcontrib"": ""Low"", ""contqualrate"": 1.9, ""coverperfcnt"": 30, ""contcreatestat"": ""Active""}, ""group_involvement"": {""grpmemb"": 8, ""grprole"": ""Member""}} | |
| SOC_8ILAQ ENG_68S16 COM_Z1O8V 16 {""network"": {""socnetsz"": 421, ""fingcount"": 132, ""follcount"": 286, ""friendcon"": 449}, ""content_creation"": {""ugcval"": 43, ""artsubs"": 31, ""ficsubs"": 7, ""commcontrib"": ""Low"", ""contqualrate"": 0.5, ""coverperfcnt"": 2, ""contcreatestat"": ""Occasional""}, ""group_involvement"": {""grpmemb"": 2, ""grprole"": ""Member""}} | |
| ..." | |
| 146,virtual,supportandfeedback,"CREATE TABLE ""supportandfeedback"" ( | |
| supportreg text(20) NOT NULL, | |
| supportinteractpivot text(20) NULL, | |
| supportprefpivot text(20) NULL, | |
| techissuerpt integer(16) NULL, | |
| supptix integer(16) NULL, | |
| fbsubs integer(16) NULL, | |
| survpart TEXT NULL, | |
| betapart TEXT NULL, | |
| featreqsubs integer(16) NULL, | |
| bugsubs integer(16) NULL, | |
| satrate real(3,1) NULL, | |
| npsval integer(16) NULL, | |
| PRIMARY KEY (supportreg), | |
| FOREIGN KEY (supportprefpivot) REFERENCES preferencesandsettings(prefreg), | |
| FOREIGN KEY (supportinteractpivot) REFERENCES interactions(activityreg) | |
| );","supportreg supportinteractpivot supportprefpivot techissuerpt supptix fbsubs survpart betapart featreqsubs bugsubs satrate npsval | |
| SUP_S756R FI537855 PREF_DPIK 4 5 9 Never Former 8 15 1.9 0 | |
| SUP_FMC75 FI528045 PREF_S4J5 6 1 29 Active Yes 4 5 3.6 0 | |
| SUP_5KZEX FI137526 PREF_0XSU 3 3 12 Active Former 9 11 3.3 8 | |
| ..." | |
| 147,virtual,virtualidols,"CREATE TABLE ""virtualidols"" ( | |
| entityreg text(20) NOT NULL, | |
| nametag text(100) NULL, | |
| kindtag TEXT NULL, | |
| debdate TEXT NULL, | |
| assocgroup text(100) NULL, | |
| genretag TEXT NULL, | |
| primlang text(50) NULL, | |
| PRIMARY KEY (entityreg) | |
| );","entityreg nametag kindtag debdate assocgroup genretag primlang | |
| VI1517 Brandon Buck 2D 2025-02-01 Archer, Martinez and Jimenez Electronic English | |
| VI8705 Brittney Freeman AI Generated 2022-05-20 Carpenter and Sons Electronic Chinese | |
| VI6535 Anita Snyder 3D 2020-04-24 Tran, Aguirre and Jenkins Dance English | |
| ..." | |
| 148,cybermarket,buyers,"CREATE TABLE ""buyers"" ( | |
| buyregistry text(30) NOT NULL, | |
| buyspan integer(32) NULL, | |
| buytxtally integer(16) NULL, | |
| buyspending TEXT NULL, | |
| buyfreqcat TEXT NULL, | |
| buychecklvl TEXT NULL, | |
| buyriskrate real(5,2) NULL, | |
| mktref text(30) NULL, | |
| vendref text(30) NULL, | |
| PRIMARY KEY (buyregistry), | |
| FOREIGN KEY (vendref) REFERENCES vendors(vendregistry), | |
| FOREIGN KEY (mktref) REFERENCES markets(mktregistry) | |
| );","buyregistry buyspan buytxtally buyspending buyfreqcat buychecklvl buyriskrate mktref vendref | |
| BUY_4CF99 326 10 Low Heavy Advanced 29.5 MKT_SOB5D VEND_0DY9A | |
| BUY_SAR2O 166 40 Medium Regular Basic 71.5 MKT_3VNMP VEND_2JDYC | |
| BUY_9KX6B 81 96 Medium One-time Basic 54.5 MKT_3Y1WX VEND_JAI03 | |
| ..." | |
| 149,cybermarket,communication,"CREATE TABLE ""communication"" ( | |
| commregistry text(30) NOT NULL, | |
| iptally integer(16) NULL, | |
| tornodecount integer(16) NULL, | |
| vpnflag TEXT NULL, | |
| brwsrunique real(6,3) NULL, | |
| devfpscore real(6,3) NULL, | |
| connpatscore real(5,2) NULL, | |
| encryptmethod TEXT NULL, | |
| commchannel TEXT NULL, | |
| msgtally integer(16) NULL, | |
| commfreq TEXT NULL, | |
| langpattern TEXT NULL, | |
| sentiscore real(5,3) NULL, | |
| keymatchcount integer(16) NULL, | |
| susppatscore real(5,2) NULL, | |
| riskindiccount integer(16) NULL, | |
| txref text(30) NULL, | |
| prodref text(30) NULL, | |
| PRIMARY KEY (commregistry), | |
| FOREIGN KEY (txref) REFERENCES transactions(txregistry), | |
| FOREIGN KEY (prodref) REFERENCES products(prodregistry) | |
| );","commregistry iptally tornodecount vpnflag brwsrunique devfpscore connpatscore encryptmethod commchannel msgtally commfreq langpattern sentiscore keymatchcount susppatscore riskindiccount txref prodref | |
| COMM_BGDA3 9 25 No 6.4 5.613 80.65 Standard External 36 Medium Variable 0.85 58 1.82 29 TX_4F06D PROD_0C7HD | |
| COMM_MJ90F 9 75 No 61.5 1.454 29.25 Custom Mixed 10 Low Consistent 0.279 65 10.18 49 TX_69L3A PROD_LH5LN | |
| COMM_6HX3V 3 97 Suspected 79 6.659 2.53 Standard External 5 Medium Consistent 0.053 90 12.42 40 TX_F8DOW PROD_ARXK5 | |
| ..." | |
| 150,cybermarket,investigation,"CREATE TABLE ""investigation"" ( | |
| investregistry text(30) NOT NULL, | |
| investstat TEXT NULL, | |
| lawinterest TEXT NULL, | |
| regrisklvl TEXT NULL, | |
| compliancescore real(4,2) NULL, | |
| investpriority TEXT NULL, | |
| resptimemins integer(32) NULL, | |
| escalationlevel TEXT NULL, | |
| casestatus TEXT NULL, | |
| resolutiontimehours integer(16) NULL, | |
| actiontaken TEXT NULL, | |
| followuprequired TEXT NULL, | |
| reviewfrequency TEXT NULL, | |
| nextreviewdate TEXT NULL, | |
| notescount integer(16) NULL, | |
| dataretentionstatus TEXT NULL, | |
| lastupdated text(6) NULL, | |
| updatefrequencyhours integer(32) NULL, | |
| secref text(30) NULL, | |
| riskref text(30) NULL, | |
| PRIMARY KEY (investregistry), | |
| FOREIGN KEY (secref) REFERENCES securitymonitoring(secmonregistry), | |
| FOREIGN KEY (riskref) REFERENCES riskanalysis(riskregistry) | |
| );","investregistry investstat lawinterest regrisklvl compliancescore investpriority resptimemins escalationlevel casestatus resolutiontimehours actiontaken followuprequired reviewfrequency nextreviewdate notescount dataretentionstatus lastupdated updatefrequencyhours secref riskref | |
| INVEST_T7MI5 Closed High Medium 2.3 Low 583 Level1 In Progress 143 Restriction Yes Monthly 2021-12-08 33 Active 2025-12-12 06:51:55 710 SECMON_EBN59 RISK_MXF5J | |
| INVEST_UPT1O Monitoring Medium High 55.46 High 1097 Level2 In Progress 609 Warning No Weekly 2024-06-05 20 Archived 2024-01-09 09:46:47 195 SECMON_GYFA8 RISK_JUZR9 | |
| INVEST_CIP8J Closed Low High 39.38 Low 1209 Level2 In Progress 112 Termination Yes Daily 2021-10-10 38 Archived 2021-07-15 08:24:25 186 SECMON_6NVR1 RISK_MLVPK | |
| ..." | |
| 151,cybermarket,markets,"CREATE TABLE ""markets"" ( | |
| mktregistry text(30) NOT NULL, | |
| mktdenom text(80) NULL, | |
| mktclass TEXT NULL, | |
| mktspan integer(32) NULL, | |
| sizecluster TEXT NULL, | |
| dlyflow integer(64) NULL, | |
| mthactive integer(64) NULL, | |
| vendcount integer(32) NULL, | |
| buycount integer(32) NULL, | |
| listtotal integer(64) NULL, | |
| interscore real(6,3) NULL, | |
| esccomprate real(5,3) NULL, | |
| market_status_reputation TEXT NULL, | |
| PRIMARY KEY (mktregistry) | |
| );","mktregistry mktdenom mktclass mktspan sizecluster dlyflow mthactive vendcount buycount listtotal interscore esccomprate market_status_reputation | |
| MKT_SOB5D Market_84 Forum 168 Large 5388 38982 232 73577 34839 76.3 12.8 {""status"": ""Under Investigation"", ""trust_level"": ""High"", ""reputation_score"": 91.100, ""compliance_metrics"": {""penalty_count"": 1, ""warning_count"": 6, ""rule_break_count"": 10, ""restriction_level"": ""Partial""}, ""community_trust_score"": 35.80, ""dispute_resolution_score"": 3.4} | |
| MKT_3VNMP Market_35 Service 745 Small 5691 38209 59 75138 34217 27.3 97.6 {""status"": ""Under Investigation"", ""trust_level"": ""Low"", ""reputation_score"": 75.700, ""compliance_metrics"": {""penalty_count"": 0, ""warning_count"": 4, ""rule_break_count"": 4, ""restriction_level"": ""Full""}, ""community_trust_score"": 64.00, ""dispute_resolution_score"": 3.2} | |
| MKT_3Y1WX Market_91 Forum 579 Medium 3093 43189 185 60697 38732 4.3 89.4 {""status"": ""Suspended"", ""trust_level"": ""Medium"", ""reputation_score"": 84.400, ""compliance_metrics"": {""penalty_count"": 1, ""warning_count"": 7, ""rule_break_count"": 7, ""restriction_level"": ""Partial""}, ""community_trust_score"": 95.20, ""dispute_resolution_score"": 33.2} | |
| ..." | |
| 152,cybermarket,products,"CREATE TABLE ""products"" ( | |
| prodregistry text(30) NOT NULL, | |
| prodtheme TEXT NULL, | |
| prodsubcat TEXT NULL, | |
| prodlistdays integer(32) NULL, | |
| prodpriceusd real(10,2) NULL, | |
| prodqty integer(32) NULL, | |
| vendref text(30) NULL, | |
| buyref text(30) NULL, | |
| PRIMARY KEY (prodregistry), | |
| FOREIGN KEY (vendref) REFERENCES vendors(vendregistry), | |
| FOREIGN KEY (buyref) REFERENCES buyers(buyregistry) | |
| );","prodregistry prodtheme prodsubcat prodlistdays prodpriceusd prodqty vendref buyref | |
| PROD_0C7HD Digital Type_B 155 6478.18 92 VEND_0DY9A BUY_4CF99 | |
| PROD_LH5LN Data Type_C 105 7111.06 48 VEND_2JDYC BUY_SAR2O | |
| PROD_ARXK5 Digital Type_B 116 6119.25 59 VEND_JAI03 BUY_9KX6B | |
| ..." | |
| 153,cybermarket,riskanalysis,"CREATE TABLE ""riskanalysis"" ( | |
| riskregistry text(30) NOT NULL, | |
| fraudprob real(5,3) NULL, | |
| moneyrisk TEXT NULL, | |
| linkedtxcount integer(16) NULL, | |
| txchainlen integer(16) NULL, | |
| wallrisksc real(5,2) NULL, | |
| wallage integer(32) NULL, | |
| wallbalusd real(15,2) NULL, | |
| wallturnrt real(5,3) NULL, | |
| txvel real(6,2) NULL, | |
| profilecomplete real(4,1) NULL, | |
| idverifyscore real(4,1) NULL, | |
| feedbackauthscore real(4,1) NULL, | |
| commref text(30) NULL, | |
| txref text(30) NULL, | |
| network_behavior_analytics TEXT NULL, | |
| PRIMARY KEY (riskregistry), | |
| FOREIGN KEY (txref) REFERENCES transactions(txregistry), | |
| FOREIGN KEY (commref) REFERENCES communication(commregistry) | |
| );","riskregistry fraudprob moneyrisk linkedtxcount txchainlen wallrisksc wallage wallbalusd wallturnrt txvel profilecomplete idverifyscore feedbackauthscore commref txref network_behavior_analytics | |
| RISK_UUZ5A 0.433 Low 29 4 34.4 722 98937.3 42.32 58.4 8.9 3.8 6.6 COMM_BGDA3 TX_4F06D {""network_analysis"": {""centrality_score"": 13.082, ""cluster_coefficient"": null, ""connection_diversity"": 97.77}, ""behavioral_analysis"": {""geo_distribution_score"": 81.9, ""temporal_pattern_score"": 70.39, ""behavior_consistency_score"": 67.64}, ""transaction_pattern_category"": ""Suspicious""} | |
| RISK_M8885 0.981 Medium 8 9 29.8 307 16240.8 4.29 97.7 0.8 7.5 1.3 COMM_MJ90F TX_69L3A {""network_analysis"": {""centrality_score"": 84.588, ""cluster_coefficient"": null, ""connection_diversity"": 80.62}, ""behavioral_analysis"": {""geo_distribution_score"": 7.1, ""temporal_pattern_score"": 61.89, ""behavior_consistency_score"": 85.54}, ""transaction_pattern_category"": ""Normal""} | |
| RISK_KAE6H 0.53 Low 47 10 47.4 879 26348.1 19.45 88.4 9.2 6.6 2.2 COMM_6HX3V TX_F8DOW {""network_analysis"": {""centrality_score"": 34.528, ""cluster_coefficient"": null, ""connection_diversity"": 83.97}, ""behavioral_analysis"": {""geo_distribution_score"": 74.0, ""temporal_pattern_score"": 59.13, ""behavior_consistency_score"": 52.45}, ""transaction_pattern_category"": ""High-risk""} | |
| ..." | |
| 154,cybermarket,securitymonitoring,"CREATE TABLE ""securitymonitoring"" ( | |
| secmonregistry text(30) NOT NULL, | |
| securityauditstatus TEXT NULL, | |
| vulntally integer(16) NULL, | |
| inctally integer(16) NULL, | |
| securitymeasurecount integer(16) NULL, | |
| encryptionstrength TEXT NULL, | |
| authenticationmethod TEXT NULL, | |
| sessionsecurityscore real(5,2) NULL, | |
| dataprotectionlevel TEXT NULL, | |
| privprotscore real(5,2) NULL, | |
| operationalsecurityscore real(5,2) NULL, | |
| fpprob real(5,4) NULL, | |
| alertsev TEXT NULL, | |
| alertcategory TEXT NULL, | |
| alertconfidencescore real(4,2) NULL, | |
| riskref text(30) NULL, | |
| commref text(30) NULL, | |
| threat_analysis_metrics TEXT NULL, | |
| PRIMARY KEY (secmonregistry), | |
| FOREIGN KEY (riskref) REFERENCES riskanalysis(riskregistry), | |
| FOREIGN KEY (commref) REFERENCES communication(commregistry) | |
| );","secmonregistry securityauditstatus vulntally inctally securitymeasurecount encryptionstrength authenticationmethod sessionsecurityscore dataprotectionlevel privprotscore operationalsecurityscore fpprob alertsev alertcategory alertconfidencescore riskref commref threat_analysis_metrics | |
| SECMON_EBN59 Fail 15 0 12 Standard Basic 89.48 Basic 6.04 23.87 2.3 High Security 2.56 RISK_MXF5J COMM_I21GC {""anonymity_level"": ""High"", ""traceability_score"": 76.954, ""ml_confidence_score"": 75.757, ""pattern_matching_score"": 75.63, ""anomaly_detection_score"": 79.206, ""detection_evasion_score"": 25.61, ""behavioral_analysis_score"": 30.97, ""threat_intelligence_score"": 73.84, ""event_correlation_strength"": 89.174} | |
| SECMON_GYFA8 Pass 19 4 13 Strong 2FA 19.66 Enhanced 48.97 79.58 1.3 High Transaction 1.62 RISK_JUZR9 COMM_T18IA {""anonymity_level"": ""Low"", ""traceability_score"": 59.172, ""ml_confidence_score"": 21.196, ""pattern_matching_score"": 75.50, ""anomaly_detection_score"": 92.577, ""detection_evasion_score"": 59.34, ""behavioral_analysis_score"": 3.95, ""threat_intelligence_score"": 61.17, ""event_correlation_strength"": 24.630} | |
| SECMON_6NVR1 Pass 13 2 0 Military-grade 2FA 53.33 Basic 84.42 45.11 8.2 Critical Transaction 0.13 RISK_MLVPK COMM_OU74A {""anonymity_level"": ""Medium"", ""traceability_score"": 18.212, ""ml_confidence_score"": 67.884, ""pattern_matching_score"": 30.63, ""anomaly_detection_score"": 65.344, ""detection_evasion_score"": 49.26, ""behavioral_analysis_score"": 68.89, ""threat_intelligence_score"": 3.99, ""event_correlation_strength"": 59.875} | |
| ..." | |
| 155,cybermarket,transactions,"CREATE TABLE ""transactions"" ( | |
| txregistry text(30) NOT NULL, | |
| rectag text(30) NULL, | |
| eventstamp text(6) NULL, | |
| paymethod TEXT NULL, | |
| payamtusd real(14,2) NULL, | |
| txfeeusd real(10,2) NULL, | |
| escrowused TEXT NULL, | |
| escrowhrs integer(16) NULL, | |
| multisigflag TEXT NULL, | |
| txstatus TEXT NULL, | |
| txfinishhrs real(5,2) NULL, | |
| shipmethod TEXT NULL, | |
| shipregionsrc TEXT NULL, | |
| shipregiondst TEXT NULL, | |
| crossborderflag TEXT NULL, | |
| routecomplexity TEXT NULL, | |
| mktref text(30) NULL, | |
| prodref text(30) NULL, | |
| buyref text(30) NULL, | |
| PRIMARY KEY (txregistry), | |
| FOREIGN KEY (prodref) REFERENCES products(prodregistry), | |
| FOREIGN KEY (mktref) REFERENCES markets(mktregistry), | |
| FOREIGN KEY (buyref) REFERENCES buyers(buyregistry) | |
| );","txregistry rectag eventstamp paymethod payamtusd txfeeusd escrowused escrowhrs multisigflag txstatus txfinishhrs shipmethod shipregionsrc shipregiondst crossborderflag routecomplexity mktref prodref buyref | |
| TX_4F06D DN541412 2021-04-16 05:29:33 Crypto_A 12680.1 182 Yes 69 No Pending 114.9 Express Region_B Unknown Yes Complex MKT_SOB5D PROD_0C7HD BUY_4CF99 | |
| TX_69L3A DN772007 2021-02-14 22:29:36 Token 33015.7 218.3 No 121 No Completed 88.7 Custom Unknown Region_X Yes Complex MKT_3VNMP PROD_LH5LN BUY_SAR2O | |
| TX_F8DOW DN873987 2025-12-08 05:04:23 Crypto_B 45450.8 84.52 No 47 No Cancelled 136.1 Digital Region_B Region_X No Medium MKT_3Y1WX PROD_ARXK5 BUY_9KX6B | |
| ..." | |
| 156,cybermarket,vendors,"CREATE TABLE ""vendors"" ( | |
| vendregistry text(30) NOT NULL, | |
| vendspan integer(32) NULL, | |
| vendrate real(4,2) NULL, | |
| vendtxcount integer(32) NULL, | |
| vendsucccount integer(32) NULL, | |
| venddisputecount integer(32) NULL, | |
| vendplacecount integer(16) NULL, | |
| vendpaymethods integer(16) NULL, | |
| vendchecklvl TEXT NULL, | |
| vendlastmoment TEXT NULL, | |
| mktref text(30) NULL, | |
| PRIMARY KEY (vendregistry), | |
| FOREIGN KEY (mktref) REFERENCES markets(mktregistry) | |
| );","vendregistry vendspan vendrate vendtxcount vendsucccount venddisputecount vendplacecount vendpaymethods vendchecklvl vendlastmoment mktref | |
| VEND_0DY9A 319 4.5 576887 428648 89535 5 2 Advanced 2025-02-15 MKT_SOB5D | |
| VEND_2JDYC 26 4.1 683389 880175 26386 5 8 Basic 2025-02-05 MKT_3VNMP | |
| VEND_3EUJI 179 3.9 137303 264983 77677 7 2 Advanced 2025-01-31 MKT_VTIB5 | |
| ..." | |
| 157,gaming,audioandmedia,"CREATE TABLE ""audioandmedia"" ( | |
| audregistry text(20) NOT NULL, | |
| auddevref text(20) NOT NULL, | |
| audperfref text(20) NOT NULL, | |
| sndleveldb real(4,1) NULL, | |
| sndsig text(30) NULL, | |
| noiseisodb integer(16) NULL, | |
| audlatms real(4,1) NULL, | |
| micsensedb real(5,2) NULL, | |
| micfreqresp text(50) NULL, | |
| spkimpohm integer(16) NULL, | |
| spksensedb integer(16) NULL, | |
| thdpct real(3,2) NULL, | |
| freqresp text(50) NULL, | |
| drvszmm integer(16) NULL, | |
| surrsnd text(30) NULL, | |
| eqcount integer(16) NULL, | |
| micmon INTEGER NULL, | |
| noisecanc TEXT NULL, | |
| btversion text(35) NULL, | |
| btrangem integer(16) NULL, | |
| btlatms real(5,2) NULL, | |
| multidev INTEGER NULL, | |
| autoslpmin integer(16) NULL, | |
| wakems real(5,1) NULL, | |
| PRIMARY KEY (audregistry), | |
| FOREIGN KEY (audperfref) REFERENCES performance(perfregistry), | |
| FOREIGN KEY (auddevref) REFERENCES deviceidentity(devregistry) | |
| );","audregistry auddevref audperfref sndleveldb sndsig noiseisodb audlatms micsensedb micfreqresp spkimpohm spksensedb thdpct freqresp drvszmm surrsnd eqcount micmon noisecanc btversion btrangem btlatms multidev autoslpmin wakems | |
| AUD_62KLBY DEV_RQ33OK PERF_F82J4K 54.4 Silent 26 15 -34 87-14667Hz 16 108 1.82 17-22680Hz 53 Stereo 9 0 Passive 4 21 217.7 1 6 771.6 | |
| AUD_HN6IA9 DEV_UPPRRQ PERF_UFXS4T 37.2 Silent 21 3.1 -42 38-19153Hz 64 108 1.11 18-28862Hz 50 5.1 6 0 Active 5 25 147 0 11 979.7 | |
| AUD_QYXW48 DEV_E2VRHA PERF_3PQ3KQ 63.6 Thocky 15 11.5 -38 42-10348Hz 16 99 0.81 19-20571Hz 53 7.1 4 0 Active 5.1 19 200.2 0 9 373.9 | |
| ..." | |
| 158,gaming,deviceidentity,"CREATE TABLE ""deviceidentity"" ( | |
| devregistry text(20) NOT NULL, | |
| devsessionref text(20) NOT NULL, | |
| makername text(50) NULL, | |
| modnum text(50) NULL, | |
| fwver text(50) NULL, | |
| conntype text(35) NULL, | |
| wlrangem real(4,1) NULL, | |
| wlinterf text(35) NULL, | |
| wlchanhop INTEGER NULL, | |
| wllatvar real(4,2) NULL, | |
| pwridlemw integer(32) NULL, | |
| pwractmw integer(32) NULL, | |
| pwrrgbmw integer(32) NULL, | |
| brdmemmb integer(16) NULL, | |
| profcount integer(16) NULL, | |
| mcresptime real(4,2) NULL, | |
| mcexecspeed real(4,2) NULL, | |
| mctimacc real(5,2) NULL, | |
| dpires integer(32) NULL, | |
| dpisteps integer(16) NULL, | |
| senstype text(50) NULL, | |
| sensres integer(32) NULL, | |
| PRIMARY KEY (devregistry), | |
| FOREIGN KEY (devsessionref) REFERENCES testsessions(sessionregistry) | |
| );","devregistry devsessionref makername modnum fwver conntype wlrangem wlinterf wlchanhop wllatvar pwridlemw pwractmw pwrrgbmw brdmemmb profcount mcresptime mcexecspeed mctimacc dpires dpisteps senstype sensres | |
| DEV_RQ33OK GPT287164 HyperX MDL7333 6.6.9 Wireless 2.4GHz 8 Low 0 1.3 90 143 113 8 2 1.51 0.24 92.7 9774 4 PMW3389 22986 | |
| DEV_UPPRRQ GPT831546 Corsair MDL8501 5.3.7 Wired 6 Low 0 1.45 21 335 149 64 4 2.32 0.36 92.8 24096 1 Optical 16401 | |
| DEV_E2VRHA GPT573068 Logitech MDL8929 7.0.3 Bluetooth 16 High 0 1.96 45 345 136 8 3 4.63 0.63 96.8 5125 1 Optical 20417 | |
| ..." | |
| 159,gaming,interactionandcontrol,"CREATE TABLE ""interactionandcontrol"" ( | |
| interactregistry text(20) NOT NULL, | |
| interactphysref text(20) NOT NULL, | |
| interactdevref text(20) NOT NULL, | |
| amblight INTEGER NULL, | |
| tempsense INTEGER NULL, | |
| accelsense INTEGER NULL, | |
| gyrosense INTEGER NULL, | |
| hapfeed text(30) NULL, | |
| hapstr integer(16) NULL, | |
| vibmodes integer(16) NULL, | |
| forcefeed text(35) NULL, | |
| trigres integer(16) NULL, | |
| trigtravmm real(3,1) NULL, | |
| joydead real(4,2) NULL, | |
| joyprec real(4,1) NULL, | |
| btnspcmm real(4,1) NULL, | |
| btnszmm real(4,1) NULL, | |
| dpadvar text(30) NULL, | |
| dpadacc real(4,1) NULL, | |
| astickvar text(30) NULL, | |
| driftres real(4,1) NULL, | |
| PRIMARY KEY (interactregistry), | |
| FOREIGN KEY (interactphysref) REFERENCES physicaldurability(physregistry), | |
| FOREIGN KEY (interactdevref) REFERENCES deviceidentity(devregistry) | |
| );","interactregistry interactphysref interactdevref amblight tempsense accelsense gyrosense hapfeed hapstr vibmodes forcefeed trigres trigtravmm joydead joyprec btnspcmm btnszmm dpadvar dpadacc astickvar driftres | |
| INT_X42CX3 PHYS_GHOT80 DEV_RQ33OK 1 1 0 1 Basic 4 5 Advanced 7 7.1 0.11 94.9 4.8 17.5 Hybrid 95.2 Standard 98.5 | |
| INT_UHLDYQ PHYS_3F7AUT DEV_UPPRRQ 0 1 0 0 Advanced 4 4 None 10 7.2 0.19 94.4 2.5 16.7 Standard 99.9 Standard 98.9 | |
| INT_HTXID6 PHYS_2Q0KFG DEV_E2VRHA 1 0 1 1 None 1 4 None 10 6.6 0.13 93.9 3.1 18.4 Standard 92.3 Magnetic 93.9 | |
| ..." | |
| 160,gaming,mechanical,"CREATE TABLE ""mechanical"" ( | |
| mechregistry text(20) NOT NULL, | |
| mechperfref text(20) NOT NULL, | |
| mechdevref text(20) NOT NULL, | |
| keyforceg real(5,2) NULL, | |
| keytravmm real(3,1) NULL, | |
| swtchvar text(40) NULL, | |
| swtchdur integer(64) NULL, | |
| ghostkeys integer(16) NULL, | |
| keyrollo text(35) NULL, | |
| swtchcons real(4,1) NULL, | |
| ghosteff real(4,1) NULL, | |
| keychatter real(3,2) NULL, | |
| actpointmm real(3,1) NULL, | |
| respointmm real(3,1) NULL, | |
| tacbumpmm real(3,1) NULL, | |
| tottravmm real(3,1) NULL, | |
| stabrattle TEXT NULL, | |
| stabtype text(30) NULL, | |
| capthkmm real(3,1) NULL, | |
| capmat text(35) NULL, | |
| caplegmeth text(40) NULL, | |
| kbdangle integer(16) NULL, | |
| wristflag INTEGER NULL, | |
| palmangle integer(16) NULL, | |
| ergorate integer(16) NULL, | |
| PRIMARY KEY (mechregistry), | |
| FOREIGN KEY (mechperfref) REFERENCES performance(perfregistry), | |
| FOREIGN KEY (mechdevref) REFERENCES deviceidentity(devregistry) | |
| );","mechregistry mechperfref mechdevref keyforceg keytravmm swtchvar swtchdur ghostkeys keyrollo swtchcons ghosteff keychatter actpointmm respointmm tacbumpmm tottravmm stabrattle stabtype capthkmm capmat caplegmeth kbdangle wristflag palmangle ergorate | |
| MECH_JOL75L PERF_F82J4K DEV_RQ33OK 75.8 3.3 Membrane 74090272 65 2KRO 97 95.2 1.72 1.4 2.4 1.9 3.4 Minimal PCB Mount 1.4 ABS Double Shot 1 1 0 6 | |
| MECH_0WBA9L PERF_UFXS4T DEV_UPPRRQ 79.9 2.4 Mechanical 27318594 68 6KRO 99.3 95.2 1.17 2.4 1.4 1.6 3.7 Minimal PCB Mount 1.4 ABS Dye Sub 1 0 15 9 | |
| MECH_Q9PD87 PERF_3PQ3KQ DEV_E2VRHA 79.3 1.9 Mechanical 76894521 102 6KRO 92.6 94.8 0.85 1.6 1.5 2.3 4 Minimal Screw-in 1 ABS Double Shot 1 0 8 8 | |
| ..." | |
| 161,gaming,performance,"CREATE TABLE ""performance"" ( | |
| perfregistry text(20) NOT NULL, | |
| perfsessionref text(20) NOT NULL, | |
| accelmax integer(16) NULL, | |
| speedips integer(16) NULL, | |
| liftdistmm real(3,1) NULL, | |
| angsnap INTEGER NULL, | |
| btntens TEXT NULL, | |
| clklat real(3,2) NULL, | |
| clkdur integer(64) NULL, | |
| screnctyp TEXT NULL, | |
| scrsteps integer(16) NULL, | |
| scraccy real(4,1) NULL, | |
| PRIMARY KEY (perfregistry), | |
| FOREIGN KEY (perfsessionref) REFERENCES testsessions(sessionregistry) | |
| );","perfregistry perfsessionref accelmax speedips liftdistmm angsnap btntens clklat clkdur screnctyp scrsteps scraccy | |
| PERF_F82J4K GPT287164 36 360 0.8 0 Light 0.49 52679106 Optical 20 91.8 | |
| PERF_UFXS4T GPT831546 32 396 1.6 0 Medium 1.83 36886488 Optical 23 96.8 | |
| PERF_3PQ3KQ GPT573068 38 273 1.2 0 Light 0.51 32306990 Optical 20 90.2 | |
| ..." | |
| 162,gaming,physicaldurability,"CREATE TABLE ""physicaldurability"" ( | |
| physregistry text(20) NOT NULL, | |
| physrgbref text(20) NOT NULL, | |
| physperfref text(20) NOT NULL, | |
| wgtgram integer(16) NULL, | |
| wgtdist text(30) NULL, | |
| cablegram integer(16) NULL, | |
| cabledrag text(25) NULL, | |
| feetmat text(25) NULL, | |
| feetthkmm real(3,1) NULL, | |
| glidecons real(4,1) NULL, | |
| fricstatic real(3,2) NULL, | |
| frickinetic real(3,2) NULL, | |
| surfcompat text(25) NULL, | |
| gripsty text(30) NULL, | |
| gripcoat text(30) NULL, | |
| gripdur integer(16) NULL, | |
| sweatres text(30) NULL, | |
| tempres TEXT NULL, | |
| humidres TEXT NULL, | |
| dustres text(30) NULL, | |
| waterres text(35) NULL, | |
| impres text(30) NULL, | |
| drophtm real(3,1) NULL, | |
| bendforce integer(16) NULL, | |
| twistdeg integer(16) NULL, | |
| cablebend integer(32) NULL, | |
| usbconndur integer(32) NULL, | |
| PRIMARY KEY (physregistry), | |
| FOREIGN KEY (physrgbref) REFERENCES rgb(rgbregistry), | |
| FOREIGN KEY (physperfref) REFERENCES performance(perfregistry) | |
| );","physregistry physrgbref physperfref wgtgram wgtdist cablegram cabledrag feetmat feetthkmm glidecons fricstatic frickinetic surfcompat gripsty gripcoat gripdur sweatres tempres humidres dustres waterres impres drophtm bendforce twistdeg cablebend usbconndur | |
| PHYS_GHOT80 RGB_33D8M7 PERF_F82J4K 83 Front Heavy 62 Moderate Glass 1.2 85.4 0.41 0.27 Cloth Preferred Palm Rubberized 17 Low Standard Premium IPX1 IPX1 Standard 1 106 30 4036 2814 | |
| PHYS_3F7AUT RGB_INHK9M PERF_UFXS4T 84 Back Heavy 74 Minimal Virgin PTFE 1 91.1 0.48 0.12 Hard Pad Preferred Palm Matte 22 Medium Premium Enhanced IPX2 IPX1 Standard 1.9 350 32 3626 1975 | |
| PHYS_2Q0KFG RGB_0P73NA PERF_3PQ3KQ 116 Back Heavy 99 Minimal Virgin PTFE 0.6 90.7 0.44 0.22 Cloth Preferred Hybrid Rubberized 24 Low Enhanced Enhanced IPX3 IPX3 Standard 1.7 346 34 2085 1742 | |
| ..." | |
| 163,gaming,rgb,"CREATE TABLE ""rgb"" ( | |
| rgbregistry text(20) NOT NULL, | |
| rgbmechref text(20) NOT NULL, | |
| rgbaudref text(20) NOT NULL, | |
| rgbbright integer(16) NULL, | |
| rgbcoloracc real(4,1) NULL, | |
| rgbrfrate integer(16) NULL, | |
| rgbmodes text(25) NULL, | |
| rgbzones integer(16) NULL, | |
| rgbcolors integer(32) NULL, | |
| PRIMARY KEY (rgbregistry), | |
| FOREIGN KEY (rgbmechref) REFERENCES mechanical(mechregistry), | |
| FOREIGN KEY (rgbaudref) REFERENCES audioandmedia(audregistry) | |
| );","rgbregistry rgbmechref rgbaudref rgbbright rgbcoloracc rgbrfrate rgbmodes rgbzones rgbcolors | |
| RGB_33D8M7 MECH_JOL75L AUD_62KLBY 88 84.3 166 18 1 3461298 | |
| RGB_INHK9M MECH_0WBA9L AUD_HN6IA9 12 87.1 847 11 3 3206043 | |
| RGB_0P73NA MECH_Q9PD87 AUD_QYXW48 23 97.2 159 14 1 11826339 | |
| ..." | |
| 164,gaming,testsessions,"CREATE TABLE ""testsessions"" ( | |
| sessionregistry text(20) NOT NULL, | |
| stampmoment text(6) NOT NULL, | |
| devscope TEXT NULL, | |
| cpuusepct real(5,2) NULL, | |
| memusemb integer(32) NULL, | |
| driverstatus TEXT NULL, | |
| fwupdur integer(16) NULL, | |
| wlsignal real(5,2) NULL, | |
| battlevel integer(16) NULL, | |
| battcapmah integer(32) NULL, | |
| battlifeh real(4,1) NULL, | |
| chgtimemin real(5,2) NULL, | |
| qchgflag INTEGER NULL, | |
| usbpwrline text(25) NULL, | |
| latms real(5,2) NULL, | |
| inplagms real(5,2) NULL, | |
| pollratehz integer(16) NULL, | |
| dbtimems real(4,2) NULL, | |
| resptimems real(4,2) NULL, | |
| clkregms real(4,3) NULL, | |
| PRIMARY KEY (sessionregistry) | |
| );","sessionregistry stampmoment devscope cpuusepct memusemb driverstatus fwupdur wlsignal battlevel battcapmah battlifeh chgtimemin qchgflag usbpwrline latms inplagms pollratehz dbtimems resptimems clkregms | |
| GPT287164 2024-09-26 17:36:53.795502 Keyboard 3.14 78 Stable 202 -67 33 1939 38 150 1 7.5W 3.35 9.94 1000 2.28 2.53 0.827 | |
| GPT831546 2024-11-26 19:47:28.795502 Headset 4.15 27 Beta 93 80.62 9 1115 54 64 1 5W 12.61 5.98 125 9.11 1.39 1.138 | |
| GPT573068 2024-10-12 10:19:04.795502 Keyboard 4.04 81 Experimental 79 71.61 17 1026 84 76 0 10W 5.24 1.15 1000 0.14 3.59 1.656 | |
| ..." | |
| 165,crypto,accountbalances,"CREATE TABLE ""accountbalances"" ( | |
| accountbalancesnode integer(64) NOT NULL, | |
| walletsum real(12,3) NULL, | |
| availsum real(12,3) NULL, | |
| frozensum real(12,3) NULL, | |
| margsum real(12,3) NULL, | |
| unrealline integer(53) NULL, | |
| realline integer(53) NULL, | |
| usertag text(36) NULL, | |
| PRIMARY KEY (accountbalancesnode), | |
| FOREIGN KEY (usertag) REFERENCES users(userstamp) | |
| );"," accountbalancesnode walletsum availsum frozensum margsum unrealline realline usertag | |
| 1 316483 250958 65525.1 901344 3545.06 -38455.1 U583322 | |
| 2 506236 91692.6 414544 572884 52010.2 9741.09 U810391 | |
| 3 729963 545563 184400 321804 52597.6 -81686.6 U485932 | |
| ..." | |
| 166,crypto,analyticsindicators,"CREATE TABLE ""analyticsindicators"" ( | |
| analyticsindicatorsnode integer(64) NOT NULL, | |
| mdataref integer(64) NULL, | |
| mstatsref integer(64) NULL, | |
| market_sentiment_indicators TEXT NULL, | |
| PRIMARY KEY (analyticsindicatorsnode), | |
| FOREIGN KEY (mstatsref) REFERENCES marketstats(marketstatsmark), | |
| FOREIGN KEY (mdataref) REFERENCES marketdata(marketdatanode) | |
| );"," analyticsindicatorsnode mdataref mstatsref market_sentiment_indicators | |
| 3 3 3 {""flow"": {""instflow"": 0.395, ""flowimbal"": 0.098, ""retailflow"": 0.552, ""smartforce"": -0.265, ""tradeimbal"": -0.55, ""largeflowrate"": 0.830}, ""walls"": {""buywallband"": 0.052, ""sellwallband"": 0.014}, ""momentum"": {""mktfeel"": ""Bearish"", ""buyforce"": 0.328, ""sellforce"": 0.506, ""techmeter"": ""Buy""}, ""arbitrage"": {""fundgap"": 0.0041, ""basisgap"": 0.0048, ""xexchband"": 0.0033, ""arbpotential"": 0.0007}, ""big_players"": {""makermotion"": ""Low"", ""whalemotion"": ""Medium""}, ""oscillators"": {""bbandspan"": 65.310, ""macdtrail"": 3.640, ""rsi14spot"": 93.550}} | |
| 4 4 4 {""flow"": {""instflow"": 0.753, ""flowimbal"": -0.3, ""retailflow"": 0.023, ""smartforce"": -0.739, ""tradeimbal"": 0.848, ""largeflowrate"": 0.352}, ""walls"": {""buywallband"": 0.019, ""sellwallband"": 0.068}, ""momentum"": {""mktfeel"": ""Bullish"", ""buyforce"": 0.317, ""sellforce"": 0.824, ""techmeter"": ""Buy""}, ""arbitrage"": {""fundgap"": 0.0073, ""basisgap"": 0.0012, ""xexchband"": 0.0021, ""arbpotential"": 0.0006}, ""big_players"": {""makermotion"": ""High"", ""whalemotion"": ""Low""}, ""oscillators"": {""bbandspan"": 63.290, ""macdtrail"": -7.910, ""rsi14spot"": 51.890}} | |
| 5 5 5 {""flow"": {""instflow"": -0.621, ""flowimbal"": 0.817, ""retailflow"": 0.108, ""smartforce"": -0.049, ""tradeimbal"": -0.083, ""largeflowrate"": 0.376}, ""walls"": {""buywallband"": 0.038, ""sellwallband"": 0.051}, ""momentum"": {""mktfeel"": ""Bearish"", ""buyforce"": 0.38, ""sellforce"": 0.433, ""techmeter"": ""Sell""}, ""arbitrage"": {""fundgap"": 0.0045, ""basisgap"": 0.0070, ""xexchband"": 0.0087, ""arbpotential"": 0.0064}, ""big_players"": {""makermotion"": ""Medium"", ""whalemotion"": ""Medium""}, ""oscillators"": {""bbandspan"": 88.300, ""macdtrail"": -5.890, ""rsi14spot"": 16.520}} | |
| ..." | |
| 167,crypto,fees,"CREATE TABLE ""fees"" ( | |
| feesnode integer(64) NOT NULL, | |
| feerange TEXT NULL, | |
| feerate real(8,5) NULL, | |
| feetotal real(12,6) NULL, | |
| feecoin TEXT NULL, | |
| rebrate real(8,5) NULL, | |
| rebtotal real(12,6) NULL, | |
| orderslink text(36) NULL, | |
| PRIMARY KEY (feesnode), | |
| FOREIGN KEY (orderslink) REFERENCES orders(recordvault) | |
| );"," feesnode feerange feerate feetotal feecoin rebrate rebtotal orderslink | |
| 1 Tier4 0.0007 26.6001 USDC 0.0009 34.2001 OB333576 | |
| 2 Tier1 0.0015 32.1965 USDC 0.0003 6.4393 OB798737 | |
| 3 Tier3 0.0017 66.5575 USD 0.0003 11.7454 OB179652 | |
| ..." | |
| 168,crypto,marketdata,"CREATE TABLE ""marketdata"" ( | |
| marketdatanode integer(64) NOT NULL, | |
| quote_depth_snapshot TEXT NULL, | |
| PRIMARY KEY (marketdatanode) | |
| );"," marketdatanode quote_depth_snapshot | |
| 3 {""depth"": {""askdepth"": 124, ""askunits"": 88.5548, ""biddepth"": 370, ""bidunits"": 32.7479}, ""quotes"": {""askquote"": 10670.090, ""bidquote"": 10660.450, ""midquote"": 10665.270, ""markquote"": 10659.730, ""indexquote"": 10670.970}, ""spread"": {""spreadband"": 9.64, ""spreadrate"": 0.0904}, ""metadata"": {""exchnote"": ""EX497 "", ""mktcombo"": ""BTC-USDT"", ""timetrack"": ""2025-02-19T08:29:46.049442""}} | |
| 4 {""depth"": {""askdepth"": 69, ""askunits"": 95.6982, ""biddepth"": 808, ""bidunits"": 82.0956}, ""quotes"": {""askquote"": 37394.150, ""bidquote"": 37376.590, ""midquote"": 37385.370, ""markquote"": 37399.080, ""indexquote"": 37371.310}, ""spread"": {""spreadband"": 17.56, ""spreadrate"": 0.0470}, ""metadata"": {""exchnote"": ""EX409 "", ""mktcombo"": ""SOL-USDC"", ""timetrack"": ""2025-02-19T08:29:46.049442""}} | |
| 5 {""depth"": {""askdepth"": 184, ""askunits"": 63.6802, ""biddepth"": 567, ""bidunits"": 23.2098}, ""quotes"": {""askquote"": 47805.680, ""bidquote"": 47734.180, ""midquote"": 47769.930, ""markquote"": 47789.710, ""indexquote"": 47814.950}, ""spread"": {""spreadband"": 71.5, ""spreadrate"": 0.1497}, ""metadata"": {""exchnote"": ""EX702 "", ""mktcombo"": ""ETH-USDC"", ""timetrack"": ""2025-02-19T08:29:46.049442""}} | |
| ..." | |
| 169,crypto,marketstats,"CREATE TABLE ""marketstats"" ( | |
| marketstatsmark integer(64) NOT NULL, | |
| fundrate real(6,4) NULL, | |
| fundspot text(6) NULL, | |
| openstake real(15,5) NULL, | |
| volday integer(53) NULL, | |
| tradeday integer(32) NULL, | |
| tnoverday real(12,3) NULL, | |
| priceshiftday real(12,3) NULL, | |
| highspotday real(12,3) NULL, | |
| lowspotday real(12,3) NULL, | |
| vwapday real(12,3) NULL, | |
| mktsize real(13,3) NULL, | |
| circtotal real(13,3) NULL, | |
| totsupply real(13,3) NULL, | |
| maxsupply real(13,3) NULL, | |
| mkthold real(13,3) NULL, | |
| traderank integer(32) NULL, | |
| liquidscore real(8,2) NULL, | |
| volmeter real(8,2) NULL, | |
| mdlink integer(64) NULL, | |
| PRIMARY KEY (marketstatsmark), | |
| FOREIGN KEY (mdlink) REFERENCES marketdata(marketdatanode) | |
| );"," marketstatsmark fundrate fundspot openstake volday tradeday tnoverday priceshiftday highspotday lowspotday vwapday mktsize circtotal totsupply maxsupply mkthold traderank liquidscore volmeter mdlink | |
| 1 0.0004 2025-02-19 14:29:46 808923 3.04561e+06 73628 9.40605e+06 0.08 27823.7 25912.1 26269.5 4.38987e+08 7.9417e+07 9.62261e+07 1.88392e+08 0.026 52 0.9 55.65 1 | |
| 2 0.001 2025-02-19 09:29:46 809954 7.63342e+06 96633 7.83748e+06 -0.137 10741.9 9151.16 9857.69 9.33923e+08 4.95459e+07 6.13324e+07 6.79171e+07 0.311 76 0.83 96.53 2 | |
| 3 -0.0001 2025-02-19 12:29:46 508323 8.59084e+06 16878 3.6968e+06 0.147 11080.1 10040.8 11107.2 9.62119e+08 7.88948e+07 8.30716e+07 1.1007e+08 0.404 29 0.92 36.88 3 | |
| ..." | |
| 170,crypto,orderexecutions,"CREATE TABLE ""orderexecutions"" ( | |
| orderexecmark integer(64) NOT NULL, | |
| fillcount real(8,4) NULL, | |
| remaincount real(8,4) NULL, | |
| fillquote real(12,3) NULL, | |
| fillsum real(12,3) NULL, | |
| expirespot text(6) NULL, | |
| cancelnote TEXT NULL, | |
| exectune TEXT NULL, | |
| ordersmark text(36) NULL, | |
| PRIMARY KEY (orderexecmark), | |
| FOREIGN KEY (ordersmark) REFERENCES orders(recordvault) | |
| );"," orderexecmark fillcount remaincount fillquote fillsum expirespot cancelnote exectune ordersmark | |
| 1 1.4479 0.545 26244.4 38000.1 2025-02-22 08:29:46.049442 Expired OB333576 | |
| 2 2.0981 5.9428 10230.1 21464.3 2025-02-26 08:29:46.049442 OB798737 | |
| 3 3.588 4.3877 10911.7 39151.5 2025-03-19 08:29:46.049442 InsufficientFunds OB179652 | |
| ..." | |
| 171,crypto,orders,"CREATE TABLE ""orders"" ( | |
| orderspivot integer(64) NOT NULL, | |
| recordvault text(36) NOT NULL, | |
| timecode text(6) NOT NULL, | |
| exchspot text(10) NULL, | |
| mktnote text(30) NULL, | |
| orderstamp text(36) NULL, | |
| userlink text(36) NULL, | |
| ordertune TEXT NULL, | |
| dealedge TEXT NULL, | |
| dealquote real(12,3) NULL, | |
| dealcount real(12,4) NULL, | |
| notionsum real(12,3) NULL, | |
| orderflow TEXT NULL, | |
| timespan TEXT NULL, | |
| orderbase TEXT NULL, | |
| clientmark text(80) NULL, | |
| createspot text(6) NULL, | |
| updatespot text(6) NULL, | |
| PRIMARY KEY (orderspivot), | |
| FOREIGN KEY (userlink) REFERENCES users(userstamp) | |
| );"," orderspivot recordvault timecode exchspot mktnote orderstamp userlink ordertune dealedge dealquote dealcount notionsum orderflow timespan orderbase clientmark createspot updatespot | |
| 1 OB333576 2025-02-19 08:29:46.049442 EX203 ETH-USDT OR6728455 U583322 Stop Sell 27080.4 1.993 53970 New IOC API CL5311016 2025-02-18 09:54:51.049442 2025-02-19 08:29:46.049442 | |
| 2 OB798737 2025-02-19 08:29:46.049442 EX506 ADA-USDC OR9929123 U810391 Market Sell 10075.9 8.041 81019.9 PartiallyFilled GTC Web CL4886815 2025-02-18 19:01:42.049442 2025-02-19 08:29:46.049442 | |
| 3 OB179652 2025-02-19 08:29:46.049442 EX497 BTC-USDT OR8906157 U485932 Limit Sell 10665.4 7.9757 85064.1 Cancelled GTD Mobile CL8161496 2025-02-18 20:34:55.049442 2025-02-19 08:29:46.049442 | |
| ..." | |
| 172,crypto,riskandmargin,"CREATE TABLE ""riskandmargin"" ( | |
| riskandmarginpivot integer(64) NOT NULL, | |
| ordervault text(36) NULL, | |
| risk_margin_profile TEXT NULL, | |
| PRIMARY KEY (riskandmarginpivot), | |
| FOREIGN KEY (ordervault) REFERENCES orders(recordvault) | |
| );"," riskandmarginpivot ordervault risk_margin_profile | |
| 2 OB798737 {""iceberg"": {""viscount"": 7.152985, ""icebcount"": 0.88799}, ""leverage"": {""levscale"": ""1"", ""margform"": null}, ""position"": {""possum"": 12995.760, ""posedge"": null, ""posmagn"": ""1"", ""poscount"": 1.290, ""posriskrate"": 0.024}, ""collateral"": {""collsum"": 719677.950, ""collcoin"": ""USDC"", ""collrate"": 0.480, ""insfundshare"": 10.090}, ""margin_rates"": {""margrate"": 0.264, ""bkptquote"": 4564.250, ""margcallquote"": 11219.320}, ""price_levels"": {""liqquote"": 14140.010, ""stopquote"": 10308.060, ""traildiff"": 0.020, ""trigquote"": 10689.560}, ""risk_factors"": {""cpfactor"": ""0.823"", ""liqfactor"": ""0.171"", ""netfactor"": ""0.896"", ""regfactor"": ""0.975"", ""setfactor"": ""0.755"", ""custfactor"": ""0.544""}, ""margin_thresholds"": {""inithold"": 81019.900, ""mainthold"": 40509.950}} | |
| 3 OB179652 {""iceberg"": {""viscount"": 5.334452, ""icebcount"": 2.641267}, ""leverage"": {""levscale"": ""2"", ""margform"": null}, ""position"": {""possum"": 990687.610, ""posedge"": ""Short"", ""posmagn"": ""2"", ""poscount"": 92.888, ""posriskrate"": 0.553}, ""collateral"": {""collsum"": 19000.130, ""collcoin"": ""USDT"", ""collrate"": 0.438, ""insfundshare"": 4.530}, ""margin_rates"": {""margrate"": 0.826, ""bkptquote"": 11913.550, ""margcallquote"": 6818.720}, ""price_levels"": {""liqquote"": 11661.770, ""stopquote"": 10558.320, ""traildiff"": 0.030, ""trigquote"": 11263.900}, ""risk_factors"": {""cpfactor"": ""0.286"", ""liqfactor"": ""0.639"", ""netfactor"": ""0.803"", ""regfactor"": ""0.416"", ""setfactor"": ""0.538"", ""custfactor"": ""0.728""}, ""margin_thresholds"": {""inithold"": 42532.070, ""mainthold"": 21266.030}} | |
| 4 OB827275 {""iceberg"": {""viscount"": 4.113913, ""icebcount"": 3.403397}, ""leverage"": {""levscale"": ""3"", ""margform"": null}, ""position"": {""possum"": 1210450.200, ""posedge"": ""Long"", ""posmagn"": ""1"", ""poscount"": 32.377, ""posriskrate"": 0.836}, ""collateral"": {""collsum"": 87696.520, ""collcoin"": ""USDT"", ""collrate"": 0.381, ""insfundshare"": 38.450}, ""margin_rates"": {""margrate"": 0.403, ""bkptquote"": 27881.460, ""margcallquote"": 40130.120}, ""price_levels"": {""liqquote"": 34894.200, ""stopquote"": 34914.370, ""traildiff"": 0.038, ""trigquote"": 35326.060}, ""risk_factors"": {""cpfactor"": ""0.712"", ""liqfactor"": ""0.959"", ""netfactor"": ""0.226"", ""regfactor"": ""0.421"", ""setfactor"": ""0.296"", ""custfactor"": ""0.199""}, ""margin_thresholds"": {""inithold"": 93681.570, ""mainthold"": 46840.790}} | |
| ..." | |
| 173,crypto,systemmonitoring,"CREATE TABLE ""systemmonitoring"" ( | |
| systemmonitoringpivot integer(64) NOT NULL, | |
| apireqtotal integer(32) NULL, | |
| apierrtotal integer(32) NULL, | |
| apilatmark integer(24) NULL, | |
| wsstate TEXT NULL, | |
| rateremain integer(16) NULL, | |
| lastupdnote text(60) NULL, | |
| seqcode text(60) NULL, | |
| slipratio real(12,3) NULL, | |
| exectimespan real(8,2) NULL, | |
| queueline integer(32) NULL, | |
| mkteffect integer(24) NULL, | |
| priceeffect integer(24) NULL, | |
| aitrack integer(64) NULL, | |
| PRIMARY KEY (systemmonitoringpivot), | |
| FOREIGN KEY (aitrack) REFERENCES analyticsindicators(analyticsindicatorsnode) | |
| );"," systemmonitoringpivot apireqtotal apierrtotal apilatmark wsstate rateremain lastupdnote seqcode slipratio exectimespan queueline mkteffect priceeffect aitrack | |
| 1 2984 4 547 Connected 939 9340653 6559236 -0.008 203 810 0.0014 0.0039 1 | |
| 2 7728 48 199 Connected 408 1943398 5033445 0.005 216 985 -0.0074 0.0011 2 | |
| 3 5759 41 441 Disconnected 981 5199723 8934815 0.003 431 649 -0.0046 0.0037 3 | |
| ..." | |
| 174,crypto,users,"CREATE TABLE ""users"" ( | |
| usersnode integer(64) NOT NULL, | |
| userstamp text(36) NOT NULL, | |
| acctscope TEXT NULL, | |
| PRIMARY KEY (usersnode) | |
| );"," usersnode userstamp acctscope | |
| 1 U583322 Margin | |
| 2 U810391 Spot | |
| 3 U485932 Options | |
| ..." | |