Changeset 33626 for gs3-extensions


Ignore:
Timestamp:
2019-11-05T21:59:46+13:00 (4 years ago)
Author:
ak19
Message:

TODOs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/maori-lang-detection/src/org/greenstone/atea/MongoDBAccess.java

    r33623 r33626  
    126126    */
    127127
    128     // create collection (table in RDBMS) websites, create collection webpages
    129     // webpages collection will have sentences embedded
     128    // TODO:
     129    // In the database, need to ensure we have else
     130    // create collection (table in RDBMS) websites, create collection webpages.
     131    // The webpages collection will have sentences embedded based on my decisions from
     132    // reading the series
     133    // https://www.mongodb.com/blog/post/6-rules-of-thumb-for-mongodb-schema-design-part-1   
     134    // Then need functions:
     135    // insertWebsiteDocument()
     136    // insertWebpageDocument()
    130137   
    131138    public static void main(String args[]) {
Note: See TracChangeset for help on using the changeset viewer.