Commit Graph

21336 Commits

Author SHA1 Message Date
Xu Peng
5c5e3205f0 fix(db): fix db compile errors
Former-commit-id: ac0e3e3a6a6bc82dec43eb431592633ce1292db2
2019-04-15 20:49:30 +08:00
Xu Peng
94c7204d7c fix(db): fix meta compile error
Former-commit-id: 7217f5dc230517a1d0445bfb156e3ba45af094ae
2019-04-15 20:49:30 +08:00
Xu Peng
ea1241dc21 fix(db): fix env compile error
Former-commit-id: aaf0f190a14e88cdfeb69e6ededc14f739181841
2019-04-15 20:49:30 +08:00
Xu Peng
89125a9fb6 fix(db): fix id generator errors
Former-commit-id: 898a8d587fe81717bc51aba9d5672775b819f100
2019-04-15 20:49:30 +08:00
Xu Peng
f0a66cac52 fix(db): fix status compile error
Former-commit-id: be4be51b0e1e456db2f12a809dddf2b293ece40f
2019-04-15 20:49:30 +08:00
Xu Peng
33d96b02b1 feat(cpp/db): add timer thread
Former-commit-id: 47f932b6d49c14b11e3ed69dbfbf0de840f6d98d
2019-04-15 20:49:30 +08:00
Xu Peng
79ce07c15c feat(cpp/db): update for memory and meta operations
Former-commit-id: 69a8c7b6b9656532d4908013f8158d848481a8e6
2019-04-15 20:49:30 +08:00
Xu Peng
41f85d341c refactor(cpp/db): remove dummy apis
Former-commit-id: ae045a47ba22ed7ca5084700359e508ce5070491
2019-04-15 20:49:30 +08:00
Xu Peng
0d176701fb feat(cpp/db): add meta related method in db api
Former-commit-id: b1fd80b76ae93535dacc049d9ec3ce909fa73b28
2019-04-15 20:49:30 +08:00
Xu Peng
e06bcc4787 feat(cpp/db): meta schema update
Former-commit-id: cb4b6a2b56baf733fe435ce6980477c62cd29331
2019-04-15 20:49:30 +08:00
Xu Peng
0d20f3975a refactor(cpp/db): unified namespace
Former-commit-id: 7f20ca04dbd59f1c33919a410123d1e4af1ec47f
2019-04-15 20:49:30 +08:00
Xu Peng
20cabdad34 refactor(cpp/db): move files from storage to db
Former-commit-id: 2da3f22922942552352e5895de1f285aa1de9a70
2019-04-15 20:49:30 +08:00
Xu Peng
4897341b18 feat(cpp/db): add background handling
Former-commit-id: e2a992049e4f736347a3a549128885f83ed9bfd7
2019-04-15 20:49:30 +08:00
Xu Peng
2528e61ec3 feat(db/env): add threading related schedule
Former-commit-id: 15409f00183e3727d771354503e8b4665f0c821d
2019-04-15 20:49:30 +08:00
Xu Peng
de4a44aaa1 refactor(cpp/db): arguments name refactor
Former-commit-id: ecfcbcc389f2996236521adc77ee6021950ae2d9
2019-04-15 20:49:30 +08:00
Xu Peng
adbb6fdaaf refactor(cpp/db): move file locations to db dir
Former-commit-id: ff490787d981b2a675bdec5ac5331851b01bf330
2019-04-15 20:49:30 +08:00
Xu Peng
c221786d22 feat(cpp/db): add meta and status
Former-commit-id: 3001a50219a1365ffd0d43fc89cd482344b99ad2
2019-04-15 20:49:30 +08:00
Xu Peng
02bcac92a1 feat(cpp): add db and env
Former-commit-id: fc2f7219ff7806ca1f98d402ac5120e6174d5e01
2019-04-15 20:49:30 +08:00
Xu Peng
d7f5e351a2 feat(storage): add id generators and memvectors
Former-commit-id: 78f7406456556882247c1ac4ccc9bb928699f896
2019-04-15 20:49:30 +08:00
jinhai
712ce6fcc2 Merge branch 'jinhai' of http://192.168.1.105:6060/jinhai/vecwise_engine into jinhai
Former-commit-id: 50c22c561ba31b13f2ef233498317eba0f1e1762
2019-04-15 16:51:10 +08:00
jinhai
ea0bde2262 .gitignore updated
Former-commit-id: dc8e455cc15984f3c53e6a75b7ec1df8c2c438f2
2019-04-15 16:50:58 +08:00
jinhai
e7520ebd74 Remove thrift intermediate files
Former-commit-id: 5b063aab4d93c2028e33e860fff02aaa89c35799
2019-04-15 16:46:26 +08:00
groot
018b32bca2 add block queue class
Former-commit-id: b5fabddb317de5e99462124757e8c1e4466bb184
2019-04-15 15:58:28 +08:00
groot
e564574cbe Merge branch 'jinhai' of 192.168.1.105:jinhai/vecwise_engine into jinhai
Former-commit-id: eaa737bcf0f7d21cfa0a910d2f3bea036ee3fc1f
2019-04-15 15:25:13 +08:00
groot
b06cf8e121 refine log code
Former-commit-id: 42a3cc6e18e85d5e3b8c581ffbbeb4e686ad8be8
2019-04-15 15:24:56 +08:00
jinhai
22a100619f Update CMakeLists.txt
Former-commit-id: fff6e6db7ec57b6ac3d4fd638931e15ee15bf0b7
2019-04-15 15:21:56 +08:00
jinhai
9fd3827ced Update README.md and conf
Former-commit-id: 9f5a07d7aae8d243fbf6619f0cedfe7a52850237
2019-04-15 15:21:20 +08:00
jinhai
e50f12b596 Add SQLite ORM
Former-commit-id: a496b2e22e605f7c40d6a85eae476f418675cebc
2019-04-15 15:20:15 +08:00
groot
36268f84dd add log util
Former-commit-id: e512880472926020b2d2bf13d8b69347767d872c
2019-04-15 12:35:05 +08:00
groot
e2bf433de9 add thrift to third-party
Former-commit-id: 8a3359ee295e4b1b65757917fe080460f7d37b7d
2019-04-15 10:24:48 +08:00
groot
4058721e9a remove megawise text
Former-commit-id: c930f828393902b69a71516d9a966a95596409f4
2019-04-14 20:43:51 +08:00
groot
2a9d718362 add readme
Former-commit-id: a08fe24787b77155840941394c8a93612994d39f
2019-04-14 20:29:20 +08:00
groot
cf67ac8b09 add readme
Former-commit-id: f19468d07eea35f9f7a9ffbf8462458842754d36
2019-04-14 20:21:07 +08:00
jinhai
ebb0aae46d Add LICENSE.txt and RELEASE.md
Former-commit-id: efc11b9e475ea36e5600302c9b7f5ddbb5a5a376
2019-04-14 20:12:34 +08:00
jinhai
ed47568b4a Update README.md
Former-commit-id: 0cdea6bc8b1d3b8e7b7aa2753e111a9b229f757d
2019-04-14 19:59:17 +08:00
jinhai
22e71a4d10 Disable third_party building in CMakeLists.txt
Former-commit-id: ee43dd01c6cbcf362841a4a4d7e56b8c1ed5128c
2019-04-14 19:49:43 +08:00
jinhai
987ff82e10 Add log support and tests
Former-commit-id: f946b994174633082110e8d5b26640998e4ed35e
2019-04-14 19:46:25 +08:00
jinhai
21e95ab5c2 Add lapack 3.8.0
Former-commit-id: 1ce452b2fc862979efe282ab2caf059d74ab2786
2019-04-14 17:16:57 +08:00
jinhai
a2ab28636d Add OpenBLAS build.sh
Former-commit-id: 39b5ebb0ab60cb4e027f743cabba4d9bde2108b4
2019-04-14 16:57:54 +08:00
jinhai
15d8ae1137 Add OpenBLAS into compilation
Former-commit-id: ecdc94edbd9075a9ff921545429efde62ae00b17
2019-04-14 16:56:14 +08:00
jinhai
d2924e7fa3 Merge branch 'jinhai' of http://192.168.1.105:6060/jinhai/vecwise_engine into jinhai
Former-commit-id: a0409fb114f556910c01c6606ed0290c63a69e0c
2019-04-14 16:35:54 +08:00
jinhai
4b2e8aa65b Remove build files
Former-commit-id: fa31d9b918cdb4550b2bef14a8ca30a35a94f3b2
2019-04-14 16:35:46 +08:00
groot
66f330967e add server code
Former-commit-id: 33aeca704be0e7e80f1e45bb1dc11d1aafd4f4f3
2019-04-14 16:35:46 +08:00
groot
dafd5a45cd add cache classes
Former-commit-id: 9bbc325ab6b6a1916801c05e3eb08e356db38299
2019-04-14 16:35:46 +08:00
groot
07b272f058 add cache classes
Former-commit-id: a92eb3ea2a350d6bfd1bf13e2d9c21d29c8205c5
2019-04-14 16:35:46 +08:00
jinhai
386121466d Remove build files
Former-commit-id: 69a7e4f16251754133cf59b52fed4e16cf2686e4
2019-04-14 16:35:07 +08:00
jinhai
f23735805c Add compile flags
Former-commit-id: 638ef479b7eabc5140768e5a41eb9d83106c496d
2019-04-14 16:33:37 +08:00
jinhai
1a3fcf971b Add OpenBlas and easylog
Former-commit-id: f73902951b9a8040d9a32fa161eda76d513fd369
2019-04-14 16:30:19 +08:00
groot
aac43d2ffe add server code
Former-commit-id: 00da072153df8d103f6d232db6f945aff1bd2869
2019-04-14 16:25:44 +08:00
groot
86de13c860 add cache classes
Former-commit-id: 3f1545335159443d0b86bacbd6fdecd040f40820
2019-04-14 14:36:45 +08:00