Commit Graph

796 Commits (39bc9201ac4ad4799c9c6a03bd295201f4cd6d0e)

Author SHA1 Message Date
Lothar Braun 39bc9201ac New build script: Tries to built vermont with all available options 2012-02-21 09:41:30 +01:00
Lothar Braun 0d836e3829 Merge branch 'feature_mongodb_connector' 2012-02-20 14:42:23 +01:00
Lothar Braun 3cb01af571 Merge branch 'master' into ba 2012-02-20 14:35:04 +01:00
Lothar Braun e01b363ac6 Merge branch 'ba' of github.com:constcast/vermont into ba 2012-02-20 14:13:58 +01:00
Lothar Braun cfb2384191 Updated README 2012-02-20 14:12:04 +01:00
Lothar Braun a126e2ce81 Added vermont wiki as submodule 2012-02-20 14:11:53 +01:00
Lothar Braun 703b706213 Removed outdated documentation. Updated documentation readme 2012-02-20 14:08:48 +01:00
Lothar Braun a0d52513be Merge branch 'master' into ba 2012-01-20 14:08:01 +01:00
Lothar Braun 24163937cd Fix Oracle Insert statements 2012-01-17 13:57:25 +01:00
Lothar Braun 4d6d8a286e Log line number of msg() by default 2012-01-17 13:27:06 +01:00
Lothar Braun 94c1d16c0f More verbose error messages 2012-01-17 13:26:48 +01:00
Lothar Braun 3480c9a35e Catch errors
- Catch error when Oracle environment has not been configured
  correctly
- Correct connect to tablespace
2012-01-17 12:55:50 +01:00
Lothar Braun 4e3617745f Fix configuration for IpfixDbWriterOracle 2012-01-17 11:20:30 +01:00
Lothar Braun fe91eb192c ConnectionSplitter records itself as Source<T>::dest
Fixes #2
2012-01-08 16:38:59 +01:00
Lothar Braun ef98aea25b Use THROWEXCEPTION instead of throw, format fixes 2012-01-08 16:33:52 +01:00
Lothar Braun 14610d0315 Merge willet:/Users/braun/code/vermont 2012-01-08 13:01:52 +01:00
Lothar Braun 5a73d5f155 Format fixes 2012-01-08 12:59:36 +01:00
Lothar Braun 0e6dc52edc Format fixes 2012-01-03 16:59:57 +01:00
Philipp Fehre ae9cec3b62 Merge branch 'feature_mongodb_connector' of github.com:constcast/vermont into feature_mongodb_connector 2011-12-16 05:32:01 -08:00
Philipp Fehre 3dd4ca312d fixed exporter counter 2011-12-16 05:30:40 -08:00
Philipp Fehre 13ea6d6c54 implemented counter via document and function in mongodb 2011-12-16 05:30:40 -08:00
Philipp Fehre ce425d8fbe working mongo connector need to add a global counter for exporter id 2011-12-16 05:30:40 -08:00
Philipp Fehre 0cdbad66f1 added boost_thread if mongo support is enabled 2011-12-16 05:30:40 -08:00
Lothar Braun d740e25f69 Mark as advanced 2011-12-16 05:30:39 -08:00
Lothar Braun bf8f3251e6 Check for mongo before boost 2011-12-16 05:30:39 -08:00
Lothar Braun 02521d0f93 Fix include files for mongo version 2 2011-12-16 05:30:39 -08:00
Lothar Braun a962e553ff Add define if mongo v2 is found 2011-12-16 05:30:39 -08:00
Lothar Braun 52c4041b6a Force filesystem version 2 on vermont with mongo 2011-12-16 05:30:39 -08:00
Lothar Braun 8f16a66b8f Find mongo libs on Mac OS X + macports by default 2011-12-16 05:30:39 -08:00
Philipp Fehre bfa0b682e8 basic code done, problem linking to boost 2011-12-16 05:30:39 -08:00
Philipp Fehre e64d3e2890 work on mongo connector 2011-12-16 05:30:38 -08:00
Philipp Fehre 6fc42c3a9f work on DBWriter, missing Exporter handling 2011-12-16 05:30:38 -08:00
Philipp Fehre 71d9427f17 implemented public methods, start cleanup private 2011-12-16 05:30:38 -08:00
Philipp Fehre 0859c0b52c started adaption of dbwritercode for mongo 2011-12-16 05:30:38 -08:00
Philipp Fehre 1cdc1961ad added testfiles for mongo db writer 2011-12-16 05:30:38 -08:00
Philipp Fehre 6d3dcdd8c2 writer cfg setup 2011-12-16 05:30:38 -08:00
Philipp Fehre cfba8e0910 Implementation configuration
Missing implementation of actual writer to work
2011-12-16 05:30:38 -08:00
Philipp Fehre 2d545ce3d3 Removed old Mongo finder 2011-12-16 05:30:37 -08:00
Philipp Fehre 13264e3b75 Fixed Mongo in CMake
Wrong naming for Mongo dependency finder
2011-12-16 05:30:37 -08:00
Philipp Fehre 9c34de5ada Setup for Mongo support
Included MongoDB in CMake and create files to hold the implementation
for the Mongo DB Connection and  writing to the DB.
2011-12-16 05:30:37 -08:00
Philipp Fehre 4585201498 removed extensive logging 2011-12-15 08:40:05 -08:00
Philipp Fehre ca9d3e0e39 Sanity check export time
Flow export time is check if it is neither more than 1h in the futur
(clock skew tolerant) or 1 day in the past since this is past the active
timeout
2011-12-15 08:37:05 -08:00
Philipp Fehre 73e240ba11 fixed exporter counter 2011-12-15 02:39:58 -08:00
Philipp Fehre d6d038f7f8 implemented counter via document and function in mongodb 2011-12-14 10:09:25 -08:00
Philipp Fehre 779a6d5bc4 working mongo connector need to add a global counter for exporter id 2011-12-14 08:00:29 -08:00
Philipp Fehre 70d47c7aed Merge branch 'feature_mongodb_connector' of github.com:constcast/vermont into feature_mongodb_connector 2011-12-14 03:10:17 -08:00
Philipp Fehre e430e9e977 added boost_thread if mongo support is enabled 2011-12-14 03:10:09 -08:00
Lothar Braun 999edeb258 Mark as advanced 2011-12-14 11:39:19 +01:00
Lothar Braun 389b71e69b Check for mongo before boost 2011-12-14 11:36:16 +01:00
Lothar Braun 9857016190 Fix include files for mongo version 2 2011-12-14 11:09:38 +01:00