Commit Graph

139 Commits (fd8365a098b39ccf2652d4bc814964ceea7ed818)

Author SHA1 Message Date
Xu Peng fd8365a098 fix(db): fix id generator runtime error
Former-commit-id: fc964ebe4af0d31527b9b6ec01558d84199efbff
2019-04-16 11:17:02 +08:00
Xu Peng 803686b8c6 fix(db): fix mem runtime error
Former-commit-id: c12e6e99c8c7de1b62c2d2e7f9fecf3775715326
2019-04-16 11:17:02 +08:00
Xu Peng 8eebbf65b4 fix(db): fix runtime error due to missing return value
Former-commit-id: 592d640810b741d8fbdaf04a248f1938f485b1d7
2019-04-16 11:17:02 +08:00
Xu Peng ff120dba16 fix(db): fix compile error
Former-commit-id: dbf6519efd3a0bac6f8ef2c617fcc08b879543f4
2019-04-16 11:17:02 +08:00
Xu Peng 424b938c82 fix(db): fix db compile errors
Former-commit-id: 8c013a54ad53efcce47f4f9480164052ecfa9249
2019-04-16 11:17:02 +08:00
Xu Peng d4dae8127b fix(db): fix meta compile error
Former-commit-id: dde5e3262cc177db2fad98d82ee129718936fa01
2019-04-16 11:17:02 +08:00
Xu Peng e6b0c5a099 fix(db): fix env compile error
Former-commit-id: 683cb59254dfec9cd6a2d93270cde064a4222779
2019-04-16 11:17:02 +08:00
Xu Peng 28e42d0ee5 fix(db): fix id generator errors
Former-commit-id: 1068933b6c74775bfc1ee8641c41d095babaea0c
2019-04-16 11:17:02 +08:00
Xu Peng 3863f2d3b3 fix(db): fix status compile error
Former-commit-id: 1d896ef1c7970c9c418683560e760762d828be84
2019-04-16 11:17:02 +08:00
Xu Peng 1bc01da85f feat(cpp/db): add timer thread
Former-commit-id: e94c2675e8e4294620c94669fa1d3208af7fcc40
2019-04-16 11:17:02 +08:00
Xu Peng 3e8213ff47 feat(cpp/db): update for memory and meta operations
Former-commit-id: 34cc6ca2c596870ad8152ab0da4d187fb518093a
2019-04-16 11:17:02 +08:00
Xu Peng c6f36c8fba refactor(cpp/db): remove dummy apis
Former-commit-id: 900f085c733a2131c6db9de8940403635898e955
2019-04-16 11:17:02 +08:00
Xu Peng e1a5d5effa feat(cpp/db): add meta related method in db api
Former-commit-id: d9cab929294aeb154e245e8cdc96b6c3a460af91
2019-04-16 11:17:02 +08:00
Xu Peng 771155df1a feat(cpp/db): meta schema update
Former-commit-id: de373b37b4132f5f62818216728fa29564a43927
2019-04-16 11:17:02 +08:00
Xu Peng 1fc48aaa8b refactor(cpp/db): unified namespace
Former-commit-id: 9544c6ed95bcba1f8feb7e7f1d7a7b07ccd40872
2019-04-16 11:17:02 +08:00
Xu Peng 90f95f3bd6 refactor(cpp/db): move files from storage to db
Former-commit-id: 2f397b13a75cdee3fdf956f64a69cfc9e4966391
2019-04-16 11:17:02 +08:00
Xu Peng e4b9a62edf feat(cpp/db): add background handling
Former-commit-id: c10f382912f3cfbeb45cedc0e17d355f9e2b0bc6
2019-04-16 11:17:02 +08:00
Xu Peng 0352db4023 feat(db/env): add threading related schedule
Former-commit-id: d685ead572b229a60aad1342ec821d0b37d58c70
2019-04-16 11:17:02 +08:00
Xu Peng 34d50b5a55 refactor(cpp/db): arguments name refactor
Former-commit-id: 9ff72aa338aa58c3f142d2cbfe27d173a3ec5864
2019-04-16 11:17:02 +08:00
Xu Peng ba16e25fd1 refactor(cpp/db): move file locations to db dir
Former-commit-id: 10bc6d99e5ad34b38e3fddbdf25cc1cfcbe91dfe
2019-04-16 11:17:02 +08:00
Xu Peng 68280f967a feat(cpp/db): add meta and status
Former-commit-id: 22848aa9bf9eee1f059ad91aac298e2ea9f579b4
2019-04-16 11:17:02 +08:00
Xu Peng 6a21b8e1a0 feat(cpp): add db and env
Former-commit-id: 7389217522cd58b7746ffbf441c740466714f6c5
2019-04-16 11:17:02 +08:00
Xu Peng 6b754b5975 feat(storage): add id generators and memvectors
Former-commit-id: 28d27b5729ef5b1885a9d78e3f885bc7fc80fe12
2019-04-16 11:17:02 +08:00
jinhai 5c5b796304 .gitignore updated
Former-commit-id: 78f51a4999ec47cb80c0e5652f81f269c87b5358
2019-04-16 11:17:02 +08:00
jinhai c614c0fefe Remove thrift intermediate files
Former-commit-id: 57d9ecdaf8a52eedfb892d9bd476d998e10b06e6
2019-04-16 11:17:02 +08:00
groot 135282c45f add block queue class
Former-commit-id: e5ac4fa08104fac608992ca1f6acc6d17e3c7505
2019-04-16 11:17:02 +08:00
groot f92df0d044 refine log code
Former-commit-id: b043a1372bf79e3fc7dc9a277ba2cc62bbfc32ba
2019-04-16 11:17:02 +08:00
jinhai 22d2236f42 Update CMakeLists.txt
Former-commit-id: e925f6f8bf3ca3f92c9328600ee450320b255e94
2019-04-16 11:17:02 +08:00
jinhai 06e207b1df Update README.md and conf
Former-commit-id: 5b2944eeaba1d2bcd34ef23cc971f3d9c9b113d9
2019-04-16 11:17:02 +08:00
jinhai 34194ddb36 Add SQLite ORM
Former-commit-id: 55d48eae08765c13b9c50fca18739a065740c308
2019-04-16 11:17:02 +08:00
groot 49b4614b89 add log util
Former-commit-id: 4ef6aa4f14c95a9635aa9747b47cb3c3ad002a65
2019-04-16 11:17:02 +08:00
groot 3927781cca add thrift to third-party
Former-commit-id: 3fdb58dd21530f4a02713ae48a13122d1b314427
2019-04-16 11:15:37 +08:00
xj.lin 3fd083c987 add wrapper and unittest file
Former-commit-id: 9b115de1c9d84ed4c790980793fec28169ca7837
2019-04-16 11:05:38 +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