Git Product home page Git Product logo

celina's Introduction

About

Celina is a cell phone invoice analyser I wrote some years ago. It parses PDF files of a defined format (the format my former provider used) and stores the extracted data in an sqlite database. This then allows for calculation of statistics on the gathered data.

My intention was to get a grip on what my usual cell phone data actually looks like to be able to make a more informed, rational decision on what I would want from my next contract.

Issues

  • So far celina is neither configurable through a file, nor does it sport a plugin architecture for parser modules. So enabling it to parse a different invoice format will essentially mean adjusting regexs in the code. But while we are at it, we might as well make the whole mechanism more generic.
  • Celina uses elixir as an ORM, so it should be easy to swap sqlite for another DBMS (yes, we would want that to be configurable as well), but so far there is no way to remove data from the data base (not even to overwrite it).

celina's People

Contributors

0x64746b avatar

Watchers

 avatar  avatar

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.