在选择正确的工具时需要帮助

发布于 2024-09-28 12:53:49 字数 281 浏览 5 评论 0原文

我有一个客户用某种人工智能语言设置了测试环境。它基本上运行一些预定义的测试用例并将结果存储为日志文件(逗号分隔的 txt 文件)。我的工作是确定并建议一个报告系统,我心里有这些选择。要么
1. 将日志导入MSSQL并使用它使用的报告(SSRS)
2.或者我们将日志导入MySQL并使用PHP开发自定义报告。

我认为选择 2 更好。原因是日志不一致,并且包含数据库通常不接受的意外通配符。因此,我可以在将脚本加载到数据库之前在 php 中编写一些脚本。

任何人都可以建议如果这是您的问题您会建议做什么?

I have a client who has set-up a testing environment in some AI language. It basically runs some predefined test cases and stores the results in as log files (comma separated txt files). My job is to identify and suggest a reporting system and I have these options in mind. either
1. Importing the logs into MSSQL and use the reporting(SSRS) it uses
2. or us import the logs to MySQL and use PHP to develop custom reporting.

I am thinking that going with option2 is better. The reason for this is, the logs are inconsistent and contain unexpected wild characters that normally DB's don't accept. So, I can write some scripts in php before loading them to the database.

Can anyone please suggest if this is your problem what will you suggest to do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

围归者 2024-10-05 12:53:49

这取决于你需要有多花哨。如果数据位于 CSV 文件中,您甚至可以简单地将其加载到 Excel(或他们最喜欢的电子表格工具)中,并使用电子表格宏来分析它。

It depends how fancy you need to be. If the data is in CSV files, you could even go so simple as to load it into Excel (or their favorite spreadsheet tool), and use spreadsheet macros to analyze it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文