jdemler 8 years ago

At CurrySoftware we use recfiles combined with git for all business-processes (incoming and outgoing invoices, customers, etc). It allows us to automate everything we want with simple bash scripts. But we remain flexible because we can perform non-automated tasks manually.

  • weeber 8 years ago

    Your processes made me think about a email based interface instead of a bash script, this may allows to easily interact with the database bot without knowing bash or python.

    • jdemler 8 years ago

      We plan use a Telegam interface for many things (status checks, new invoices etc). Its easier and faster than E-Mail and available everywhere!

      • aeorgnoieang 8 years ago

        Telegram (Messenger)?

        • jdemler 8 years ago

          Yes. Communicating with telegram from bash is simple. Check out https://www.curry-software.com/en/blog/telegram_unit_fail/ for example.

          • alvil 8 years ago

            I'm wondering if it is possible also with Signal (signal.org)

            • detaro 8 years ago

              Harder, since they don't have an open API and don't want people using non-standard clients. The clients are open-source though, so probably you can do it.

Mizza 8 years ago

I have a growing affinity for non-database-databases for personal and low/sparse-traffic projects. Lots less hassle.

Here's one I maintain designed for use with AWS Lambda which uses S3 as a Pythonic data-store: https://github.com/Miserlou/NoDB

  • maxerickson 8 years ago

    I'm always fascinated that people get stuck differentiating between using a database for indexing and as a canonical data store.

    Like the majority of media apps, it's either impossible or a huge pain to get them to index without managing.

rb808 8 years ago

I really like the idea of plain text data files so am really interested in this.

YAML serves this purpose too but I'm not a huge fan of indenting so recfiles look great. Anyone compared and contrasted?

Also are there other resources on this? Would be nice to have Java/C++/Python libraries. (As well as convert to parquet, arrow etc )

  • jstimpfle 8 years ago

    I have done some prototyping on a similar idea, but I think with a more idiomatic approach. The idea is mostly adding relational structure (schema) to CSV, and enabling a cleaner lexical syntax (get rid of the line noise).

    Might some day dust it off and try to bring it to a more serious level (performance, tooling etc).

    http://jstimpfle.de/projects/python-wsl/main.html

majkinetor 8 years ago

Fro docs:

YAML 1 is an example of a hierarchical data storage format which is much more readable than XML. The problem with YAML is that it was designed as a “data serialization language” and thus to map the data constructs usually found in programming languages. That makes it too complex for the simple task of storing plain lists of items.

I dont see how this is true. Provided sample with books is almost identical in yaml.

The main benefit over yaml looks like more control of individial fields but again, yaml based db app could do that too.

ausjke 8 years ago

I noticed this is GPLv3, which means if you use this library, all your application will have to be open source, however IANAL.

  • neuland 8 years ago

    I was surprised that this wasn't LGPL, which seems more suited. Granted it's GNU. So, they're going to do it their way.

  • chubot 8 years ago

    "Using" doesn't require it to be open source. Only if you distribute the resulting binaries, which is basically the "SaaS loophole".

    If it were AGPL, then what you said would be more accurate.

oblib 8 years ago

This reminds me a bit of using CGI.pm's "Save" function. I built a pretty decent invoicing app using that and the searches for data in documents saved in that format are pretty fast.

I won't pretend to know the ins-and-outs of that but was told on a Perl mail list that the server created a "B-Tree" index when an initial search was made and used that afterwards.

hellmann 8 years ago

I do something similar with toml files for simple stuff. Python for piping around, but maybe this is more convenient on the commandline.

setheron 8 years ago

Did this come out of Amazon ? I remember a similar set of tools for passing along "recs" through pipes.

rwmj 8 years ago

I guess these are quite slow (because no indexing) once you have a serious number of records? That in itself isn't a problem as long as you understand the scope of the project. I wonder why they didn't use (a well-defined subset of) CSV as the format however.

  • jdemler 8 years ago

    CSV is neither human-readable nor -writable.

    And I don't think the performance issue exists. Computers are fast nowadays. Parsing recfiles is straightforward. Also you could easily archive historic/old/probably irrelevant records.

    • rwmj 8 years ago

      This is why I was very careful to say "well-defined subset". I wrote a full CSV library[1], and so I'm well aware of how deceptively difficult CSV is to deal with. However with a well-defined subset (and perhaps not using "," as a separator as well) it should be editable for at least simple changes.

      [1] https://github.com/Chris00/ocaml-csv

  • ComodoHacker 8 years ago

    No built-in indexing, but no one forbids you from indexing text files if you need it.

    • neuland 8 years ago

      But, any indexing system you create won't work with the rec* tools. For example, `recsel` will not be any faster on large files.

      Not sure if they have indexing on the roadmap, but it does make sense to me for people that have adopted it and are starting to get bigger databases.

      Of course, you could argue that when the files get too big, it's time to switch to a different solution.

      It seems that's kind of a natural tension in projects. Do you grow the scope to accommodate existing users with growing use cases? Or, do you draw the line in the sand and have people move on to a different solution?

  • zbuf 8 years ago

    CSV locks you to the same fields per data entry, that makes it a little less flexible. Plus one of the appeals for me is readability of the raw data; CSV gets long and thin very quickly. Granted each will best suit a certain type of data.

_euac 8 years ago

Erm... am I the only one that's a little thrown off by the "mascot" in this project?

  • agumonkey 8 years ago

    I'm not fond of the joke right there but alas.

    ps: I hope they have org-mode interop.

    • mbrock 8 years ago

      It says so in the feature list so I guess they probably do.

      • agumonkey 8 years ago

        dammit I failed at simple search, it's indeed listed

  • tripa 8 years ago

    Apparently it made it to the FAQ.

  • dvfjsdhgfv 8 years ago

    Gay animals are a part of nature. There is nothing to be offended about.

    • dguaraglia 8 years ago

      I'm not offended at all, just wasn't expecting it. If anything it made me chuckle, it was so out of place, heh.

  • westmeal 8 years ago

    No I wasn't expecting turtles humping as soon as I landed on the page either.

  • nasredin 8 years ago

    About the logo

    Why is the logo depicting a pair of copulating turtles?

    Ask ams@gnu.org.

    What is the name of the turtles?

    They are called Fred and George. And yes, they are both male.

  • JustSomeNobody 8 years ago

    Yeah, this needs to be marked NSFW. ;)

    But, yes, I too am a little thrown off by it.

  • twic 8 years ago

    This reminds me that kame.net has a turtle as a logo, but as an incentive to upgrade, when accessed over IPv6, the turtle is animated. So just be grateful the recutils developers didn't have IPv6 when they were looking for inspiration.