I\'m trying to read data from CSV files to tensorflow,
https://www.tensorflow.org/versions/r0.7/how_tos/reading_data/index.html#filenames-shuffling-and-epoch-limits
Is there any way to read Database (such as mongoDB) in Tensorflow ?
Try TFMongoDB, a C++ implemented dataset op for TensorFlow that allows you to connect to your MongoDB:
pip install tfmongodb
There's an example on the GitHub page on how to read data. See also pypi: TFMongoDB