Giter VIP home page Giter VIP logo

ellen's People

Contributors

0xnf avatar

Watchers

 avatar  avatar

ellen's Issues

max_size is currently ignored

the MAX_SIZE config option doesn't do anything. It's goal was to delete rows or cycle the store after a size limit was reached, but was never impelmented

XLSX: Rollover, not Prune

See also #12

Instead of keeping a rolling excel file updated and pruned according to the config keep settings, the file should be rolled over like how nlog does log rotations.

Example:
Config.Max_Keep_Days = 30
Ellen.xlsx last entry = 31 days ago

Result:
Ellen.xlsx -> Ellen_2020_08_18.1.xlsx
Format is: "Ellen_{YYYY}{mm}{DD}.{num_backups_with_same_date+1}.xlsx"

If multiple rollovers happen on the same day, the final number increments, for example, to: Ellen_2020_08_18.2.xlsx.

Any new incoming data will be placed into Ellen.xlsx like normal.

add Timestamp Config Field

Proposal to add config option for storing Timezones in either the received format, or UTC time

TIMESTAMP_TZ=[UTC, Received]

Add simple /management page

This page should be a dead simple interface over the config settings.
If config has been deleted, saving the config should write the defaults + whatever changes the user selected

Reorganize Ini file

There are Server Settings, Maintenance Settings, and Save Setting, each should have their own section.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.