You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poet strikes a very nice balance between control and usability. Coolness. I don't see a wiki. I did see the invite to tweet, but that format is a bit limiting. :)
Do I understand correctly that Poet parses all of the posts and keeps all of the posts in memory? If so, can someone comment on scaling? Would it make sense to add hooks for a backing db? I realize this would come at the cost of the simple files store plus watch() model.
The text was updated successfully, but these errors were encountered:
It does store all the posts as memory.. not sure of scaling, although it would be interesting to see what happens with 1000+ posts. Something to check out!
And in terms of DB backing, #53 is related -- other sources of posts would be cool, and could be DB or Google drive based. In terms of alternative post source, discussion should be in #53, but I'll leave this open for discussion on scalability, in terms of posts once imported NOT being stored in memory.
Poet strikes a very nice balance between control and usability. Coolness. I don't see a wiki. I did see the invite to tweet, but that format is a bit limiting. :)
Do I understand correctly that Poet parses all of the posts and keeps all of the posts in memory? If so, can someone comment on scaling? Would it make sense to add hooks for a backing db? I realize this would come at the cost of the simple files store plus watch() model.
The text was updated successfully, but these errors were encountered: