Code Monkey home page Code Monkey logo

fec-py-db's People

Contributors

edgecaseberg avatar gfritz avatar

Watchers

 avatar  avatar  avatar

fec-py-db's Issues

How much of a testing framework do we want?

We should at least have unit tests, for sanity checks. We could use unittest if we wanted to keep it simple. It is built in to 2.7.

If we wanted to go with more Behavior Driven Development, there is Behave. It is entirely in Python (so they say, never checked every line), and it has Gherkin style syntax.

Thoughts?

Flat File or another approach?

What type of format should we store our data in?

A flat file with index's at the top? An index file and another file that does other things? A serialized binary tree of some sort? Decisions decisions.

BNF

We probably need to come up with a BNF to describe the query language that we'll be translating into function calls and whatnot. Should we start simple and just do the core functions like select, insert, update, delete ? We can abstract things to just a row object and not worry about types yet.

Also, we could totally write the spec in TeX.

Build Script

Create a single script which can be used to start all appropriate scripts in the right order and with the correct configurations.

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.