AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

read logdata
 
 

i want read logfile in the mongodb.

i will try to use ^jsonopen.

is it impossible?

 

 
  [ # 1 ]

json open reads json from a web api. it does not read from a mongo db.
You can separately from using mongo as a file server, read and write data to mongo from script

 

 
  [ # 2 ]
Bruce Wilcox - Oct 25, 2016:

json open reads json from a web api. it does not read from a mongo db.
You can separately from using mongo as a file server, read and write data to mongo from script

server code

chatscriptmongo port=“1024” nouserlog mongo=“mongodb://localhost:27017 test log”
ChatScript Release Version 6.8a 32 bit Windows compiled Aug 27 2016 14:40:41 host=0.0.0.0
WordNet: dict=201359 fact=85709 stext=12703876 Aug16’16-14:23:02
  Dictionary building disabled.

 

======== Began server 6.8a compiled Aug 27 2016 14:40:41 on host 0.0.0.0 port 1024 at Tue Oct 25 09:38:27 2016 serverlog:1 userlog: 0
Server ready - logfile:LOGS/serverlog1024.txt serverLog:1 userLog:0

ChatScript Release Version 6.8a 32 bit Windows compiled Aug 27 2016 14:40:41 host=0.0.0.0
WordNet: dict=201359 fact=85709 stext=12703876 Aug16’16-14:23:02
  Dictionary building disabled.


i check data. logdata is insert mongo.

i want logdata read…
this is impossible?

Image Attachments
mongo.jpg
 

 
  [ # 3 ]

i found solution!!
my webapi is not mach mongodb.
i fix it!
i read logfile in the mongodb.

i try to find only conversation in the logfile.
user-bot conversation abstraction in the logfile.

 

 
  login or register to react